mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
9 lines
311 B
PowerShell
9 lines
311 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
$GPOS = Get-GPOZaurr -PermissionsOnly
|
|
# to screen
|
|
$GPOS | Format-Table -AutoSize
|
|
# to html
|
|
#$GPOS | Out-HtmlView
|
|
# to excel
|
|
#$GPOS | ConvertTo-Excel -FilePath $Env:UserProfile\Desktop\GPOExport.xlsx -ExcelWorkSheetName 'Permissions' -AutoFit -AutoFilter |