Bitlocker: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 7: Line 7:
specific bitlocker powershell cmdlets
specific bitlocker powershell cmdlets
*http://technet.microsoft.com/en-us/library/jj649829.aspx
*http://technet.microsoft.com/en-us/library/jj649829.aspx
<syntaxhighlight language="powershell">
manage-bde -protectors -get c:
</syntaxhighlight>
<syntaxhighlight language="powershell">
BdeHdCfg.exe -target default -quiet
</syntaxhighlight>

Revision as of 17:14, 27 October 2016

full disk encryption from Microsoft!


manage-bde

specific bitlocker powershell cmdlets


manage-bde -protectors -get c:


BdeHdCfg.exe -target default -quiet