Skip to content

Commit 4cf4558

Browse files
committed
Moved Examples Folder
1 parent f678a6b commit 4cf4558

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
configuration Sample_xOfflineDomainJoin
2+
{
3+
param
4+
(
5+
[string[]]$NodeName = 'localhost'
6+
)
7+
8+
Import-DSCResource -ModuleName xComputerManagement
9+
10+
Node $NodeName
11+
{
12+
xOfflineDomainJoin ODJ
13+
{
14+
RequestFile = 'C:\ODJ\ODJBlob.txt'
15+
IsSingleInstance = 'Yes'
16+
}
17+
}
18+
}
19+
20+
Sample_xOfflineDomainJoin
21+
Start-DscConfiguration -Path Sample_xOfflineDomainJoin -Wait -Verbose -Force

0 commit comments

Comments
 (0)