To configuring service account for the application after creating generated password causing issue many times, needs to validate active directory (AD) credentials before configuring it.…
Leave a CommentHome ยป AD
Tag: AD
Add computer to domain using CMD without restart
Published March 13, 2015 by Sathiyamoorthy S
From your windows client machine open command prompt and run the following cmd to add computer to domain.
1 |
wmic.exe /interactive:off ComputerSystem Where name="%computername%" call JoinDomainOrWorkgroup FJoinOptions=3 Name="myDom.local" UserName="myDom\UsrName" Password="@passwrd!@" |