Get-VMSan

Get-VMSan

Gets the available virtual machine storage area networks on a Hyper-V host or hosts.

Syntax

Parameter Set: Default
Get-VMSan [[-Name] <String[]> ] [-ComputerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-VMSan cmdlet gets the available virtual storage area networks (SANs) on one or more Hyper-V hosts.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts from which the available virtual machine storage area networks (SANs) are to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

named

Default Value

.

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String[]>

Specifies the friendly name of a virtual storage area network (SAN) to be retrieved.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

true

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1

Gets a virtual storage area network (SAN) named ProductionSAN.

PS C:\> Get-VMSan –Name ProductionSAN