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