Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List MSI ProviderContent of List MSI Provider.ps1MD5 Hash: 1694C2A526CD90DC95A1CDCC7F76DD06 |
||
$wmiNS = "root\cimV2"
Get-WmiObject -class __Provider -namespace $wmiNS -filter "name LIKE '%MSI%'" | Sort-Object -property Name | Format-List name | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |