This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:active_directory:group_policy [2015/06/16 12:05] gcooper |
networking:windows:active_directory:group_policy [2021/03/18 09:07] (current) gcooper |
||
---|---|---|---|
Line 36: | Line 36: | ||
Use the CLI: | Use the CLI: | ||
+ | |||
+ | https:// | ||
< | < | ||
Line 41: | Line 43: | ||
gpresult /R | gpresult /R | ||
+ | |||
+ | gpresult -H GPResult.html | ||
+ | </ | ||
+ | |||
+ | Check computer group membership: | ||
+ | |||
+ | < | ||
+ | Get-ADComputer " | ||
+ | |||
+ | gpresult /scope computer /v | ||
+ | |||
+ | net localgroup | ||
</ | </ | ||