Files
GPOZaurr/Examples/Example-14-ListingGPOsPerOU2.ps1
T
Przemyslaw Klys 2fa9b202bc Example updates
2020-12-28 11:42:30 +01:00

7 lines
362 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
Get-GPOZaurrLink -SearchBase 'OU=Domain Controllers,DC=ad,DC=evotec,DC=xyz' | Format-Table -AutoSize
Get-GPOZaurrLink -SearchBase 'OU=Accounts,OU=Production,DC=ad,DC=evotec,DC=xyz' | Format-Table -AutoSize
Get-GPOZaurrLink -SearchBase 'DC=ad,DC=evotec,DC=xyz' -SearchScope Base | Format-Table -AutoSize