How to view all applied Group Policies in Group Policy Editor

Windows' built-in Group Policy Editor allows you to quickly apply system-wide or user-specific policies and features with just a few clicks. In fact, many Windows instructions often ask you to edit Group Policy Objects.

If you're someone who changes a lot of policies to make Windows work the way you want, it's important to keep track of all those policy changes. This is especially true for new users. Mainly because, if something goes wrong with the policy change process, finding the policy quickly will help you restore the system. Not to mention, having a quick view of all policies applied or changed helps you understand system configuration better.

So, in this quick article, let's look at how to find all applied group policies in Windows.

Use the Resultant Set of Policy tool

Windows has a built-in tool called Resultant Set of Policy . This tool only displays policies that are enabled or disabled. Since all policies that are applied or changed will be in one of these two states, you can use this simple tool to find applied policy groups.

1. First, open the Start menu , search for "rsop.msc" and click on the result. Or, open the Run dialog box with the keyboard shortcut Win+ R, type "rsop.msc" and press Enter.

2. As soon as you do that, the Resultant Set of Policy tool will open. It will immediately scan the system. It may take a few seconds.

 

How to view all applied Group Policies in Group Policy Editor Picture 1

3. Once done, you can see all the applied policies by expanding the folders on the left panel.

How to view all applied Group Policies in Group Policy Editor Picture 2

Very simple, right? You've got all the information you need about applied policies in a single tool.

Use Filter Options in GPEdit to find the applied policy

Instead, you can also use the filtering function in Group Policy Editor. The only downside to this method is that you have to filter all three main folders separately: Software Settings, Windows Settings and Administrative Templates that appear in the Computer Configuration and User Configuration sections . Most useful and configurable policies are located in Administrative Templates.

 

1. First, open the Start menu , search for Edit Group Policy and click the result to open Group Policy Editor.

2. In Group Policy Editor , right-click on the folder that appears on the left panel and select the Filter Options option.

How to view all applied Group Policies in Group Policy Editor Picture 3

3. In the Filter Options window , set the options in Select the type of policy settings to display as follows and click the OK button to save the changes.

  1. ManagedYes
  2. ConfiguredYes
  3. CommentedAny

How to view all applied Group Policies in Group Policy Editor Picture 4

From now on, Group Policy Editor will only display enabled and disabled policies.

How to view group policy applied with PowerShell

Another method for determining which policy is applied to a Windows user or computer involves using PowerShell. If you are someone who likes to use command line tools to interact with or make changes to your computer, this method may be useful.

To view group policies applied using PowerShell, follow these steps:

  1. Press Win + S to open the search menu.
  2. Type powershell in the text box and select Run as administrator .
  3. Select Yes when the User Account Control (UAC) prompt appears.
  4. Enter the following command in the PowerShell window and press Enter :

 

gpresult /Scope User /v

How to view all applied Group Policies in Group Policy Editor Picture 5

When you run the above command, you will see all the policies applied in the Resultant Set Of Policies for User section . If you want to see all policies applied to the computer, use the following command instead:

gpresult /Scope Computer /v

For more useful commands, be sure to check out TipsMake's guide to the best PowerShell commands for Windows.

Knowing how to check the policies applied to your Windows computer can be helpful when troubleshooting a problem with a program or feature or when you're concerned about your privacy or security. Luckily, this is easy with the methods mentioned above.

3.5 ★ | 2 Vote

May be interested

  • How to Install NetflixPhoto of How to Install Netflix
    this is an article showing how to sign up for netflix - an online tv service that allows you to watch unlimited movies, tv shows and other video content. netflix offers a 30-day trial before you have to pay. you can sign up for netflix on your computer, phone, tablet, or smart tv.
  • How to Create a Windows 7/Vista Bootable USB DrivePhoto of How to Create a Windows 7/Vista Bootable USB Drive
    need to install windows 7 on a computer without a drive? or do you want to create a backup installation program in case the installation cd is damaged? follow the steps below to put the windows installation files on the bootable usb drive.
  • How to Create New Files on WindowsPhoto of How to Create New Files on Windows
    there are many ways to create files on personal computers running the windows operating system. how you do this will vary depending on the file you want to create, but usually you just need to open an application in the start menu and use the tool to create the desired file type. you can also create blank files in file explorer. this article will show you how to create files on windows.
  • How to Find Windows 7 Product KeyPhoto of How to Find Windows 7 Product Key
    today's tipsmake will show you how to find the product key to install an original copy of windows 7 on your computer. a product key is a 25-character code required when activating windows. you may need this code during a complete reinstallation of windows, or to activate your copy after the installation is complete. if your computer has an official copy of windows 7 pre-installed, the code may be on the coa (certificate of authenticity) label. if windows 7 is installed and activated, you can use command prompt or a third-party application to find the product key.
  • How to Execute batch file from command line on WindowsPhoto of How to Execute batch file from command line on Windows
    today's tipsmake will show you how to execute batch files (script files with .bat extension) from the windows command line. you can run the program from the 'run' dialog box, or type the command into a terminal window.
  • How to Add and Delete User Accounts with Command Prompt on WindowsPhoto of How to Add and Delete User Accounts with Command Prompt on Windows
    command prompt is basically a version of the 'terminal' application (apple) on windows, a program that allows us to enter system adjustment commands. while most commands users enter into command prompt simply execute the action itself (such as opening a folder), you can also use command prompt to quickly create (or delete) accounts. right on your computer!