Sha256: 29b7c204edfd0c61f0edc3b889d486e6f70d88fcd0febcfc80ac70fdca06db4c

Contents?: true

Size: 327 Bytes

Versions: 28

Compression:

Stored size: 327 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 "Get-VMSwitch" -errorAction SilentlyContinue)))
$result = @{
    result = $check
}

Write-Output-Message $(ConvertTo-Json $result)

Version data entries

28 entries across 25 versions & 5 rubygems

Version Path
vagrant-unbundled-1.8.1.2 plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-unbundled-1.8.1.1 plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/providers/hyperv/scripts/check_hyperv.ps1