Windows Active Directory: Difference between revisions

From Dave-Wiki
Jump to navigation Jump to search
(Created page with "==List which GPO's are applied== <code>rsop.msc</code> (GUI version) <code>gpresult /r /scope computer</code> (CLI version) or save it to an html file with /h: <code>gpresult /h c:\gpresult.html</code>")
 
Line 1: Line 1:
==List which GPO's are applied==
==List Applied GPO's==


<code>rsop.msc</code> (GUI version)
<code>rsop.msc</code> (GUI version)

Revision as of 21:58, 11 February 2024

List Applied GPO's

rsop.msc (GUI version)

gpresult /r /scope computer (CLI version)

or save it to an html file with /h:

gpresult /h c:\gpresult.html