Set-AccelNetVM
Sets Accelerated Networking on a VM.
Syntax
Default (Default)
Set-AccelNetVM
[-VMName] <String>
[-Performance] <PerformanceWeight>
[<CommonParameters>]
Description
Sets Accelerated Networking on a VM.
Examples
EXAMPLE 1
Set-AccelNetVM -VMName "MyVM" -Performance High
This example sets Accelerated Networking with the performance level set to High
for the VM
named MyVM
.
Parameters
-Performance
Sets the performance level. 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 |
-VMName
Specifies the name of the virtual machine.
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.