Skip to content

Commit

Permalink
Merge pull request #16 from KarolKaczmarek/JunePSGallery
Browse files Browse the repository at this point in the history
Update readme and module manifest for version 2.4.0.0
  • Loading branch information
KarolKaczmarek committed Jun 17, 2015
2 parents 4f34499 + b26e9ca commit 2d6bf60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Note: these resources do not presently install the RSAT tools.
## Contributing
Please check out common DSC Resource [contributing guidelines](https://github.com/PowerShell/xDscResources/blob/master/CONTRIBUTING.md).


## Description

The **xActiveDirectory** module contains the **xADDomain, xADDomainController, xADUser, xWaitForDomain, and ADDomainTrust** DSC Resources.
Expand Down Expand Up @@ -40,7 +39,6 @@ Note: These are not used during domain creation.
* **DomainAdministratorCredential**: Specifies the credential for the account used to install the domain controller.
* **SafemodeAdministratorPassword**: Password for the administrator account when the computer is started in Safe Mode.


### xADUser

* **Ensure**: Specifies whether the given user is present or absent.
Expand Down Expand Up @@ -77,6 +75,11 @@ Domain Naming Master FSMO of the forest.

## Versions

### 2.4.0.0

* Added xADRecycleBin resource
* Minor fixes for xADUser resource

### 2.3

* Added xADRecycleBin.
Expand Down
2 changes: 1 addition & 1 deletion xActiveDirectory.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '2.2'
ModuleVersion = '2.4.0.0'

# ID used to uniquely identify this module
GUID = 'caedd141-8493-4af3-bda0-eef11e9ca2be'
Expand Down

0 comments on commit 2d6bf60

Please sign in to comment.