Hi all,
using the xComputer resource for the first time and it gives me some weird results.
I deploy a new VM and use the following configuration:
xComputer JoinDomain {
Credential = $Credential
DomainName = 'do.local'
Name = $Node.ComputerName
}
}
The output with verbose is that it can’t rename the computer, but still joins the domain with the new name and after a restart everything is fine.
Any idea why it would give me such an error message?
Cheers
David