Migration is always popping an issues to bring the service online. Moreover folder permission playing a big role in all scenario; Apparently spent lot of…
Leave a CommentHome ยป WIndows Server
Tag: WIndows Server
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!@" |