User Tools

Site Tools


networking:windows:active_directory:group_policy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:windows:active_directory:group_policy [2015/06/16 11:24]
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: Use the CLI:
 +
 +https://mashtips.com/how-to-use-the-group-policy-results-gpresult-exe-command-line-tool/
  
 <file> <file>
 gpupdate /force gpupdate /force
  
-gpresult+gpresult /R 
 + 
 +gpresult -H GPResult.html 
 +</file> 
 + 
 +Check computer group membership: 
 + 
 +<file> 
 +Get-ADComputer "tucson-svr" -Properties MemberOf 
 + 
 +gpresult /scope computer /v 
 + 
 +net localgroup
 </file> </file>
  
networking/windows/active_directory/group_policy.1434475461.txt.gz · Last modified: 2015/06/16 11:24 by gcooper