mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-06 00:50:07 +00:00
9 lines
365 B
PowerShell
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 * |