mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-05 16:39:28 +00:00
5 lines
272 B
PowerShell
5 lines
272 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
$T = Get-GPOZaurrPermission #-SkipWellKnown #-SkipAdministrative # -ExcludePermissionType GpoRead,GpoApply #| Out-HtmlView
|
|
$T | Format-Table -AutoSize *
|
|
#$T | Out-HtmlView -ScrollX -Filtering -Online -DisablePaging |