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