mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-25 09:47:18 +00:00
Update
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user