Sunday 28 October 2012

How to Generate Group Policy Report With CMD

Group policy is the heart of security in windows operating system 

but it's quite difficult to find which policies are applied on the 

computer for that you have to go one by one with all policies & 

check they are applied or not. but no need to worry because after 

reading this article you will be able to Generate Group policy 

standard report without using any third party software...


















Ok let's Start generating GROUP POLICY REPORT

first go to RUN

type CMD

In CMD type the following command

cd desktop <Press enter>

GPRESULT /H GPReport.html <Press enter>

GPReport.html <Press enter>
















Now you will see the Gpreport.html file on your Desktop

That's it...


  Work Smarter...


6 comments :

  1. Why this Following Error showing???

    "ERROR: Invalid Argument/Option - '/H'.
    Type "GPRESULT /?" for usage."

    ReplyDelete
  2. same error here :(

    ReplyDelete
    Replies
    1. Do it like this : GPRESULT -H GPReport.html

      Delete
  3. Thank you. it is working well.

    ReplyDelete
  4. GPRESULT /H GPReport.html /f

    ReplyDelete
  5. GPRESULT /H GPReport.html /f

    ReplyDelete