PowerShell – Working with CIM – Methods

Onward to working with CIM methods!

The data you get from using Get-CIMInstance is rarely directly modifiable as the data returned is usually a snapshot of deeper system settings.
To change this you will need to use the methods provided by the Class you are looking at.

Continue reading PowerShell – Working with CIM – Methods