We need to find the parameters associated with a WMI method – this information has to include the parameter and data type. WMI also gives a name to the output variable – this becomes a property on the return object. function get-CIMmethod {
param… Read the full text.