Share via

Where is Active Directory GPO Stored on the Local Server

Brandon Ho 376 Reputation points
2022-09-20T01:48:15.6+00:00

Hi,

I applied a global policy on AD under system Net Login folder. I cannot find it on the local server by using gpedit.msc. Where is it located?242686-2022-09-19-18-43-34.jpg

Thanks,
Brandon.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

Answer accepted by question author

  1. Limitless Technology 45,226 Reputation points
    2022-09-23T10:16:52.72+00:00

    Hello

    Thank you for your question and reaching out.

    Some time you may not able to see exact GPO using gpedit.msc as they GPO versions are different on Client OS and Server OS.

    In your case you can run below command to verify if the settings are applied or not on local computer

    gpresult /h C:\temp\gpresult.htm

    ----------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Gary Reynolds 9,626 Reputation points
    2022-09-20T22:08:54.48+00:00

    Hi

    See the following post on how to read the contents of the registry.pol file - https://nettools.net/how-to-read-the-contents-of-registry-pol-files/

    Policy settings can also be saved in a number of other locations as well as the registry.pol file, have a look at this page which has details on how to view the details in the other location - https://nettools.net/gpo-explorer/ - GPO configuration Settings

    Gary.


  2. T. Kujala 8,806 Reputation points
    2022-09-20T03:53:17.333+00:00

    Hi @Brandon Ho ,

    The Windows Group Policy architecture is based on special Registry.pol files. These files store registry settings that correspond to the configured GPO settings. User and Computer policies are stored in different Registry.pol files.

    %SystemRoot%\System32\GroupPolicy\Machine\registry.pol

    %SystemRoot%\System32\GroupPolicy\User\registry.pol


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.