mcdct
September 14, 2015, 6:35am
1
xADDomainController SecondDC
{
DomainName = $Node.DomainName
DomainAdministratorCredential = $domainCred
SafemodeAdministratorPassword = $safemodeAdministratorCred
}
Works the first time but fails if run again, my ConfigurationMode = ‘ApplyOnly’
and I see no Ensure = “Present”. Is this by design?
donj
September 14, 2015, 5:03pm
2
I’m not entirely sure what the question is.
Not all resources have an “Ensure” property - that’s by design. However, the configuration shouldn’t fail if run a second time - but in order to help troubleshoot it, we’d need more diagnostic information.
I believe it would be better to post your problem on Github.
You’ll get better visibility with the users and developers of the resource plus a bugfix if necessary can be linked to your Github issue for tracking.