Files
GPOZaurr/Examples/Example-04-GPOinformation.ps1
T
Przemysław Kłys 2107d52eed Updates to examples
2020-04-21 09:10:48 +02:00

12 lines
281 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 DisplayName, WmiFilter, WMIDescription