CodyMathis123 / PSCCMClient

PowerShell Module for managing the MEMCM client
GNU General Public License v3.0
29 stars 8 forks source link

Ability to load lazy properties #47

Open theaquamarine opened 4 years ago

theaquamarine commented 4 years ago

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.