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 11:23] gcooper |
networking:windows:active_directory:group_policy [2021/03/18 09:07] (current) gcooper |
||
---|---|---|---|
Line 30: | Line 30: | ||
* **Start -> Run -> gpedit.msc** | * **Start -> Run -> gpedit.msc** | ||
+ | |||
+ | View resultant policies: | ||
+ | |||
+ | * **Start -> Run -> rsop.msc** | ||
+ | |||
+ | Use the CLI: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | < | ||
+ | gpupdate /force | ||
+ | |||
+ | gpresult /R | ||
+ | |||
+ | gpresult -H GPResult.html | ||
+ | </ | ||
+ | |||
+ | Check computer group membership: | ||
+ | |||
+ | < | ||
+ | Get-ADComputer " | ||
+ | |||
+ | gpresult /scope computer /v | ||
+ | |||
+ | net localgroup | ||
+ | </ | ||
===== Multiple AD Sites ===== | ===== Multiple AD Sites ===== |