Sha256: 501caf08569abe35ee7d50b6db9e208c6a70cba5c8ce341074c88efc698af433
Contents?: true
Size: 335 Bytes
Versions: 7
Compression:
Stored size: 335 Bytes
Contents
# Include the following modules $Dir = Split-Path $script:MyInvocation.MyCommand.Path . ([System.IO.Path]::Combine($Dir, "utils\write_messages.ps1")) $check = $(-Not (-Not (Get-Command "Hyper-V\Get-VMSwitch" -errorAction SilentlyContinue))) $result = @{ result = $check } Write-Output-Message $(ConvertTo-Json $result)
Version data entries
7 entries across 7 versions & 2 rubygems