You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-3Lines changed: 40 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,11 @@ To easily use PowerShell 4.0 on older operating systems, install WMF 4.0.
32
32
Please read the installation instructions that are present on both the download page and the release notes for WMF 4.0
33
33
34
34
## Description
35
-
The xComputerManagement module contains the xComputer DSC Resource.
36
-
This DSC Resource allows you to configure a computer by changing its name and modifying its domain or workgroup.
35
+
The xComputerManagement module contains the following resources:
36
+
* xComputer - allows you to configure a computer by changing its name and modifying its domain or workgroup.
37
+
* xOfflineDomainJoin - allows you to join computers to an AD Domain using an [Offline Domain Join](https://technet.microsoft.com/en-us/library/offline-domain-join-djoin-step-by-step(v=ws.10).aspx) request file.
37
38
38
-
## Details
39
+
## xComputer
39
40
xComputer resource has following properties:
40
41
41
42
* Name: The desired computer name
@@ -45,9 +46,18 @@ xComputer resource has following properties:
45
46
* Credential: Credential to be used to join or leave domain
46
47
* CurrentOU: A read-only property that specifies the organizational unit that the computer account is currently in
47
48
49
+
## xOfflineDomainJoin
50
+
xOfflineDomainJoin resource is a [Single Instance](https://msdn.microsoft.com/en-us/powershell/dsc/singleinstance) resource that can only be used once in a configuration and has following properties:
51
+
52
+
* IsSingleInstance: Must be set to 'Yes'. Required.
53
+
* RequestFile: The full path to the Offline Domain Join request file. Required.
54
+
48
55
## Versions
49
56
50
57
### Unreleased
58
+
* Added the following resources:
59
+
* MSFT_xOfflineDomainJoin resource to join computers to an AD Domain using an Offline Domain Join request file.
60
+
* xComputer: Changed credential generation code in tests to avoid triggering PSSA rule PSAvoidUsingConvertToSecureStringWithPlainText.
51
61
52
62
### 1.5.0.0
53
63
* Update Unit tests to use the standard folder structure and test templates.
0 commit comments