Windows Server 2008 R2和Windows 7脱机加入域

现在的Windows Server 2008 R2Windows 7计算机具备脱机加入域的功能(Offline Domain Join)

我们通过运行djoin.exe程序来脱机加入域。

在一台已经加入域的计算机上,打开cmd,输入:

djoin /provision /domain contoso.com /machine win7-1 /savefile win7-1.txt

完成后,会在C盘根目录下生成一个win7-1.txt文件。

win7-1.txt拷贝到脱机的计算机C盘根目录,打开cmd,输入:

djoin /requestODJ /loadfile win7-1.txt /windowspath %SystemRoot% /localos

此时需要把首选DNS服务器地址指向DC,以便于联机时,可以到DC上做身份验证。



你可能感兴趣的:(windows,server,Microsoft,domain)