I still see a lot of people using the WMI cmdlets – Get-WmiObject etc. You really should be using CIM nit WMI. In other words use Get-CimInstance rather than get-WmiObject etc etc.
Why do I say that?
Two main reasons.
Firstly, the WMI cmdlets are… Read the full text.