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 13:24] gcooper |
computing:security:windows_bitlocker [2021/05/13 14:38] (current) gcooper |
||
---|---|---|---|
Line 90: | Line 90: | ||
====== Active Directory ====== | ====== Active Directory ====== | ||
+ | |||
+ | <note tip>Use '' | ||
{{ : | {{ : | ||
Line 106: | Line 108: | ||
https:// | https:// | ||
+ | |||
+ | < | ||
+ | Import-module ActiveDirectory | ||
+ | Get-ADObject -SearchBase ((GET-ADRootDSE).SchemaNamingContext) -Filter {Name -like ' | ||
+ | Get-ADComputer ' | ||
+ | </ |