mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 20:00:09 +00:00
12 lines
274 B
PowerShell
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 |