Skip to content

Files

Latest commit

Dec 4, 2019
1759f5a · Dec 4, 2019

History

History

TOOL-New-DjoinFile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 2, 2016
Dec 4, 2019
Sep 4, 2019

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