Closed jeremyciak closed 4 years ago
Merging #621 into master will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #621 +/- ##
======================================
Coverage 98% 98%
======================================
Files 24 24
Lines 3110 3208 +98
======================================
+ Hits 3049 3149 +100
+ Misses 61 59 -2
Pull Request (PR) description
This Pull Request is intended to change the way that the
ADGroup
resource manages group membership. The new implementation abandons usage ofAdd-ADGroupMember
andRemove-ADGroupMember
due to limitations with Foreign Security Principals. Instead we opt to utilizeSet-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>"
).Fixes #619
Task list
This change is