This commit is contained in:
Przemyslaw Klys
2020-11-04 20:55:47 +01:00
parent 26e9486894
commit 981e71483a
6 changed files with 469 additions and 319 deletions
+8 -1
View File
@@ -1,4 +1,5 @@
$Script:GPOConfiguration = [ordered] @{
<#
$Script:GPOConfiguration = [ordered] @{
GPOOrphans = [ordered] @{
Wizard = {
New-HTMLWizardStep -Name 'Prepare environment' {
@@ -144,4 +145,10 @@
GPOConsistency = $ScriptGPOConfigurationGPOConsistency
NetLogon = $ScriptGPOConfigurationNetLogon
GPOOwners = $ScriptGPOConfigurationGPOOwners
}
#>
$Script:GPOConfiguration = @{
GPOConsistency = $GPOZaurrConsistency
GPOOwners = $GPOZaurrOwners
}