I had issues with the Add-Computer failing due to not finding the domain.1. Had to manually add DNS addresses. Set-DnsClientServerAddress -InterfaceIndex <same as the one when you setup the static IP> -ServerAddresses "x.x.x.x","x.x.x.x"2. Added the -Server tag to the Add-Computer command (Add-Computer -DomainName: <MyDomain> -Server: <ThisServerName@MyDomain.local>
↧