Files
GPOZaurr/Examples/Example-04-GPOinformation.ps1
T
Przemysław Kłys 238f84309b Update 0.0.6
2020-04-08 20:23:08 +02:00

12 lines
274 B
PowerShell

Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$GPOS = Get-GPOZaurr
$GPOS | Format-Table -AutoSize
$GPOS[0] | Format-List
$GPOs[0].ACL | Format-Table -AutoSize
$GPOs.Links | Format-Table -AutoSize
$GPOS | Format-Table -AutoSize Name, WmiFilter, WMIDescription