Files
GPOZaurr/Examples/Example-13-ListingOwners03.ps1
2021-08-10 20:57:02 +02:00

6 lines
225 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurrGPOOwners.html -Type GPOOwners -Online -Exclusions @(
'EVOTEC\Domain Admins'
'EVOTEC\przemyslaw.klys'
)