Files
GPOZaurr/Examples/Example-04-GPOinformation.ps1
Przemyslaw Klys a0e990bf2a Update to example
2020-07-30 11:28:56 +02:00

12 lines
283 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