Skip to content

Commit 520190e

Browse files
committed
Add NewName property to xGroup.
1 parent e08dece commit 520190e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- Updated build to use `Sampler.GitHubTasks` - Fixes [Issue #711](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/711).
3737
- Added support for publishing code coverage to `CodeCov.io` and
3838
Azure Pipelines - Fixes [Issue #711](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/711).
39+
- Added NewName property to xGroup.
3940

4041
## [9.1.0] - 2020-02-19
4142

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ None
247247
remove a group, set this property to Absent. The default value is Present.
248248
{ *Present* | Absent }.
249249
* **[String] Description** _(Write)_: The description the group should have.
250+
* **[String] NewName** _(Write)_: The new name the group should have. When setting this property, the GroupName property must be set appropriately to uniquely identify the group both before and after setting the SamAccountName, e.g. by SID.
250251
* **[String[]] Members** _(Write)_: The members the group should have. This
251252
property will replace all the current group members with the specified
252253
members. Members should be specified as strings in the format of their domain

0 commit comments

Comments
 (0)