Join a Client PC to Domain -Offline Mode-
how to Join Domain using djoin -Offline
Windows Server 2008 R2 and Windows 7 introduce a new option for joining computers to a domain, called offline domain join.
As the name of the feature suggests, offline domain join allows you to join a server or client to the domain even if the computer does not
have network connectivity or cannot currently contact a domain controller.
have network connectivity or cannot currently contact a domain controller.
the syntax of djoin is
djoin.exe /provision /domain DomainDNSName /machine ComputerName /savefile Filename
On Domain Controller open a command prompt and type the following command
djoin.exe /provision /domain MYDOMAIN.COM /machine PC-1 /savefile test.txt
copy the saved file to client machine and run the following command in client machine (open command prompt as run as administrator)
djoin.exe /requestODJ /loadfile test.txt /windowspath %SystemRoot% /localos
where:
blob. This is the file that you created by using Djoin.exe /provision.
Windows is installed. Alternately, you can use the variable %WinDir%.
computer.
No comments:
Post a Comment