PowerShell Logo Small

Add-VMFibreChannelHba



This is the built-in help made by Microsoft for the command 'Add-VMFibreChannelHba', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Adds a virtual Fibre Channel host bus adapter to a virtual machine.

SYNTAX


Add-VMFibreChannelHba [-VMName] <String> [-SanName] <String> [-ComputerName <String[]>] [-GenerateWwn] [-Passthru] [-Confirm] [-WhatIf]
[<CommonParameters>]
Add-VMFibreChannelHba [-VMName] <String> [-SanName] <String> [-ComputerName <String[]>] [-Passthru] -WorldWideNodeNameSetA <String>
-WorldWideNodeNameSetB <String> -WorldWidePortNameSetA <String> -WorldWidePortNameSetB <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Add-VMFibreChannelHba [-VM] <VirtualMachine[]> [-SanName] <String> [-GenerateWwn] [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]
Add-VMFibreChannelHba [-VM] <VirtualMachine[]> [-SanName] <String> [-Passthru] -WorldWideNodeNameSetA <String> -WorldWideNodeNameSetB <String>
-WorldWidePortNameSetA <String> -WorldWidePortNameSetB <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-VMFibreChannelHba cmdlet adds a virtual Fibre Channel host bus adapter to a virtual machine.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Add-VMFibreChannelHba –VMName MyVM –SanName Production



This example adds the virtual Fibre Channel host bus adapter associated with virtual storage area network Production to a virtual machine
named MyVM.