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

Version Path
vagrant-unbundled-2.1.1.0 plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-unbundled-2.0.4.0 plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-unbundled-2.0.3.0 plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/providers/hyperv/scripts/check_hyperv.ps1
vagrant-unbundled-2.0.2.0 plugins/providers/hyperv/scripts/check_hyperv.ps1