Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Description (string)
A user-defined Custom Route description.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
PublicAddress (string)
Public Address of the Custom Route
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Port (uint)
Port of the Custom Route
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
SSLPort (uint)
SSL Port of the Custom Route
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
(CommonParameters)
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.
INPUTS
OUTPUTS
-none-
EXAMPLES
**---------- EXAMPLE 1 ----------
Set-RASCustomRoute -Name "My Custom Route" -Description "Custom"
Modifies the description of a custom route specified by name.
**---------- EXAMPLE 2 ----------