Edit

Share via


Enable-AccelNetVM

Enables Accelerated Networking on a VM.

Syntax

Default (Default)

Enable-AccelNetVM
    [-VMName] <String>
    [-Performance] <PerformanceWeight>
    [[-VM] <VirtualMachineBase>]
    [<CommonParameters>]

Description

Enables AccelNet on a VM.

Examples

EXAMPLE 1

Enable-AccelNetVM -VMName "MyVM" -Performance High

This example enables AccelNet with the performance level set to High for the VM named MyVM.

Parameters

-Performance

Sets the performance level. This parameter is required. Acceptable values are:

  • Low
  • Medium
  • High

Parameter properties

Type:PerformanceWeight
Default value:None
Accepted values:Low, Medium, High
Supports wildcards:False
DontShow:False

Parameter sets

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

-VM

The VM object.

Parameter properties

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

Parameter sets

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

-VMName

Specifies the name of the virtual machine. This parameter is required.

Parameter properties

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

Parameter sets

(All)
Position:1
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.