Skip to content

Latest commit

 

History

History
112 lines (79 loc) · 2.18 KB

File metadata and controls

112 lines (79 loc) · 2.18 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.FailoverClusters.PowerShell.dll-Help.xml
FailoverClusters
01/22/2025
2.0.0
Enable-AccelNetVM

Enable-AccelNetVM

SYNOPSIS

Enables Accelerated Networking on a VM.

SYNTAX

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
Type: PerformanceWeight
Parameter Sets: (All)
Aliases:
Accepted values: Low, Medium, High

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-VMName

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

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-VM

The VM object.

Type: VirtualMachineBase
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Disable-AccelNetVM

Get-AccelNetVM

Set-AccelNetVM