Freigeben über


Set-SCUplinkPortProfileSet

Modifies an uplink port profile set.

Syntax

Default (Default)

Set-SCUplinkPortProfileSet
    [-NativeUplinkPortProfile <NativeUplinkPortProfile>]
    [-AddExtensionUplinkPortProfiles <ExtensionUplinkPortProfile[]>]
    [-RemoveExtensionUplinkPortProfiles <ExtensionUplinkPortProfile[]>]
    [-VMMServer <ServerConnection>]
    [-UplinkPortProfileSet] <UplinkPortProfileSet>
    [-Name <String>]
    [[-Description] <String>]
    [-LogicalSwitch <LogicalSwitch>]
    [-RemoveNativeUplinkPortProfile]
    [-JobGroup <Guid>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

Description

The Set-SCUplinkPortProfileSet cmdlet modifies the properties of an uplink port profile set.

Examples

PS C:\> Get-SCUplinkPortProfileSet -Name "UplinkPortProfileSet01" | Set-SCUplinkPortProfileSet -RemoveNativeUplinkPortProfile

This command gets the uplink port profile set object named UplinkPortProfileSet01, and then passes it to the current cmdlet. Set-SCUplinkPortProfileSet removes the native uplink port profile from the uplink port profile set.

Parameters

-AddExtensionUplinkPortProfiles

Specifies an array of uplink port profile objects that this cmdlet adds.

Parameter properties

Type:

ExtensionUplinkPortProfile[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-Description

Specifies a description for the uplink port profile set.

Parameter properties

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

Parameter sets

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

-JobGroup

Specifies an identifier for a series of commands that runs as a set just before the final command that includes the same job group identifier runs.

Parameter properties

Type:Guid
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

-JobVariable

Specifies a variable in which job progress is tracked and stored.

Parameter properties

Type:String
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

-LogicalSwitch

Specifies a logical switch that this cmdlet includes in the uplink port profile set. To obtain a logical switch object, use the Get-SCLogicalSwitch cmdlet.

Parameter properties

Type:LogicalSwitch
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

-Name

Specifies the name of a VMM in which this cmdlet modifies an uplink port profile set.

Parameter properties

Type:String
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

-NativeUplinkPortProfile

Specifies a native uplink port profile that this cmdlet assigns to the new uplink port profile set.

Parameter properties

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

Parameter sets

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

-PROTipID

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

Parameter properties

Type:Guid
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

-RemoveExtensionUplinkPortProfiles

Specifies an array of extension uplink port profiles that this cmdlet removes from the port profile set.

Parameter properties

Type:

ExtensionUplinkPortProfile[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-RemoveNativeUplinkPortProfile

Indicates that this cmdlet removes the native uplink port profile.

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

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

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

-UplinkPortProfileSet

Specifies the uplink port profile set that this cmdlet modifies. To obtain an uplink port profile set object, use the Get-SCUplinkPortProfileSet cmdlet.

Parameter properties

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

Parameter sets

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

-VMMServer

Specifies a VMM server on which this cmdlet modifies an uplink port profile set.

Parameter properties

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

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
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.