Modifier

Partager via


Set-VMFibreChannelHba

Configures a Fibre Channel host bus adapter on a virtual machine.

Syntax

VMName And Only SAN (Default)

Set-VMFibreChannelHba
    [-VMName] <String>
    [-WorldWideNodeNameSetA] <String>
    [-WorldWidePortNameSetA] <String>
    [-WorldWideNodeNameSetB] <String>
    [-WorldWidePortNameSetB] <String>
    -SanName <String>
    [-CimSession <CimSession[]>]
    [-ComputerName <String[]>]
    [-Credential <PSCredential[]>]
    [-Passthru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

VMName And Generate WWN

Set-VMFibreChannelHba
    [-VMName] <String>
    [-WorldWideNodeNameSetA] <String>
    [-WorldWidePortNameSetA] <String>
    [-WorldWideNodeNameSetB] <String>
    [-WorldWidePortNameSetB] <String>
    [-CimSession <CimSession[]>]
    [-ComputerName <String[]>]
    [-Credential <PSCredential[]>]
    [-GenerateWwn]
    [-Passthru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

VMName And Manual WWN

Set-VMFibreChannelHba
    [-VMName] <String>
    [-WorldWideNodeNameSetA] <String>
    [-WorldWidePortNameSetA] <String>
    [-WorldWideNodeNameSetB] <String>
    [-WorldWidePortNameSetB] <String>
    [-CimSession <CimSession[]>]
    [-ComputerName <String[]>]
    [-Credential <PSCredential[]>]
    [-NewWorldWideNodeNameSetA <String>]
    [-NewWorldWidePortNameSetA <String>]
    [-NewWorldWideNodeNameSetB <String>]
    [-NewWorldWidePortNameSetB <String>]
    [-Passthru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Object And Generate WWN

Set-VMFibreChannelHba
    [-VMFibreChannelHba] <VMFibreChannelHba>
    [-GenerateWwn]
    [-Passthru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Object And Manual WWN

Set-VMFibreChannelHba
    [-VMFibreChannelHba] <VMFibreChannelHba>
    [-NewWorldWideNodeNameSetA <String>]
    [-NewWorldWidePortNameSetA <String>]
    [-NewWorldWideNodeNameSetB <String>]
    [-NewWorldWidePortNameSetB <String>]
    [-Passthru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Object And Only SAN

Set-VMFibreChannelHba
    [-VMFibreChannelHba] <VMFibreChannelHba>
    -SanName <String>
    [-Passthru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Set-VMFibreChannelHba cmdlet configures a Fibre Channel host bus adapter on a virtual machine.

Examples

Example 1

PS C:\> Get-VMFibreChannelHba -VMName MyVM | Set-VMFibreChannelHba -GenerateWwn

Configures a Fibre Channel host bus adapter on a virtual machine named MyVM, with World Wide Names to be generated automatically.

Parameters

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Parameter properties

Type:

CimSession[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Only SAN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ComputerName

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

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Only SAN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Credential

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Parameter properties

Type:

PSCredential[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Only SAN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-GenerateWwn

Specifies that the World Wide Names for sets A and B are to be generated automatically. When this parameter is specified, parameters WorldWideNodeNameSetA, WorldWideNodeNameSetB, WorldWidePortNameSetA, and WorldWidePortNameSetB cannot be used.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Generate WWN
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Generate WWN
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NewWorldWideNodeNameSetA

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NewWorldWideNodeNameSetB

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NewWorldWidePortNameSetA

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NewWorldWidePortNameSetB

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Manual WWN
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Passthru

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SanName

Specifies the name of the virtual storage area network (SAN) to be associated with the Fibre Channel host bus adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Only SAN
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Only SAN
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VMFibreChannelHba

Specifies the Fibre Channel host bus adapter to be configured.

Parameter properties

Type:VMFibreChannelHba
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Object And Generate WWN
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Manual WWN
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
Object And Only SAN
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-VMName

Specifies the name of the virtual machine to which the virtual Fibre Channel host bus adapter parameters are to be set.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VMName And Only SAN
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

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

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WorldWideNodeNameSetA

Specifies the World Wide Node name of address set A that is associated with the Fibre Channel host bus adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Wwnn1

Parameter sets

VMName And Only SAN
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WorldWideNodeNameSetB

Specifies the World Wide Node name of address set B that is associated with the Fibre Channel host bus adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Wwnn2

Parameter sets

VMName And Only SAN
Position:3
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:3
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:3
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WorldWidePortNameSetA

Specifies the World Wide Port name of address set A that is associated with the Fibre Channel host bus adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Wwpn1

Parameter sets

VMName And Only SAN
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WorldWidePortNameSetB

Specifies the World Wide Port name of address set B that is associated with the Fibre Channel host bus adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Wwpn2

Parameter sets

VMName And Only SAN
Position:4
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Generate WWN
Position:4
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VMName And Manual WWN
Position:4
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

Microsoft.HyperV.PowerShell.VMFibreChannelHba