Disable-AccelNetVM
Disables Accelerated Networking on a VM.
Syntax
Default (Default)
Disable-AccelNetVM
[-VMName] <String>
[<CommonParameters>]
Description
Disables Accelerated Networking on a VM.
Examples
EXAMPLE 1
Disable-AccelNetVM -VMName "MyVM"
This example disables Accelerated Networking for the VM named MyVM.
Parameters
-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.