8000 Tags · RevelingSeven/ActiveDirectoryDsc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: RevelingSeven/ActiveDirectoryDsc

Tags

v6.3.0-preview0002

Toggle v6.3.0-preview0002's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADOrganizationalUnit: Added DomainController Parameter dsccommunity#563…

… (dsccommunity#666)

v6.3.0-preview0001

Toggle v6.3.0-preview0001's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md (dsccommunity#688)

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix changelog (dsccommunity#684)

v6.2.0-preview0006

Toggle v6.2.0-preview0006's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADManagedServiceAccount: Add CommonName parameter (dsccommunity#661)

v6.2.0-preview0005

Toggle v6.2.0-preview0005's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADKDSKey: Fixes dsccommunity#648, the resource did not work due to a …

…non-working date conversion (dsccommunity#649)

v6.2.0-preview0004

Toggle v6.2.0-preview0004's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADOrganizationalUnit: add property "RestoreFromRecycleBin" to ignorel…

…ist (dsccommunity#664)

- Removed RestoreFromRecycleBin from the list of desired values to compare when passed

v6.2.0-preview0003

Toggle v6.2.0-preview0003's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADOrganizationalUnit: Allow apostrophe / single quote in OU name dscc…

…ommunity#674 (dsccommunity#677)

v6.2.0-preview0002

Toggle v6.2.0-preview0002's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pipeline files to latest Sampler (dsccommunity#682)

v6.2.0-preview0001

Toggle v6.2.0-preview0001's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADGroup: Refactor Module, Unit and Integration Tests (dsccommunity#631)

This PR refactors the module, unit and integration tests of the ADGroup resource as follows:

- Remove non mandatory parameters from Get-TargetResource.
- Remove nested Try/Catch blocks from Get-TargetResource.
- Refactor Test-TargetResource to use Compare-ResourcePropertyState common function.
- Refactor Set-TargetResource to use Compare-ResourcePropertyState common function.
- Modify membership add/Remove to use Compare-Object to only add/remove changed members.
- Fix Set-ADCommonGroupMember function so parameters are not changed.
- Fix Credential parameter description.
- Enhance integration tests to use a data driven pattern.
- Enhance unit tests to use contexts and newer standard test patterns.

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and sign 46D4 ed with GitHub’s verified signature. The key has expired.
ADGroup: Changing group membership management mechanism (dsccommunity…

…#620)

This is intended to change the way that the ADGroup resource manages group membership. The new implementation abandons usage of Add-ADGroupMember and Remove-ADGroupMember due to limitations with Foreign Security Principals. Instead we opt to utilize Set-ADGroup with the Add and Remove parameters, passing a hash object with the member key and a list of formatted SID values (e.g. - "<SID=SID_VALUE>").
0