Quantcast
Channel: Microsoft – JeffOps
Viewing all articles
Browse latest Browse all 120

Find all Organizational Units with GPO Inheritance blocked

$
0
0

… of course you can do this by clicking all around, but I found that using PowerShell is a lot easier in a large environment:

Get-ADOrganizationalUnit -Filter * | Get-GPInheritance | Where-Object {$_.GPOInheritanceBlocked}

Post to Twitter


Viewing all articles
Browse latest Browse all 120

Trending Articles