How To verify Group Policy applied?
GPResult command line tool to verify what group policy objects are applied to a user or computer. GPResult is a command line tool that shows the Resultant Set of Policy (RsoP) information for a user and computer.
The GPResult command is included with Windows Server versions 2008 and higher. It is also included in client version Windows 7 and higher.
gpresult /r
This is the most common usage of the gpresult command, it a quick way to display all group policy objects to a user and computer.
gpresult /r /scope:user
gpresult /r /scope:computer
If you don’t want to see both User and Computer GPOs then you can use the scope option to specify user or computer
gpresult /h c:\reports.html
This generates an html report of the applied group policy objects.
Thanks,
WintelAdmin