dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

CMCollections: ExcludeMembership import duplicate names in Rules #4

Closed jeffotterpohl closed 3 years ago

jeffotterpohl commented 4 years ago

with importing exclude membership rules, if a query rule already on the collection, has the same name as collection name being added to the exclude, the resource will silently continue but never add the exclude membership rule.

SmsProviderObjectPath : SMS_CollectionRuleQuery RuleName : Test2

Trying to add an exclude with collection name of Test2, it will silently fail and not do the exclude membership update.

NEllis280 commented 3 years ago

PR #78 Resolves this