Create a new resource for provisioning a computer in AD for ODJ. The ODJ file created can then be consumed by the xOfflineDomainJoin resource I've just submitted to xComputerManagement.
The main purpose of this is to allow automated provisioning of Nano Server via DSC, although it will work for other any machine.
DJOIN will be used to provision the machine in AD (/REUSE is required if already exists) and create the request blob:
djoin /PROVISION /DOMAIN CONTOSO.COM /MACHINE NANO1 /SAVEFILE c:\nano1-odj.txt
Create a new resource for provisioning a computer in AD for ODJ. The ODJ file created can then be consumed by the xOfflineDomainJoin resource I've just submitted to xComputerManagement.
The main purpose of this is to allow automated provisioning of Nano Server via DSC, although it will work for other any machine.
DJOIN will be used to provision the machine in AD (/REUSE is required if already exists) and create the request blob: