mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-20 15:12:24 +00:00
Update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
$Script:GPOConfiguration = @{
|
||||
GPOConsistency = $GPOZaurrConsistency
|
||||
GPOOwners = $GPOZaurrOwners
|
||||
GPOList = $GPOZaurrList
|
||||
$Script:GPOConfiguration = [ordered] @{
|
||||
GPOOrphans = $GPOZaurrOrphans
|
||||
GPOOwners = $GPOZaurrOwners
|
||||
GPOConsistency = $GPOZaurrConsistency
|
||||
GPOList = $GPOZaurrList
|
||||
GPOPermissions = $GPOZaurrPermissions
|
||||
GPOPermissionsRoot = $GPOZaurrPermissionsRoot
|
||||
GPOFiles = $GPOZaurrFiles
|
||||
|
||||
Reference in New Issue
Block a user