Sha256: 9ab71402cb61198472bdc4645c5fcca27bb7e02ac6cbfb3deb514f558718cf32

Contents?: true

Size: 419 Bytes

Versions: 28

Compression:

Stored size: 419 Bytes

Contents

# This will have a SwitchType property. As far as I know the values are:
#
#   0 - Private
#   1 - Internal
#
# Include the following modules
$Dir = Split-Path $script:MyInvocation.MyCommand.Path
. ([System.IO.Path]::Combine($Dir, "utils\write_messages.ps1"))

$Switches = @(Get-VMSwitch `
    | Select-Object Name,SwitchType,NetAdapterInterfaceDescription)
Write-Output-Message $(ConvertTo-JSON $Switches)

Version data entries

28 entries across 25 versions & 5 rubygems

Version Path
vagrant-unbundled-2.0.1.0 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-aws-mkubenka-0.7.2.pre.22 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-f3fdbf414272/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-aws-mkubenka-0.7.2.pre.16 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-1ee58c40e3f5/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-2.0.0.1 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.9.8.1 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.9.7.1 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.9.5.1 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.9.1.1 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.8.5.2 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.8.5.1 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.8.4.2 plugins/providers/hyperv/scripts/get_switches.ps1
vagrant-unbundled-1.8.4.1 plugins/providers/hyperv/scripts/get_switches.ps1