Remove-RASPubItemPreferredRoute
Last updated
Last updated
Remove-RASPubItemPreferredRoute
Removes a preferred route from the specified published resource.
Remove-RASPubItemPreferredRoute [] (uint) - (uint) [ (uint)] [()]
Remove-RASPubItemPreferredRoute [-] () - (uint) [ (uint)] [()]
This cmdlet removes a preferred route from the specified published resource.
The ID of the Preferred Route to be removed.
Published resource ID.
An object specifying the published resource.
To obtain the object, use the Get-PubItem cmdlet.
Site ID.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Remove-RASPubItemPreferredRoute -Id 12 -PreferredRouteId 1
Removes the preferred route with ID 1 from the published resource with ID 12.