jfmartel Posted February 21, 2005 Posted February 21, 2005 Hello all!I've been working on this one for like 1 week and haven't found anything yet.When im logging to CIW i log on with my domain admin account, so i get full privilege over the network.When deploing workstation thru RIS, my .sif include a section where it tries to join my domain.It in my sif fileive got somehting like this:[identification] JoinDomain=%SERVERDOMAIN% DomainAdmin=%USERNAME% DomainAdminPassword=%PASSWORD%The problem here is when it change the value for the one i provided in the CIW, all value are ok except the password that stays to %PASSWORD%. Then, worst of it, it lock down my account because it tries a lot of time.Anyone has a clue on this one.Thank you
enuffsaid Posted February 22, 2005 Posted February 22, 2005 Try this:[Identification] JoinDomain=YOUR_DOMAIN_NAME CreateComputerAccountInDomain=Yes DoOldStyleDomainJoin=Yesand leave out this:DomainAdmin=%USERNAME%DomainAdminPassword=%PASSWORD%from your .sifHave you tried pre-staging your workstations in the A.D.?Good luck
jfmartel Posted February 22, 2005 Author Posted February 22, 2005 Try this:[Identification] JoinDomain=YOUR_DOMAIN_NAME CreateComputerAccountInDomain=Yes DoOldStyleDomainJoin=Yesand leave out this:DomainAdmin=%USERNAME%DomainAdminPassword=%PASSWORD%from your .sifHave you tried pre-staging your workstations in the A.D.?Good luck<{POST_SNAPBACK}>It worked, thank you!Could you explain me the difference between the 2 methods?
enuffsaid Posted February 23, 2005 Posted February 23, 2005 Hello,Sorry it took me a while to respond. Good to hear it worked.Difference between what two methods?Regards
jfmartel Posted February 23, 2005 Author Posted February 23, 2005 Difference between this: CreateComputerAccountInDomain=YesDoOldStyleDomainJoin=YesAnd this: DomainAdmin=%USERNAME%DomainAdminPassword=%PASSWORD%
jfmartel Posted February 23, 2005 Author Posted February 23, 2005 Is there any way to retrieve the %PASSWORD% value entered in the CIW to put them in the sif file?
enuffsaid Posted February 26, 2005 Posted February 26, 2005 Difference between this: CreateComputerAccountInDomain=YesDoOldStyleDomainJoin=YesAnd this: DomainAdmin=%USERNAME%DomainAdminPassword=%PASSWORD%<{POST_SNAPBACK}>The difference is.....One works the other doesn't. LOL
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now