You should use Invoke-VMScript associated with something like Get-WMIObject Win32-Product | ? { $_.Name -like "Forefront" }
↧
You should use Invoke-VMScript associated with something like Get-WMIObject Win32-Product | ? { $_.Name -like "Forefront" }