This commit is contained in:
Przemysław Kłys
2020-04-14 12:03:27 +02:00
parent 7dc64c484f
commit b19e2108ed
5 changed files with 68 additions and 16 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#$T = Get-GPOZaurrPermission -GPOName 'DC | PowerShell Logging' -Type Unknown
$T = Get-GPOZaurrPermission -ExcludePermissionType GpoRead,GpoApply #-Type All #-SkipWellKnown -SkipAdministrative # -ExcludePermissionType GpoRead,GpoApply #| Out-HtmlView
$T = Get-GPOZaurrPermission -ResolveAccounts -IncludeOwner #-ExcludePermissionType GpoRead,GpoApply #-Type All #-SkipWellKnown -SkipAdministrative # -ExcludePermissionType GpoRead,GpoApply #| Out-HtmlView
$T | Format-Table -AutoSize *
#$T | Out-HtmlView -ScrollX -Filtering -Online -DisablePaging
$T | Out-HtmlView -ScrollX -Filtering -Online -DisablePaging
+1 -1
View File
@@ -1,4 +1,4 @@
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
$Owners = Get-GPOZaurr -owneronly
$Owners = Get-GPOZaurr -OwnerOnly
$Owners | Format-Table