What is a a Mandatory Profile?
A special type of roaming profile and are copied to a network location. They are always Read only, meaning they cannot be altered by the user.
They are commonly used to provide enforced environment settings for users who perform specific tasks and are set when the user signs in to a Windows computer. You can create a Mandatory profile by renaming the NTUSER.DAT file in a roaming profile to NTuser.man
The USMT is part of which toolkit?
The User State Migration Tool is part of the Windows 10 Assessment and Deployment Toolkit ( ADK)
Which 3 command line tools does the USMT contain?
ScanState.exe- Used to scan and copy user profile data to a migration store for the purpose of copying the profile to new computers.
LoadState.exe- Used to locate and copy user profile data from a migration store to new Windows computers.
UsmtUtils.exe- Use this tool to check a migration store for corruption, manage migration stores, and manage encryption during the migration process.
What requirements does a Windows 10 machine need to support Hyper -V?
Windows 10 Professional or Enterprise, 64 bit edition
a processor that supports Second Level Address Translation (SLAT)
4GB RAM
BIOS or UEFI-level hardware virtual support
Which 3 USMT modifiable .xml files are also included?
MigApp.xml- This file includes instructions to migrate supplification settings.
MigDocs.xml- This file is used to specify the files and folders that will be migrated by USMT.
MigUser.xml- This file includes instructions to migrate user files based on name extensions.
When prepared to perform a migration process with USMT you need to perform which 8 steps?
Where can you enable Hyper-V?
From Programs in Control Panel and click Turn Windows Features On and Off.
In the windows features dialog box, expand Hyper-V and select all of the check boxes underthe Hyper-V node.
Also from PowerShell with the following cmdlet:
Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V -A11
How do you create a virtual machine?
The first time you enable BitLocker you need to create what?
A start up key that is used to encrypt and decrypt the drive.
Where can the BL startup key be stored?
USB drive or TPM chip.
If you opt for the USB drive, you’ll have to insert it everytime you use the computer and you’ll have to enter the key.
If a compatible TPM chip is used the key retrieval is automatic.
What do you do if you lose the BL startup key?
Using a 48-digit number that can be stored in numerous ways including on a USB drive.
What are the 5 methods for protecting data using BitLocker?
TPM+startup PIN+startup key - The most secure but requires 3 authentication tasks. The encryption key is stored on the TPM chip, but an administrator needs to type a PIN and insert the startup key ( available on the USB drive)
TPM+startup key - The encryption key is stored on the TPM chip. In addition the administrator needs to insert a USB flash drive that contains a startup key.
TPM+startup PIN - The encryption key is stored on the TPM chip, and an administrator needs to enter a PIN.
Startup key only - An administrator needs to insert a USB flash drive with a startup key on it. The computer doesn’t need to have a TPM chip. The BIOS needs to support access to the USB flash drive prior to the OS loading.
TPM only - The encryption key is stored on the TPM chip, and no administrator logon is required. TPM requires that the boot environment has not been modified or comprimised.