Answers for "wmi-object powershell"

1

PS GWMI filters

1Get-WmiObject -Namespace rootcimv2sms -class SMS_InstalledSoftware | Where {$_.ARPDisplayname -eq 'Box for Office' -and $_.ProductVersion -eq '4.3.1217.0'}
Posted by: Guest on April-09-2020

Browse Popular Code Answers by Language