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

DSC_CMCollections Updates #78

Closed jeffotterpohl closed 3 years ago

jeffotterpohl commented 3 years ago

Pull Request (PR) description

Removed CimInstance for the CMCollections schedule. Added support for IncludeMembership for collections. Added support for adding DirectMembershipRules for users and devices using resource name or ResourceId

This Pull Request (PR) fixes the following issues


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (910149b) into master (7099f8c) will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #78    +/-   ##
======================================
  Coverage      97%    97%            
======================================
  Files          35     35            
  Lines        3903   4142   +239     
======================================
+ Hits         3812   4051   +239     
  Misses         91     91            
NEllis280 commented 3 years ago

Code review complete. Just a few suggestions.