Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

New-DjoinFile

Related Article(s)

Blog article on lazywinadmin.com

Description

The New-DjoinFile function create a Blob file from the String Generated by Djoin. This blob file can then be passed to djoin to join the machine to the Active Directory domain.

Usage

# Load the function (Dot Sourcing)
. C:\MyScripts\New-DjoinFile.ps1

# Blob generated
$Blob = "<Blob generated previously on the domain machine>"

# Recreate djoin file
New-DjoinFile -Blob $blob -DestinationFile $home\desktop\blob.txt -Verbose

alt text