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: Feature Direct membership using names #3

Closed jeffotterpohl closed 3 years ago

jeffotterpohl commented 4 years ago

Currently direct membership will only allow the use of ResourceIDs for input in the string array : DirectMembership = @('2063597577','2063597582') desired state would be: DirectMembership = @('Computer1','Computer2')

Feature improvement would be to allow the use of names vs ResourceIds.

NEllis280 commented 3 years ago

PR #78 resolves this