mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-28 12:49:03 +00:00
5 lines
266 B
PowerShell
5 lines
266 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
$Output = Find-GPO -Type LocalUsersAndGroups,Autologon
|
|
$Output.LocalUsersAndGroups | Out-HtmlView -ScrollX -DisablePaging -AllProperties
|
|
$Output.AutoLogon | Out-HtmlView -ScrollX -DisablePaging -AllProperties |