Start-Process -Verb runas Get-WmiObject system cannot find the path code example
Example: PS GWMI filters
1Get-WmiObject -Namespace root\cimv2\sms -class SMS_InstalledSoftware | Where {$_.ARPDisplayname -eq 'Box for Office' -and $_.ProductVersion -eq '4.3.1217.0'}