mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-06 00:50:07 +00:00
16 lines
363 B
PowerShell
16 lines
363 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
|
|
|
|
#Get-GPOZaurrPermissions | Format-Table -AutoSize
|
|
$T = Get-GPOZaurrPermissions #| Out-HtmlView
|
|
#$T[0] | Format-List *
|
|
$T | Format-Table -AutoSize
|
|
#$T[0].Trustee
|
|
#$T[0].Permission
|
|
#$T[0] |