Closed noendscripting closed 3 years ago
You need to move the WaitForADDomain
resource to just after the ADDomain
resource. you are trying to create OUs before the Domain Controller is ready.
...and the resources after should depend on WaitForADDomain
, not '[ADDomain]CreateForest'
. 🤔
The WaitForDomain function in the configuration is for trust creation and confirms existence of second domain. You seem to be suggesting I should be running two "WaitForDomain" functions one for local ( to the configuration) domain and one for the remote. However, this very same, configuration works 100% each time and every time on Windows Server 2012 R2. (I'm attaching logs from successful run) and worked on as far back as at a least four years ago in 2016 This suggest that the flow is not in the logic of the configuration but in the way module does not account for differences between Windows Server 2012 r2 and Windows Server 2016-2019. If indeed the only way to get this to work is to have two WaitForDomain functions, I think, documentation should reflects this.
[
{"time": "2020-12-27T22:45:01.383-5:00", "type": "verbose", "message": "[contosodc1]: [] Starting consistency engine."},
{"time": "2020-12-27T22:45:01.383-5:00", "type": "verbose", "message": "[contosodc1]: [] A pending configuration exists. DSC will process a set request on the pending configuration."},
{"time": "2020-12-27T22:45:04.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:04.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:04.571-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the RSAT-DNS-Server feature."},
{"time": "2020-12-27T22:45:04.743-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:04.774-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:04.805-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:04.805-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Loading 'FormatsToProcess' from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\Feature.format.ps1xml'."},
{"time": "2020-12-27T22:45:04.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psm1'."},
{"time": "2020-12-27T22:45:05.071-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:05.071-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:05.071-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:05.071-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:05.071-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:05.071-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:05.087-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:05.087-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] Querying for feature RSAT-DNS-Server using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:05.165-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: RSAT-DNS-Server"},
{"time": "2020-12-27T22:45:09.821-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: RSAT-DNS-Server"},
{"time": "2020-12-27T22:45:09.837-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the RSAT-DNS-Server feature."},
{"time": "2020-12-27T22:45:09.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] in 5.3900 seconds."},
{"time": "2020-12-27T22:45:09.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:09.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource0::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:09.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:09.852-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:09.884-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the AD-Domain-Services feature."},
{"time": "2020-12-27T22:45:09.884-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:09.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:09.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] Querying for feature AD-Domain-Services using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:09.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: AD-Domain-Services"},
{"time": "2020-12-27T22:45:10.212-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: AD-Domain-Services"},
{"time": "2020-12-27T22:45:10.212-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the AD-Domain-Services feature."},
{"time": "2020-12-27T22:45:10.212-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] in 0.3590 seconds."},
{"time": "2020-12-27T22:45:10.227-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.227-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource1::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.227-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.227-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.227-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the RSAT-AD-AdminCenter feature."},
{"time": "2020-12-27T22:45:10.227-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:10.259-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:10.259-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] Querying for feature RSAT-AD-AdminCenter using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:10.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: RSAT-AD-AdminCenter"},
{"time": "2020-12-27T22:45:10.587-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: RSAT-AD-AdminCenter"},
{"time": "2020-12-27T22:45:10.587-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the RSAT-AD-AdminCenter feature."},
{"time": "2020-12-27T22:45:10.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] in 0.3590 seconds."},
{"time": "2020-12-27T22:45:10.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.602-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource2::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.602-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.602-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.602-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the RSAT-ADDS feature."},
{"time": "2020-12-27T22:45:10.602-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:10.618-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:10.618-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:10.618-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] Querying for feature RSAT-ADDS using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:10.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: RSAT-ADDS"},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: RSAT-ADDS"},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the RSAT-ADDS feature."},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] in 0.3440 seconds."},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource3::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:10.962-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the RSAT-AD-PowerShell feature."},
{"time": "2020-12-27T22:45:10.962-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:10.993-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:11.009-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.009-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.009-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] Querying for feature RSAT-AD-PowerShell using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:11.009-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: RSAT-AD-PowerShell"},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: RSAT-AD-PowerShell"},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the RSAT-AD-PowerShell feature."},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] in 0.3280 seconds."},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource4::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.290-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the RSAT-AD-Tools feature."},
{"time": "2020-12-27T22:45:11.290-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] Querying for feature RSAT-AD-Tools using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:11.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: RSAT-AD-Tools"},
{"time": "2020-12-27T22:45:11.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: RSAT-AD-Tools"},
{"time": "2020-12-27T22:45:11.634-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the RSAT-AD-Tools feature."},
{"time": "2020-12-27T22:45:11.634-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] in 0.3590 seconds."},
{"time": "2020-12-27T22:45:11.649-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.649-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource5::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.649-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.649-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.649-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Begin executing Test functionality on the RSAT-Role-Tools feature."},
{"time": "2020-12-27T22:45:11.649-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Perform operation 'Enumerate CimInstances' with following parameters, ''namespaceName' = root\\cimv2,'className' = Win32_OperatingSystem'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Operation 'Enumerate CimInstances' complete."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Loading module from path 'C:\\windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\ServerManager\\ServerManager.psd1'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Get-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Install-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing cmdlet 'Uninstall-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing function 'Disable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing function 'Enable-ServerManagerStandardUserRemoting'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing alias 'Add-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Importing alias 'Remove-WindowsFeature'."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] Querying for feature RSAT-Role-Tools using Server Manager cmdlet Get-WindowsFeature."},
{"time": "2020-12-27T22:45:11.681-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' started: RSAT-Role-Tools"},
{"time": "2020-12-27T22:45:11.977-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] The operation 'Get-WindowsFeature' succeeded: RSAT-Role-Tools"},
{"time": "2020-12-27T22:45:11.977-5:00", "type": "verbose", "message": "[contosodc1]: [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] End executing Test functionality on the RSAT-Role-Tools feature."},
{"time": "2020-12-27T22:45:11.977-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] in 0.3280 seconds."},
{"time": "2020-12-27T22:45:11.977-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.977-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WindowsFeature]Resource6::[WindowsFeatureSet]ADDS_Features] "},
{"time": "2020-12-27T22:45:11.977-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADDomain]CreateForest] "},
{"time": "2020-12-27T22:45:12.181-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADDomain]CreateForest] "},
{"time": "2020-12-27T22:45:12.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomain]CreateForest] Querying for domain 'contosoad.com'. (ADD0001)"},
{"time": "2020-12-27T22:45:13.649-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomain]CreateForest] Active Directory domain 'contosoad.com' found. (ADD0003)"},
{"time": "2020-12-27T22:45:13.759-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomain]CreateForest] The domain 'contosoad.com' is in the desired state. (ADD0008)"},
{"time": "2020-12-27T22:45:13.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADDomain]CreateForest] in 1.5780 seconds."},
{"time": "2020-12-27T22:45:13.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Skip Set ] [[ADDomain]CreateForest] "},
{"time": "2020-12-27T22:45:13.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADDomain]CreateForest] "},
{"time": "2020-12-27T22:45:13.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADOrganizationalUnit]UserAccuntsOU] "},
{"time": "2020-12-27T22:45:13.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADOrganizationalUnit]UserAccuntsOU] "},
{"time": "2020-12-27T22:45:13.790-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]UserAccuntsOU] Retrieving OU 'User Accounts' from path 'dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:13.806-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]UserAccuntsOU] The OU 'User Accounts' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:13.806-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]UserAccuntsOU] OU 'User Accounts' does not exist when it should exist. (ADOU0008)"},
{"time": "2020-12-27T22:45:13.806-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADOrganizationalUnit]UserAccuntsOU] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:13.806-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADOrganizationalUnit]UserAccuntsOU] "},
{"time": "2020-12-27T22:45:13.821-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]UserAccuntsOU] Retrieving OU 'User Accounts' from path 'dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:13.837-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]UserAccuntsOU] The OU 'User Accounts' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:13.837-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]UserAccuntsOU] Creating OU 'User Accounts'. (ADOU0004)"},
{"time": "2020-12-27T22:45:14.024-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADOrganizationalUnit]UserAccuntsOU] in 0.2190 seconds."},
{"time": "2020-12-27T22:45:14.024-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADOrganizationalUnit]UserAccuntsOU] "},
{"time": "2020-12-27T22:45:14.024-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADOrganizationalUnit]EnabledUsersOU] "},
{"time": "2020-12-27T22:45:14.024-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADOrganizationalUnit]EnabledUsersOU] "},
{"time": "2020-12-27T22:45:14.040-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]EnabledUsersOU] Retrieving OU 'Enabled Users' from path 'OU=User Accounts,dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:14.056-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]EnabledUsersOU] The OU 'Enabled Users' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:14.056-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]EnabledUsersOU] OU 'Enabled Users' does not exist when it should exist. (ADOU0008)"},
{"time": "2020-12-27T22:45:14.056-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADOrganizationalUnit]EnabledUsersOU] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:14.056-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADOrganizationalUnit]EnabledUsersOU] "},
{"time": "2020-12-27T22:45:14.071-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]EnabledUsersOU] Retrieving OU 'Enabled Users' from path 'OU=User Accounts,dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:14.087-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]EnabledUsersOU] The OU 'Enabled Users' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:14.087-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]EnabledUsersOU] Creating OU 'Enabled Users'. (ADOU0004)"},
{"time": "2020-12-27T22:45:14.993-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADOrganizationalUnit]EnabledUsersOU] in 0.9380 seconds."},
{"time": "2020-12-27T22:45:14.993-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADOrganizationalUnit]EnabledUsersOU] "},
{"time": "2020-12-27T22:45:15.009-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADOrganizationalUnit]GroupsOU] "},
{"time": "2020-12-27T22:45:15.009-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADOrganizationalUnit]GroupsOU] "},
{"time": "2020-12-27T22:45:15.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]GroupsOU] Retrieving OU 'Groups' from path 'dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:15.040-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]GroupsOU] The OU 'Groups' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:15.040-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]GroupsOU] OU 'Groups' does not exist when it should exist. (ADOU0008)"},
{"time": "2020-12-27T22:45:15.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADOrganizationalUnit]GroupsOU] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:15.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADOrganizationalUnit]GroupsOU] "},
{"time": "2020-12-27T22:45:15.071-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]GroupsOU] Retrieving OU 'Groups' from path 'dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:15.071-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]GroupsOU] The OU 'Groups' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:15.071-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]GroupsOU] Creating OU 'Groups'. (ADOU0004)"},
{"time": "2020-12-27T22:45:15.196-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADOrganizationalUnit]GroupsOU] in 0.1560 seconds."},
{"time": "2020-12-27T22:45:15.321-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADOrganizationalUnit]GroupsOU] "},
{"time": "2020-12-27T22:45:15.337-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADOrganizationalUnit]SecurityGroupsOU] "},
{"time": "2020-12-27T22:45:15.337-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADOrganizationalUnit]SecurityGroupsOU] "},
{"time": "2020-12-27T22:45:15.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]SecurityGroupsOU] Retrieving OU 'Security Groups' from path 'OU=Groups,dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:15.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]SecurityGroupsOU] The OU 'Security Groups' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:15.368-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]SecurityGroupsOU] OU 'Security Groups' does not exist when it should exist. (ADOU0008)"},
{"time": "2020-12-27T22:45:15.368-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADOrganizationalUnit]SecurityGroupsOU] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:15.368-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADOrganizationalUnit]SecurityGroupsOU] "},
{"time": "2020-12-27T22:45:15.384-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]SecurityGroupsOU] Retrieving OU 'Security Groups' from path 'OU=Groups,dc=contosoad,dc=com'. (ADOU0001)"},
{"time": "2020-12-27T22:45:15.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]SecurityGroupsOU] The OU 'Security Groups' is absent. (ADOU0012)"},
{"time": "2020-12-27T22:45:15.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADOrganizationalUnit]SecurityGroupsOU] Creating OU 'Security Groups'. (ADOU0004)"},
{"time": "2020-12-27T22:45:15.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADOrganizationalUnit]SecurityGroupsOU] in 0.0780 seconds."},
{"time": "2020-12-27T22:45:15.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADOrganizationalUnit]SecurityGroupsOU] "},
{"time": "2020-12-27T22:45:15.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Logistics] "},
{"time": "2020-12-27T22:45:15.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Logistics] "},
{"time": "2020-12-27T22:45:15.540-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'Logistics' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.556-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.556-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.556-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.556-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'DisplayName' is not correct. Expected 'Logistics', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.571-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:15.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Logistics] in 0.1400 seconds."},
{"time": "2020-12-27T22:45:15.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Logistics] "},
{"time": "2020-12-27T22:45:15.649-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] AD Group 'Logistics' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.665-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Logistics] Creating AD Group 'Logistics'. (ADG0005)"},
{"time": "2020-12-27T22:45:15.696-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Logistics] in 0.1100 seconds."},
{"time": "2020-12-27T22:45:15.696-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Logistics] "},
{"time": "2020-12-27T22:45:15.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Information Technology] "},
{"time": "2020-12-27T22:45:15.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Information Technology] "},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'Information Technology' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'DisplayName' is not correct. Expected 'Information Technology', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:15.743-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Information Technology] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:15.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Information Technology] "},
{"time": "2020-12-27T22:45:15.790-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] AD Group 'Information Technology' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.790-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Information Technology] Creating AD Group 'Information Technology'. (ADG0005)"},
{"time": "2020-12-27T22:45:15.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Information Technology] in 0.0780 seconds."},
{"time": "2020-12-27T22:45:15.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Information Technology] "},
{"time": "2020-12-27T22:45:15.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]IT Support] "},
{"time": "2020-12-27T22:45:15.837-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]IT Support] "},
{"time": "2020-12-27T22:45:15.853-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'IT Support' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.853-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.853-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.868-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.868-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'DisplayName' is not correct. Expected 'IT Support', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:15.868-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:15.868-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]IT Support] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:15.868-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]IT Support] "},
{"time": "2020-12-27T22:45:15.899-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] AD Group 'IT Support' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.899-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]IT Support] Creating AD Group 'IT Support'. (ADG0005)"},
{"time": "2020-12-27T22:45:15.931-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]IT Support] in 0.0620 seconds."},
{"time": "2020-12-27T22:45:15.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]IT Support] "},
{"time": "2020-12-27T22:45:15.962-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Strategic Information Systems] "},
{"time": "2020-12-27T22:45:15.962-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Strategic Information Systems] "},
{"time": "2020-12-27T22:45:15.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'Strategic Information Systems' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:15.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'DisplayName' is not correct. Expected 'Strategic Information Systems', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:16.228-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Strategic Information Systems] in 0.2660 seconds."},
{"time": "2020-12-27T22:45:16.228-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Strategic Information Systems] "},
{"time": "2020-12-27T22:45:16.274-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] AD Group 'Strategic Information Systems' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.274-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Information Systems] Creating AD Group 'Strategic Information Systems'. (ADG0005)"},
{"time": "2020-12-27T22:45:16.306-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Strategic Information Systems] in 0.0780 seconds."},
{"time": "2020-12-27T22:45:16.306-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Strategic Information Systems] "},
{"time": "2020-12-27T22:45:16.306-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Data Entry] "},
{"time": "2020-12-27T22:45:16.321-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Data Entry] "},
{"time": "2020-12-27T22:45:16.337-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'Data Entry' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.337-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.337-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.337-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.337-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'DisplayName' is not correct. Expected 'Data Entry', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:16.368-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Data Entry] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:16.368-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Data Entry] "},
{"time": "2020-12-27T22:45:16.415-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] AD Group 'Data Entry' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.415-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Data Entry] Creating AD Group 'Data Entry'. (ADG0005)"},
{"time": "2020-12-27T22:45:16.431-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Data Entry] in 0.0620 seconds."},
{"time": "2020-12-27T22:45:16.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Data Entry] "},
{"time": "2020-12-27T22:45:16.446-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Research and Development] "},
{"time": "2020-12-27T22:45:16.462-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Research and Development] "},
{"time": "2020-12-27T22:45:16.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'Research and Development' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.509-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'DisplayName' is not correct. Expected 'Research and Development', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.509-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:16.509-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Research and Development] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:16.509-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Research and Development] "},
{"time": "2020-12-27T22:45:16.540-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] AD Group 'Research and Development' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.540-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Research and Development] Creating AD Group 'Research and Development'. (ADG0005)"},
{"time": "2020-12-27T22:45:16.571-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Research and Development] in 0.0630 seconds."},
{"time": "2020-12-27T22:45:16.571-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Research and Development] "},
{"time": "2020-12-27T22:45:16.571-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Strategic Sourcing] "},
{"time": "2020-12-27T22:45:16.571-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Strategic Sourcing] "},
{"time": "2020-12-27T22:45:16.587-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'Strategic Sourcing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.587-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.603-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.603-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.603-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'DisplayName' is not correct. Expected 'Strategic Sourcing', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.618-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:16.618-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Strategic Sourcing] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:16.618-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Strategic Sourcing] "},
{"time": "2020-12-27T22:45:16.649-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] AD Group 'Strategic Sourcing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.649-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Sourcing] Creating AD Group 'Strategic Sourcing'. (ADG0005)"},
{"time": "2020-12-27T22:45:16.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Strategic Sourcing] in 0.1400 seconds."},
{"time": "2020-12-27T22:45:16.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Strategic Sourcing] "},
{"time": "2020-12-27T22:45:16.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Purchasing] "},
{"time": "2020-12-27T22:45:16.759-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Purchasing] "},
{"time": "2020-12-27T22:45:16.774-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'Purchasing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.774-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.774-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.774-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.774-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'DisplayName' is not correct. Expected 'Purchasing', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.790-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:16.790-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Purchasing] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:16.790-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Purchasing] "},
{"time": "2020-12-27T22:45:16.821-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] AD Group 'Purchasing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.868-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Purchasing] Creating AD Group 'Purchasing'. (ADG0005)"},
{"time": "2020-12-27T22:45:16.931-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Purchasing] in 0.1400 seconds."},
{"time": "2020-12-27T22:45:16.931-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Purchasing] "},
{"time": "2020-12-27T22:45:16.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Operations] "},
{"time": "2020-12-27T22:45:16.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Operations] "},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'Operations' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'DisplayName' is not correct. Expected 'Operations', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Operations] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:16.978-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Operations] "},
{"time": "2020-12-27T22:45:17.009-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] AD Group 'Operations' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:17.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Operations] Creating AD Group 'Operations'. (ADG0005)"},
{"time": "2020-12-27T22:45:17.056-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Operations] in 0.0780 seconds."},
{"time": "2020-12-27T22:45:17.056-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Operations] "},
{"time": "2020-12-27T22:45:17.056-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Public Relations] "},
{"time": "2020-12-27T22:45:17.056-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Public Relations] "},
{"time": "2020-12-27T22:45:17.071-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'Public Relations' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:17.087-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.087-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.103-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.103-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'DisplayName' is not correct. Expected 'Public Relations', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.103-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:17.103-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Public Relations] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:17.103-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Public Relations] "},
{"time": "2020-12-27T22:45:17.134-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] AD Group 'Public Relations' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:17.134-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Public Relations] Creating AD Group 'Public Relations'. (ADG0005)"},
{"time": "2020-12-27T22:45:17.196-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Public Relations] in 0.0940 seconds."},
{"time": "2020-12-27T22:45:17.196-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Public Relations] "},
{"time": "2020-12-27T22:45:17.196-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Corporate Communications] "},
{"time": "2020-12-27T22:45:17.196-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Corporate Communications] "},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'Corporate Communications' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'DisplayName' is not correct. Expected 'Corporate Communications', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Corporate Communications] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:17.228-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Corporate Communications] "},
{"time": "2020-12-27T22:45:17.274-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] AD Group 'Corporate Communications' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:17.274-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Corporate Communications] Creating AD Group 'Corporate Communications'. (ADG0005)"},
{"time": "2020-12-27T22:45:17.290-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Corporate Communications] in 0.0630 seconds."},
{"time": "2020-12-27T22:45:17.540-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Corporate Communications] "},
{"time": "2020-12-27T22:45:17.993-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Advertising Market Research] "},
{"time": "2020-12-27T22:45:17.993-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Advertising Market Research] "},
{"time": "2020-12-27T22:45:18.009-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'Advertising Market Research' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'DisplayName' is not correct. Expected 'Advertising Market Research', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.024-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Advertising Market Research] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:18.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Advertising Market Research] "},
{"time": "2020-12-27T22:45:18.103-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] AD Group 'Advertising Market Research' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.118-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Advertising Market Research] Creating AD Group 'Advertising Market Research'. (ADG0005)"},
{"time": "2020-12-27T22:45:18.259-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Advertising Market Research] in 0.2180 seconds."},
{"time": "2020-12-27T22:45:18.259-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Advertising Market Research] "},
{"time": "2020-12-27T22:45:18.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Strategic Marketing] "},
{"time": "2020-12-27T22:45:18.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Strategic Marketing] "},
{"time": "2020-12-27T22:45:18.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'Strategic Marketing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'DisplayName' is not correct. Expected 'Strategic Marketing', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.321-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.321-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Strategic Marketing] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:18.321-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Strategic Marketing] "},
{"time": "2020-12-27T22:45:18.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] AD Group 'Strategic Marketing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Strategic Marketing] Creating AD Group 'Strategic Marketing'. (ADG0005)"},
{"time": "2020-12-27T22:45:18.384-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Strategic Marketing] in 0.0620 seconds."},
{"time": "2020-12-27T22:45:18.384-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Strategic Marketing] "},
{"time": "2020-12-27T22:45:18.384-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Customer Service] "},
{"time": "2020-12-27T22:45:18.384-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Customer Service] "},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'Customer Service' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'DisplayName' is not correct. Expected 'Customer Service', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Customer Service] in 0.0160 seconds."},
{"time": "2020-12-27T22:45:18.399-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Customer Service] "},
{"time": "2020-12-27T22:45:18.431-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] AD Group 'Customer Service' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.431-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Customer Service] Creating AD Group 'Customer Service'. (ADG0005)"},
{"time": "2020-12-27T22:45:18.462-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Customer Service] in 0.0620 seconds."},
{"time": "2020-12-27T22:45:18.462-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Customer Service] "},
{"time": "2020-12-27T22:45:18.462-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Telesales] "},
{"time": "2020-12-27T22:45:18.462-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Telesales] "},
{"time": "2020-12-27T22:45:18.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'Telesales' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.478-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'DisplayName' is not correct. Expected 'Telesales', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.493-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.493-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Telesales] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:18.493-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Telesales] "},
{"time": "2020-12-27T22:45:18.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] AD Group 'Telesales' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Telesales] Creating AD Group 'Telesales'. (ADG0005)"},
{"time": "2020-12-27T22:45:18.556-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Telesales] in 0.0620 seconds."},
{"time": "2020-12-27T22:45:18.556-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Telesales] "},
{"time": "2020-12-27T22:45:18.556-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Account Management] "},
{"time": "2020-12-27T22:45:18.556-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Account Management] "},
{"time": "2020-12-27T22:45:18.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'Account Management' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'DisplayName' is not correct. Expected 'Account Management', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.712-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Account Management] in 0.1560 seconds."},
{"time": "2020-12-27T22:45:18.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Account Management] "},
{"time": "2020-12-27T22:45:18.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] AD Group 'Account Management' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.743-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Account Management] Creating AD Group 'Account Management'. (ADG0005)"},
{"time": "2020-12-27T22:45:18.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Account Management] in 0.0630 seconds."},
{"time": "2020-12-27T22:45:18.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Account Management] "},
{"time": "2020-12-27T22:45:18.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Marketing] "},
{"time": "2020-12-27T22:45:18.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Marketing] "},
{"time": "2020-12-27T22:45:18.806-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'Marketing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.806-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.884-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.899-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.899-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'DisplayName' is not correct. Expected 'Marketing', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.899-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.899-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Marketing] in 0.1250 seconds."},
{"time": "2020-12-27T22:45:18.899-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Marketing] "},
{"time": "2020-12-27T22:45:18.931-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] AD Group 'Marketing' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.931-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Marketing] Creating AD Group 'Marketing'. (ADG0005)"},
{"time": "2020-12-27T22:45:18.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Marketing] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:18.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Marketing] "},
{"time": "2020-12-27T22:45:18.946-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Sales] "},
{"time": "2020-12-27T22:45:18.962-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Sales] "},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'Sales' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'DisplayName' is not correct. Expected 'Sales', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Sales] in 0.0160 seconds."},
{"time": "2020-12-27T22:45:18.978-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Sales] "},
{"time": "2020-12-27T22:45:19.009-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] AD Group 'Sales' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.009-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Sales] Creating AD Group 'Sales'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Sales] in 0.0630 seconds."},
{"time": "2020-12-27T22:45:19.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Sales] "},
{"time": "2020-12-27T22:45:19.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Payroll] "},
{"time": "2020-12-27T22:45:19.040-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Payroll] "},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'Payroll' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'DisplayName' is not correct. Expected 'Payroll', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Payroll] in 0.1400 seconds."},
{"time": "2020-12-27T22:45:19.181-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Payroll] "},
{"time": "2020-12-27T22:45:19.212-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] AD Group 'Payroll' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.212-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Payroll] Creating AD Group 'Payroll'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.274-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Payroll] in 0.0940 seconds."},
{"time": "2020-12-27T22:45:19.290-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Payroll] "},
{"time": "2020-12-27T22:45:19.290-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Recruitment] "},
{"time": "2020-12-27T22:45:19.290-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Recruitment] "},
{"time": "2020-12-27T22:45:19.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'Recruitment' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'DisplayName' is not correct. Expected 'Recruitment', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.306-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:19.321-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Recruitment] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:19.321-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Recruitment] "},
{"time": "2020-12-27T22:45:19.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] AD Group 'Recruitment' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.353-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Recruitment] Creating AD Group 'Recruitment'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.368-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Recruitment] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:19.368-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Recruitment] "},
{"time": "2020-12-27T22:45:19.384-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Training] "},
{"time": "2020-12-27T22:45:19.384-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Training] "},
{"time": "2020-12-27T22:45:19.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'Training' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.399-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.415-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.415-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'DisplayName' is not correct. Expected 'Training', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.415-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:19.415-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Training] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:19.415-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Training] "},
{"time": "2020-12-27T22:45:19.446-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] AD Group 'Training' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.446-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Training] Creating AD Group 'Training'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.493-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Training] in 0.0780 seconds."},
{"time": "2020-12-27T22:45:19.493-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Training] "},
{"time": "2020-12-27T22:45:19.493-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Human Resource] "},
{"time": "2020-12-27T22:45:19.493-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Human Resource] "},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'Human Resource' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'DisplayName' is not correct. Expected 'Human Resource', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Human Resource] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:19.524-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Human Resource] "},
{"time": "2020-12-27T22:45:19.556-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] AD Group 'Human Resource' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.571-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Human Resource] Creating AD Group 'Human Resource'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Human Resource] in 0.0630 seconds."},
{"time": "2020-12-27T22:45:19.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Human Resource] "},
{"time": "2020-12-27T22:45:19.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Accounting] "},
{"time": "2020-12-27T22:45:19.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Accounting] "},
{"time": "2020-12-27T22:45:19.603-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'Accounting' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'DisplayName' is not correct. Expected 'Accounting', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Accounting] in 0.0310 seconds."},
{"time": "2020-12-27T22:45:19.618-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Accounting] "},
{"time": "2020-12-27T22:45:19.649-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] AD Group 'Accounting' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.649-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Accounting] Creating AD Group 'Accounting'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.665-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Accounting] in 0.0470 seconds."},
{"time": "2020-12-27T22:45:19.665-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Accounting] "},
{"time": "2020-12-27T22:45:19.665-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADGroup]Finance] "},
{"time": "2020-12-27T22:45:19.681-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADGroup]Finance] "},
{"time": "2020-12-27T22:45:19.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'Finance' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'GroupScope' is not correct. Expected 'Global', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'Category' is not correct. Expected 'Security', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.696-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'Path' is not correct. Expected 'OU=Security Groups,OU=Groups,dc=contosoad,dc=com', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.712-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'DisplayName' is not correct. Expected 'Finance', actual ''. (ADG0011)"},
{"time": "2020-12-27T22:45:19.712-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'Ensure' is not correct. Expected 'Present', actual 'Absent'. (ADG0011)"},
{"time": "2020-12-27T22:45:19.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADGroup]Finance] in 0.0320 seconds."},
{"time": "2020-12-27T22:45:19.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADGroup]Finance] "},
{"time": "2020-12-27T22:45:19.745-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] AD Group 'Finance' was not found. (ADG00010)"},
{"time": "2020-12-27T22:45:19.745-5:00", "type": "verbose", "message": "[contosodc1]: [[ADGroup]Finance] Creating AD Group 'Finance'. (ADG0005)"},
{"time": "2020-12-27T22:45:19.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADGroup]Finance] in 0.0620 seconds."},
{"time": "2020-12-27T22:45:19.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADGroup]Finance] "},
{"time": "2020-12-27T22:45:19.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[Script]SetForwarders] "},
{"time": "2020-12-27T22:45:19.774-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[Script]SetForwarders] "},
{"time": "2020-12-27T22:45:19.774-5:00", "type": "verbose", "message": "[contosodc1]: [[Script]SetForwarders] Begin executing test script."},
{"time": "2020-12-27T22:45:19.790-5:00", "type": "verbose", "message": "[contosodc1]: [[Script]SetForwarders] Executing script: $ForwarderDomain ='fabrikamad.com'\n\n\t\t\t $result = $null\n\t\t\t $result = (Get-DnsServerZone -Name $ForwarderDomain -ErrorAction SilentlyContinue)\n\t\t\t\tif ($result -eq $null) {\n\t\t\t\t\treturn $false\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\treturn $true\n\t\t\t\t}\n\n\t\t \n\t\t\t"},
{"time": "2020-12-27T22:45:21.587-5:00", "type": "verbose", "message": "[contosodc1]: [[Script]SetForwarders] End executing test script."},
{"time": "2020-12-27T22:45:21.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[Script]SetForwarders] in 1.8130 seconds."},
{"time": "2020-12-27T22:45:21.587-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[Script]SetForwarders] "},
{"time": "2020-12-27T22:45:21.603-5:00", "type": "verbose", "message": "[contosodc1]: [[Script]SetForwarders] Begin executing set script."},
{"time": "2020-12-27T22:45:21.603-5:00", "type": "verbose", "message": "[contosodc1]: [[Script]SetForwarders] Executing script: $ForwarderDomain ='fabrikamad.com'\n$ForwarderIPaddress ='10.1.1.4'\n\n\t\t\t\tAdd-DnsServerConditionalForwarderZone -MasterServers $ForwarderIPaddress -Name $ForwarderDomain\n\t\t \n\t\t\t"},
{"time": "2020-12-27T22:45:21.681-5:00", "type": "verbose", "message": "[contosodc1]: [[Script]SetForwarders] End executing set script."},
{"time": "2020-12-27T22:45:21.681-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[Script]SetForwarders] in 0.0930 seconds."},
{"time": "2020-12-27T22:45:21.696-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[Script]SetForwarders] "},
{"time": "2020-12-27T22:45:21.696-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[WaitForADDomain]DscForestWait] "},
{"time": "2020-12-27T22:45:21.712-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[WaitForADDomain]DscForestWait] "},
{"time": "2020-12-27T22:45:21.728-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Determining the current state of the Active Directory domain 'fabrikamad.com'. (WFADD0013)"},
{"time": "2020-12-27T22:45:21.743-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (WFADD0001)"},
{"time": "2020-12-27T22:45:21.774-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Impersonating the credentials 'groot' when looking for a domain controller. (WFADD0011)"},
{"time": "2020-12-27T22:45:21.790-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:45:21.790-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:45:21.806-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:45:21.806-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:45:21.806-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:45:24.806-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:45:24.806-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found. (WFADD0010)"},
{"time": "2020-12-27T22:45:24.837-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Evaluating the state of the property 'IsAvailable'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:45:24.853-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Boolean value does not match. Current value is 'False', but expected the value 'True'. (ADCOMMON0008)"},
{"time": "2020-12-27T22:45:24.868-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The parameter 'IsAvailable' is not in desired state. (ADCOMMON0005)"},
{"time": "2020-12-27T22:45:24.868-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Domain 'fabrikamad.com' is not in the desired state. (WFADD0007)"},
{"time": "2020-12-27T22:45:24.868-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[WaitForADDomain]DscForestWait] in 3.1560 seconds."},
{"time": "2020-12-27T22:45:24.868-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[WaitForADDomain]DscForestWait] "},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Waiting for a domain 'fabrikamad.com' is available or until the timeout of 3600 seconds has been reached. (WFADD0017)"},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (WFADD0001)"},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Impersonating the credentials 'groot' when looking for a domain controller. (WFADD0011)"},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:45:24.899-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:45:24.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:45:24.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:45:24.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found. (WFADD0010)"},
{"time": "2020-12-27T22:45:24.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Evaluating the state of the property 'IsAvailable'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:45:24.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Boolean value does not match. Current value is 'False', but expected the value 'True'. (ADCOMMON0008)"},
{"time": "2020-12-27T22:45:24.915-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The parameter 'IsAvailable' is not in desired state. (ADCOMMON0005)"},
{"time": "2020-12-27T22:45:24.946-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Starting background job that will be searching for the domain controller. (WFADD0018)"},
{"time": "2020-12-27T22:45:25.321-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Waiting for the background job to finish, or timeout. (WFADD0019)"},
{"time": "2020-12-27T22:47:00.917-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The background job finished running. (WFADD0014)"},
{"time": "2020-12-27T22:47:00.933-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The background job completed successfully. (WFADD0020)"},
{"time": "2020-12-27T22:47:00.933-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] --- Start of result from background job. (WFADD0021)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.042-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.058-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.073-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.073-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.073-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.073-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.073-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.073-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] No domain controller was found in the domain 'fabrikamad.com'. (ADCOMMON0051)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The specified name resolution records cached on this machine will be removed.\r\nSubsequent name resolutions may return up-to-date information.\r\n"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Searching for a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0052)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Get a new Active Directory context of the type 'Domain'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.089-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Found a domain controller in the domain 'fabrikamad.com'. (ADCOMMON0049)"},
{"time": "2020-12-27T22:47:01.105-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] --- End of result from background job. (WFADD0022)"},
{"time": "2020-12-27T22:47:01.105-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Removing the background job. (WFADD0023)"},
{"time": "2020-12-27T22:47:01.198-5:00", "type": "verbose", "message": "[contosodc1]: [[WaitForADDomain]DscForestWait] Domain 'fabrikamad.com' is in the desired state. (WFADD0006)"},
{"time": "2020-12-27T22:47:01.198-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[WaitForADDomain]DscForestWait] in 96.3300 seconds."},
{"time": "2020-12-27T22:47:01.198-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[WaitForADDomain]DscForestWait] "},
{"time": "2020-12-27T22:47:01.214-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Resource ] [[ADDomainTrust]SetTrust] "},
{"time": "2020-12-27T22:47:01.230-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Test ] [[ADDomainTrust]SetTrust] "},
{"time": "2020-12-27T22:47:01.245-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Determining the current state of the Active Directory trust with source domain 'contosoad.com', target domain 'fabrikamad.com' and context type 'Forest'. (ADDT0007)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Get a new Active Directory context of the type 'Forest'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Get a new Active Directory context of the type 'Forest'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will target 'contosoad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.276-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will be accessed using the 'NT AUTHORITY\\SYSTEM' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.620-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Determining if the trust between domains 'contosoad.com' and 'fabrikamad.com' with the context type '' exists. (ADDT0001)"},
{"time": "2020-12-27T22:47:01.636-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The trust between domains 'contosoad.com' and 'fabrikamad.com' with the context type '' exist. (ADDT0005)"},
{"time": "2020-12-27T22:47:01.636-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Evaluating the state of the property 'TrustType'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:47:01.636-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The parameter 'TrustType' is in desired state. (ADCOMMON0004)"},
{"time": "2020-12-27T22:47:01.636-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Evaluating the state of the property 'TrustDirection'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:47:01.651-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] String value does not match. Current value is 'Inbound', but expected the value 'Outbound'. (ADCOMMON0008)"},
{"time": "2020-12-27T22:47:01.651-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The parameter 'TrustDirection' is not in desired state. (ADCOMMON0005)"},
{"time": "2020-12-27T22:47:01.651-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Evaluating the state of the property 'Ensure'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:47:01.651-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The parameter 'Ensure' is in desired state. (ADCOMMON0004)"},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory trust is not in the desired state. (ADDT0009)"},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Test ] [[ADDomainTrust]SetTrust] in 0.4380 seconds."},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ Start Set ] [[ADDomainTrust]SetTrust] "},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Get a new Active Directory context of the type 'Forest'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.667-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Get a new Active Directory context of the type 'Forest'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will target 'contosoad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will be accessed using the 'NT AUTHORITY\\SYSTEM' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Get a new Active Directory context of the type 'Forest'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will target 'fabrikamad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will be accessed using the 'groot' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The type 'System.DirectoryServices.ActiveDirectory.DirectoryContext' is already loaded into the PowerShell session. (ADCOMMON0043)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Get a new Active Directory context of the type 'Forest'. (ADCOMMON0046)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will target 'contosoad.com'. (ADCOMMON0047)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory context will be accessed using the 'NT AUTHORITY\\SYSTEM' credentials. (ADCOMMON0048)"},
{"time": "2020-12-27T22:47:01.683-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Determining if the trust between domains 'contosoad.com' and 'fabrikamad.com' with the context type '' exists. (ADDT0001)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The trust between domains 'contosoad.com' and 'fabrikamad.com' with the context type '' exist. (ADDT0005)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Evaluating the state of the property 'TrustType'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The parameter 'TrustType' is in desired state. (ADCOMMON0004)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Evaluating the state of the property 'TrustDirection'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] String value does not match. Current value is 'Inbound', but expected the value 'Outbound'. (ADCOMMON0008)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The parameter 'TrustDirection' is not in desired state. (ADCOMMON0005)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] Evaluating the state of the property 'Ensure'. (ADCOMMON0003)"},
{"time": "2020-12-27T22:47:01.698-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The parameter 'Ensure' is in desired state. (ADCOMMON0004)"},
{"time": "2020-12-27T22:47:01.839-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The trust direction has been changed to 'Outbound'. (ADDT0004)"},
{"time": "2020-12-27T22:47:01.839-5:00", "type": "verbose", "message": "[contosodc1]: [[ADDomainTrust]SetTrust] The Active Directory trust is in the desired state. (ADDT0008)"},
{"time": "2020-12-27T22:47:01.839-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Set ] [[ADDomainTrust]SetTrust] in 0.1720 seconds."},
{"time": "2020-12-27T22:47:01.839-5:00", "type": "verbose", "message": "[contosodc1]: LCM: [ End Resource ] [[ADDomainTrust]SetTrust] "},
{"time": "2020-12-27T22:47:01.839-5:00", "type": "verbose", "message": "[contosodc1]: [] Consistency check completed."}
]
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.
This issue has been automatically closed because it is has not had activity from the community in the last 40 days.
Details of the scenario you tried and the problem that is occurring
Verbose logs showing the problem
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
Windows Server 2016 Windows Server 2019 Both Azure Marketplace OS images
Version and build of PowerShell the target node is running
Version of the DSC module that was used
6.0.1