Bitlocker: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 12: Line 12:
<syntaxhighlight language="powershell">
<syntaxhighlight language="powershell">
manage-bde -protectors -get c:
manage-bde -protectors -get c:
Description:
    Configures BitLocker Drive Encryption on disk volumes.
</syntaxhighlight>
</syntaxhighlight>


Line 17: Line 19:
<syntaxhighlight language="powershell">
<syntaxhighlight language="powershell">
BdeHdCfg.exe -target default -quiet  
BdeHdCfg.exe -target default -quiet  
Description:
  This command prepares your hard drive for BitLocker Drive Encryption.
  Command line parameters are not case-sensitive.
</syntaxhighlight>
</syntaxhighlight>

Revision as of 17:15, 27 October 2016

full disk encryption from Microsoft!


manage-bde

specific bitlocker powershell cmdlets


manage-bde -protectors -get c:
Description:
    Configures BitLocker Drive Encryption on disk volumes.


BdeHdCfg.exe -target default -quiet 
Description:
  This command prepares your hard drive for BitLocker Drive Encryption.

  Command line parameters are not case-sensitive.