Set-VMSwitchExtensionSwitchFeature
Configures a feature on a virtual switch.
Set-VMSwitchExtensionSwitchFeature
[-SwitchName] <String[]>
[-ComputerName <String[]>]
[-Passthru]
-VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]>
Set-VMSwitchExtensionSwitchFeature
[-VMSwitch] <VMSwitch[]>
[-Passthru]
-VMSwitchExtensionFeature <VMSwitchExtensionSwitchFeature[]>
The Set-VMSwitchExtensionSwitchFeature cmdlet configures a feature on a virtual switch. The feature must have already been configured on the virtual switch.
PS C:\>$feature = Get-VMSystemSwitchExtensionSwitchFeature -FeatureName "Ethernet Switch Bandwidth Settings"
PS C:\>$feature.SettingData.DefaultFlowReservation = 100000000
PS C:\>Set-VMSwitchExtensionSwitchFeature External $feature
Configures the feature on virtual switch External.
Specifies one or more Hyper-V hosts on which a feature is to be configured. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer - use "localhost" or a dot (".") to specify the local computer explicitly.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies that a Microsoft.HyperV.PowerShell.VMSwitchExtensionSwitchFeature is to be passed through to the pipeline representing the feature to be configured.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the name of the virtual switch.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the virtual switch.
Type: | VMSwitch[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the feature to be configured.
Type: | VMSwitchExtensionSwitchFeature[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
None
Default
Microsoft.HyperV.PowerShell.VMSwitchExtensionSwitchFeature
If -PassThru is specified.