Remove-VMFibreChannelHba

Remove-VMFibreChannelHba

Removes a Fibre Channel host bus adapter from a virtual machine.

Syntax

Parameter Set: VMFibreChannelHba
Remove-VMFibreChannelHba [-VMFibreChannelHba] <VMFibreChannelHba[]> [-ComputerName <String[]> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: VMName and WWN
Remove-VMFibreChannelHba [-VMName] <String> [-WorldWideNodeNameSetA] <String> [-WorldWidePortNameSetA] <String> [-WorldWideNodeNameSetB] <String> [-WorldWidePortNameSetB] <String> [-ComputerName <String[]> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Remove-VMFibreChannelHba removes a Fibre Channel host bus adapter from a virtual machine.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which the Fibre Channel host bus adapter is to be removed. 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

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Passthru

Specifies that an object is to be passed through to be pipeline representing the removed Fibre Channel host bus adapter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VMFibreChannelHba<VMFibreChannelHba[]>

Specifies one or more Fibre Channel host bus adapters to be removed from a virtual machine.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMName<String>

Specifies the virtual machine from which the Fibre Channel host bus adapters are to be removed.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWideNodeNameSetA<String>

Specifies the World Wide Node name of address set A associated with the Fibre Channel host bus adapter to be removed.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWideNodeNameSetB<String>

Specifies the World Wide Node name of address set B associated with the Fibre Channel host bus adapter to be removed.

Aliases

none

Required?

true

Position?

4

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWidePortNameSetA<String>

Specifies the World Wide Port name of address set A associated with the Fibre Channel host bus adapter to be removed.

Aliases

none

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWidePortNameSetB<String>

Specifies the World Wide Port name of address set B associated with the Fibre Channel host bus adapter to be removed.

Aliases

none

Required?

true

Position?

5

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<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.

  • None by default; Microsoft.Virtualization.Powershell.VMFibreChannelHba if –PassThru is specified.

Examples

Example 1

Removes a Fibre Channel host bus adapter from a virtual machine MyVM.

PS C:\> Get-VMFibreChannelHba –VMName MyVM | Remove-VMFibreChannelHba