jdhitsolutions / PSScriptTools

:wrench: :hammer: A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerShell 7, even cross-platform. Any operating system limitations should be handled on a per command basis. The Samples folder contains demonstration script files
MIT License
875 stars 110 forks source link

Add CimClass member command #137

Closed jdhitsolutions closed 1 month ago

jdhitsolutions commented 1 year ago

Add a command to better display CimClass members similar to Get-TypeMember.

jdhitsolutions commented 11 months ago

May need to separate this into two different commands, Get-CimClassMethod and Get-CimClassProperty, because each will have different output requirements.

jdhitsolutions commented 1 month ago

This should be added in v2.49.0