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:07] gcooper |
networking:windows:active_directory:group_policy [2021/03/18 09:07] (current) gcooper |
||
---|---|---|---|
Line 7: | Line 7: | ||
===== Applying Group Policies ===== | ===== Applying Group Policies ===== | ||
- | FIXME Still learning this stuff... | + | :!: You must create Active Directory Organizational Units (OUs) to apply group policies against. You can't apply policies to the built-in AD containers. |
- | | + | :!: Policies apply to either users or computers. |
+ | |||
+ | :!: Group policies often seem not to 'take effect' | ||
+ | |||
+ | :!: Time plays an underestimated role in the activation or roll-out of group policies. | ||
+ | |||
+ | | ||
- Run '' | - Run '' | ||
- Run '' | - Run '' | ||
- Reboot workstation computer | - Reboot workstation computer | ||
+ | - Test the policy | ||
===== Tools ===== | ===== Tools ===== | ||
Line 23: | 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 ===== |