IT tutorials
 
Technology
 

Windows Server 2008 R2 : What is New in Active Directory (part 2) - Offline Domain Join

2/27/2014 3:43:41 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

2. Offline Domain Join

Offline Domain Join is a new feature in Windows Server 2008 R2 and Windows 7 that allows you to join a computer to an AD domain without having connectivity to a DC. The Offline Domain Join is a three-step process described subsequently:

  1. The djoin command line tool is run on a Windows 7 or Windows Server 2008 R2 computer that is joined to the domain. The djoin/provision option is used to provision a computer account for the computer for which you want to perform an Offline Domain Join. This generates a file to be used by the computer that will be joining the domain.

  2. The file is copied to the computer that will be joining the domain via Offline Domain Join. The djoin command is run with the/requestODJ parameter. This will copy the Offline Domain Join file to the Windows directory and instruct the computer to join the domain on boot.

  3. Boot the computer when connected to the network hosting the AD domain. The domain join process will automatically join the computer to the domain.

The Offline Domain Join process can be very useful when you are automatically deploying a large number of computers, or if you want to give someone the ability to join a computer to the domain, without them needing special privileges in AD. The following tasks will walk you through the process to perform an Offline Domain Join.

In this process, we will be using two computers. LABDC1 will be the DC hosting the contoso.com domain. Srv1 will join the LABDC1 domain using the Offline Domain Join process.

1.
Log on to the domain controller (LABDC1).

2.
Open a command prompt and enter the command djoin/provision/domain contoso.com/machine Srv1/SaveFile C:\djoinprovision.txt (see Figure 7). This command is telling the computer to run the djoin provisioning process for the contoso.com domain. Create a djoin file for the server Srv1 and save it as C:\djoinprovision.txt. After running the command, you should receive confirmation that the offline domain join file was created successfully.

Figure 7. Provision Computer and Create Offline Domain Join File.

3.
You now need to copy the file to the computer you want to join to the domain. You can use any method you prefer to copy the file. We just need to have it on the machine that we want to join to the domain.

4.
Log on to the server we want to join to the domain (Srv1). Check the computer properties to ensure that the computer is a member of a workgroup and not joined to the domain (see Figure 8).

Figure 8. Computer properties.


5.
Open a command prompt and run the command djoin/requestODJ/loadfile C:\djoinprovision.txt/Windowspath C:\Windows (see Figure 9). This command is telling the computer that on next boot, it should join the domain using the information provided in the file C:\djoinprovision.txt. You should see a success message and a notice stating you must reboot the computer for it to complete the offline domain join process.

Figure 9. Perform offline Domain Join process.

6.
You can now power down or reboot the computer as you normally do after joining a computer to a domain. At this point, the computer is joined to the domain and needs to reboot for changes to take effect on the local machine.

7.
Log on to the computer and view computer properties to verify that it was indeed joined to the domain (see Figure 10).

Figure 10. Computer joined to domain.


 
Others
 
- Windows Server 2008 R2 : What is New in Active Directory (part 1) - Active Directory Recycle Bin
- Sharepoint 2010 : Building a .NET Connectivity Assembly (part 5) - Define Entity Metadata
- Sharepoint 2010 : Building a .NET Connectivity Assembly (part 4) - Create a Custom Entity Object
- Sharepoint 2010 : Building a .NET Connectivity Assembly (part 3) - Define a Method to Support the SpecificFinder Stereotype
- Sharepoint 2010 : Building a .NET Connectivity Assembly (part 2) - Create a Custom Entity Service Object, Define a Method to Support the Finder Stereotype
- Sharepoint 2010 : Building a .NET Connectivity Assembly (part 1) - Business Data Connectivity Model Project
- Windows 8 : Configuring security - Managing Windows Firewall and exceptions (part 5) - Configuring outbound rules, Configuring connection security rules
- Windows 8 : Configuring security - Managing Windows Firewall and exceptions (part 4) - Allowing the secure connection
- Windows 8 : Configuring security - Managing Windows Firewall and exceptions (part 3) - Configuring IPsec settings
- Windows 8 : Configuring security - Managing Windows Firewall and exceptions (part 2) - Modifying a firewall profile
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us