We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f55928 commit fca2a38Copy full SHA for fca2a38
AD-COMPUTER-New-ADDomainJoin/New-ADDomainJoin.ps1
@@ -6,6 +6,9 @@ function New-ADDomainJoin
6
.Description
7
Perform offline domain join in c#/PowerShell without djoin.exe
8
This will create an object in active directory and output the blob needed to join the machine offline
9
+
10
+ If needed, you can use the function New-DjoinFile to recreate the file consumed by djoin.exe
11
+ https://github.com/lazywinadmin/PowerShell/tree/master/TOOL-New-DjoinFile
12
.Parameter machinename
13
Specify the machinename
14
.Parameter domain
0 commit comments