Commands · Command
CommandWindows
gpresult
gpresult /r (or /h report.html for a full report)Reports which Group Policy settings are actually being applied to the current user and computer, and where they came from — the go-to diagnostic when policy doesn't seem to be taking effect.
// FLAGS
/rsummary of applied policy/hgenerate a full HTML report/scopelimit to user or computer policy// EXAMPLE
gpresult /h gpreport.html — generates a browsable HTML report of every applied Group Policy Object.
// GOTCHA
gpresult shows what's currently applied — it won't reflect a policy that exists but hasn't been refreshed yet; run gpupdate first if you just made a change.
// RELATED COMMANDS