mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-13 20:27:01 +00:00
Update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
||||
|
||||
$Output = Invoke-GPOZaurr -Verbose -Type DriveMapping,EventLog
|
||||
$Output = Invoke-GPOZaurr -Verbose #-SingleObject
|
||||
$Output | Format-Table
|
||||
@@ -1,9 +1,4 @@
|
||||
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
||||
|
||||
$Output = Invoke-GPOZaurr -GPOPath $ENV:USERPROFILE\Desktop\GPOTestingUserAccess -Verbose #-SkipCleanup #-Type PoliciesPrinters, Policies
|
||||
$Output | Format-Table *
|
||||
|
||||
#$Output.Reports | Format-Table
|
||||
#$Output.Reports.SecurityOptions | Format-Table
|
||||
#$Output.Reports.UserRightsAssignment | Format-Table
|
||||
|
||||
$Output = Invoke-GPOZaurr -GPOPath $ENV:USERPROFILE\Desktop\GPOTestingUserAccess -Verbose
|
||||
$Output | Format-Table *
|
||||
Reference in New Issue
Block a user