We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xADGroup is changing the GroupScope of a Universal group to a Global group when using the following settings:
GroupName = "Group" MembersToInclude = $UserName MembershipAttribute = "SamAccountName"
Shouldn't it only add the member specified instead of changing other attributes of this group?
The text was updated successfully, but these errors were encountered:
This happens because the default value is set to 'Global'. The resource should not change a value that is not part of a configuration.
https://github.com/PowerShell/xActiveDirectory/blob/4fa284e895760931ed651b8daed26c56dabac753/DSCResources/MSFT_xADGroup/MSFT_xADGroup.psm1#L280
Sorry, something went wrong.
xADGroup no longer resets GroupScope and Category to default values (#…
f6d8e72
…197) - xADGroup no longer resets GroupScope and Category to default values ([issue #183](#183)).
This was resolved in PR #197.
xADGroup no longer resets GroupScope and Category to default values (d…
584227f
…sccommunity#197) - xADGroup no longer resets GroupScope and Category to default values ([issue dsccommunity#183](dsccommunity#183)).
No branches or pull requests
xADGroup is changing the GroupScope of a Universal group to a Global group when using the following settings:
GroupName = "Group"
MembersToInclude = $UserName
MembershipAttribute = "SamAccountName"
Shouldn't it only add the member specified instead of changing other attributes of this group?
The text was updated successfully, but these errors were encountered: