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...")
 
 
(One intermediate revision by the same user not shown)
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
 +
 +
==References==
 +
#https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2016/03/14/automatic-bitlocker-on-windows-10-during-azure-ad-join/
 +
#https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2017/06/07/hardware-independent-automatic-bitlocker-encryption-using-aadmdm/
 +
#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/
 +
#https://blogs.technet.microsoft.com/cbernier/2017/07/11/windows-10-intune-windows-bitlocker-management-yes/

Latest revision as of 01:34, 11 February 2019