Tayyip EserIT KNOWLEDGE HUB
TRin
Back to archive

Note · Aug 25, 2026

Did the GPO actually apply?

Using gpresult to inspect applied and denied user and computer policies.

GPOActive DirectoryPowerShell

Short answer Use gpresult to see the policies that actually reached the user and computer.

?

When to use it

When a linked GPO does not apply or behaves differently between users.

01

Quick result

gpresult /r /scope computer
gpresult /r /scope user
Note

Lists applied and denied policies.

02

HTML report

gpresult /h "$env:USERPROFILE\Desktop\GPO-Report.html" /f
gpupdate /force
Note

Keep the report for comparison.

!

Caution

gpupdate is not a substitute for checking OU placement, filtering and replication.