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