PSCCMClient icon indicating copy to clipboard operation
PSCCMClient copied to clipboard

Ability to load lazy properties

Open theaquamarine opened this issue 5 years ago • 0 comments

A number of CM classes use lazy-loaded properties, such as AppDTs (deployment types) on CCM_Application - it'd be great if the functions had the option to load them. This is easiest done by piping the output from Get-CimInstance for these classes back in to Get-CimInstance, so there is a performance implication and significantly more network activity and it's probably best off by default.

theaquamarine avatar May 30 '20 19:05 theaquamarine