mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-17 22:17:48 +00:00
Added Find-GPO WIP
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user