How to join an Active Directory domain with djoin (offline)

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!

Hello,

Joining an Active Directory domain with djoin (offline), so without the workstation being access to a domain controller

Presentation of different alternatives for joining an Active Directory domain:
How to join an Active Directory domain with System Properties (1/9)
Good domain joining practices - Delegation and pre-staging (2/9)
How to join an Active Directory domain using the Settings Menu (3/9)
How to join an Active Directory domain using PowerShell (4/9)
How to join an Active Directory domain with djoin (offline) (5/9)
How to join an Active Directory domain with netdom (6/9)
How to join an Active Directory domain with DSC (7/9)
How to join an Active Directory domain with ICD (8/9)
How to join an Active Directory domain with MDT (9/9) 

djoin syntax

# The command creates the computer object named pc-djoin in the specified OU and exports a junction file to the offline domain :
djoin.exe /provision /domain domaine.tld /machine pc-djoin /machineou 'ou=ordinateurs,dc=domaine,dc=tld' /savefile c:\pc-djoin
# Simply copy the file to the workstation, c:\ in my example, and run the command :
djoin /requestodj /loadfile c:\pc-djoin /windowspath c:\windows /localos

Video : How to join an Active Directory domain with djoin (offline)

Related links