Difference between revisions of "BitLocker"

From Max's Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ *[https://blogs.technet.microsoft.com/showmewindows/2018/01/18/how-to-enable-bitlocker-and-escrow-the-keys-to-azure-ad-when-using-autopilot-for-standard-users/ H...")
 
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
 
 
*[https://blogs.technet.microsoft.com/showmewindows/2018/01/18/how-to-enable-bitlocker-and-escrow-the-keys-to-azure-ad-when-using-autopilot-for-standard-users/ How to enable Bitlocker and escrow the keys to Azure AD when using AutoPilot for standard users]
 
*[https://blogs.technet.microsoft.com/showmewindows/2018/01/18/how-to-enable-bitlocker-and-escrow-the-keys-to-azure-ad-when-using-autopilot-for-standard-users/ How to enable Bitlocker and escrow the keys to Azure AD when using AutoPilot for standard users]
 
*[https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2016/03/14/automatic-bitlocker-on-windows-10-during-azure-ad-join/ Automatic Bitlocker on Windows 10 during Azure AD Join]
 
*[https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2016/03/14/automatic-bitlocker-on-windows-10-during-azure-ad-join/ Automatic Bitlocker on Windows 10 during Azure AD Join]
 +
 +
==Upload==
 +
PS C:\>$BLV = Get-BitLockerVolume -MountPoint "C:"
 +
PS C:\>BackupToAAD-BitLockerKeyProtector -MountPoint "C:" -KeyProtectorId $BLV.KeyProtector[1].KeyProtectorId

Revision as of 01:04, 11 February 2019

Upload

PS C:\>$BLV = Get-BitLockerVolume -MountPoint "C:" 
PS C:\>BackupToAAD-BitLockerKeyProtector -MountPoint "C:" -KeyProtectorId $BLV.KeyProtector[1].KeyProtectorId