Hi,
The :: operator only works with static members of .net framework classes. To call methods of WMI classes you can use the Invoke-WmiMethod cmdlet.
https://learn.microsoft.com/en-us/powershell/scripting/samples/using-static-classes-and-methods
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.