how do i join into a domain using microsoft deployment toolkit using an unattend answer file?

I've come across this so far:

'JoinDomain=yourdomain
DomainAdmin=yourdomain\JoinAccount
DomainAdminPassword=Passw0rd'

where it says 'DomainAdmin=yourdomain\JoinAccount' does that mean 'DomainAdmin={domain name}\Administrator?

thanks

Recommended Answers

All 2 Replies

If I am not mistaken, it should work either way...

domain\userid

or

userid

if in your case, you are going to use the Administrator account, then..

domainName\administrator

or

administrator

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.