This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:security:windows_bitlocker [2021/05/13 12:32] gcooper |
computing:security:windows_bitlocker [2021/05/13 14:38] (current) gcooper |
||
---|---|---|---|
Line 8: | Line 8: | ||
Bitlocker has been available since Windows Vista but only in Professional and Enterprise versions. | Bitlocker has been available since Windows Vista but only in Professional and Enterprise versions. | ||
+ | |||
+ | ===== Control Panel ===== | ||
+ | |||
+ | {{ : | ||
===== CLI ===== | ===== CLI ===== | ||
Line 19: | Line 23: | ||
Get-BitlockerVolume -MountPoint " | Get-BitlockerVolume -MountPoint " | ||
</ | </ | ||
- | |||
- | {{ : | ||
==== Enable Bitlocker ==== | ==== Enable Bitlocker ==== | ||
Line 33: | Line 35: | ||
manage-bde -protectors -add C: -recoverypassword -password -startupkey E: | manage-bde -protectors -add C: -recoverypassword -password -startupkey E: | ||
manage-bde -status | manage-bde -status | ||
- | manage-bde | + | manage-bde -on C: -usedspaceonly |
</ | </ | ||
Line 88: | Line 90: | ||
====== Active Directory ====== | ====== Active Directory ====== | ||
+ | |||
+ | <note tip>Use '' | ||
{{ : | {{ : | ||
Line 104: | Line 108: | ||
https:// | https:// | ||
+ | |||
+ | < | ||
+ | Import-module ActiveDirectory | ||
+ | Get-ADObject -SearchBase ((GET-ADRootDSE).SchemaNamingContext) -Filter {Name -like ' | ||
+ | Get-ADComputer ' | ||
+ | </ |