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:04] gcooper |
networking:windows:active_directory:group_policy [2021/03/18 09:07] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Windows Group Policy ====== | ====== Windows Group Policy ====== | ||
- | **Loopback | + | **Loopback**: |
- | **Policy or Preference**: | + | **Policy or Preference**: |
+ | |||
+ | ===== Applying Group Policies ===== | ||
+ | |||
+ | :!: You must create Active Directory Organizational Units (OUs) to apply group policies against. | ||
+ | |||
+ | :!: 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. | ||
+ | |||
+ | - Make the policy change on the domain controller | ||
+ | - Run '' | ||
+ | - Run '' | ||
+ | - Reboot workstation computer | ||
+ | - Test the policy | ||
===== Tools ===== | ===== Tools ===== | ||
Line 14: | 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 ===== |