Get-VMFibreChannelHba

Get-VMFibreChannelHba

Gets the Fibre Channel host bus adapters associated with one or more virtual machines.

Syntax

Parameter Set: VMName
Get-VMFibreChannelHba [-VMName] <String[]> [-ComputerName <String[]> ] [ <CommonParameters>]

Parameter Set: VMObject
Get-VMFibreChannelHba [-VM] <VirtualMachine[]> [ <CommonParameters>]

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which the Fibre Channel host bus adapters 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

-VM<VirtualMachine[]>

Specifies a virtual machine or machines for which the Fibre Channel host bus adapters are to be retrieved.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMName<String[]>

Specifies the friendly name or names of the virtual machines for which the Fibre Channel host bus adapters are to be retrieved.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

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 the Fibre Channel host bus adapters associated with the virtual machine MyVM.

PS C:\> Get-VMFibreChannelHba –VMName MyVM