Configuring Encryption and Advanced Auditing Flashcards
BitLocker is supported on what operating systems?
Windows Vista & above
Windows Server 2008 & Above
What does the PowerShell CmdLet Do?
Add-BitLockerKeyProtector
Adds a key protector for a BitLocker volume.
What does the PowerShell CmdLet Do?
Backup-BitLockerKeyProtector
Saves a key protector for a BitLocker volume in AD DS.
What does the PowerShell CmdLet Do?
Clear-BitLockerAutoUnlock
Removes BitLocker automatic unlocking keys.
What does the PowerShell CmdLet Do?
Disable-BitLocker
Disables BitLocker encryption for a volume.
What does the PowerShell CmdLet Do?
Disable-BitLockerAutoUnlock
Disables automatic unlocking for a BitLocker volume.
What does the PowerShell CmdLet Do?
Enable-BitLocker
Enables encryption for a BitLocker volume.
What does the PowerShell CmdLet Do?
Enable-BitLockerAutoUnlock
Enables automatic unlocking for a BitLocker volume.
What does the PowerShell CmdLet Do?
Get-BitLockerVolume
Gets information about volumes that BitLocker can protect.
What does the PowerShell CmdLet Do?
Lock-BitLocker
Prevents access to encrypted data on a BitLocker volume.
What does the PowerShell CmdLet Do?
Remove-BitLockerKeyProtector
Removes a key protector for a BitLocker volume.
What does the PowerShell CmdLet Do?
Resume-BitLocker
Restores Bitlocker encryption for the specified volume.
What does the PowerShell CmdLet Do?
Suspend-BitLocker
Suspends Bitlocker encryption for the specified volume.
What does the PowerShell CmdLet Do?
Unlock-BitLocker
Restores access to data on a BitLocker volume.
How would you enable bitlocker for a device using a PIN and TPM?
- Run the following:
- $SecureString = ConvertTo-SecureString “1234” -AsPlainText -Force
- Enable-BitLocker -MountPoint “C:” -EncryptionMethod Aes256 -UsedSpaceOnly -Pin $SecureString -TPMandPinProtector
What is bitlocker for?
Bitlocker is drive Encryption. It can only be used for NTFS formated drives. It do full drive encryption or used space encryption.
Bitlocker has what characteristics?
- Can be used to encrypt entire hard drive or only the used parts of a hard drive
- Can be combined with EFS (Encrypted File System)
- Protects the integrity of the Windows boot process
- If the windows version is 2008 or Vista what do you need to do to provision bitlocker?
- If the windows version is 2008r or Windows 7 what do you need to do to provision bitlocker?
- Create a partition before deploying bitlocker
- It creates the partition for you. There is nothing to do