Files
GPOZaurr/Examples/Example-29-FindGPO3.ps1
T
2020-07-31 15:26:48 +02:00

9 lines
365 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
# Use Save-GPOZaurrFiles -GPOPath $ENV:USERPROFILE\Desktop\GPOExportAudit
$Output = Invoke-GPOZaurr -GPOPath $ENV:USERPROFILE\Desktop\GPOExportAudit # -NoTranslation
$Output | Format-Table *
$Output.Reports | Format-Table
#$Output.Reports.LAPS | Format-Table *
$Output.Reports.LithnetFilter | Format-List *