Sha256: 00ab8acaca3fa9554fa54ad08a0a57281fcac1b6bce241369b58119b9af6b1a6
Contents?: true
Size: 340 Bytes
Versions: 442
Compression:
Stored size: 340 Bytes
Contents
function FindInstalledHotFix { param($description, $hotFixId) Write-Host "Num Args:" $args.Length; foreach ($arg in $args) { Write-Host "Arg: $arg"; } Write-Host $description Write-Host $hotFixId $keys= (Get-WmiObject -Class WIN32_QuickFixEngineering) @($keys | Where-Object {$_.HotFixID -like $hotFixId}).Length -gt 0 }
Version data entries
442 entries across 442 versions & 3 rubygems
Version | Path |
---|---|
specinfra-1.5.1 | lib/specinfra/backend/powershell/support/find_installed_hot_fix.ps1 |
specinfra-1.5.0 | lib/specinfra/backend/powershell/support/find_installed_hot_fix.ps1 |