Remove-RASURLRedirectionEntry
Removes a URL redirection entry.
Remove-RASURLRedirectionEntry -Id <uint> [-SiteId <uint>] [<CommonParameters>]
Removes a URL redirection from the URL redirection settings list for the current site.
-Id <uint> The ID of the URL redirection to remove.
-SiteId <uint> Site ID in which to modify the specified URL redirection settings.
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Remove-RASURLRedirectionEntry -Id 1
Removes the URL redirection with Id 1 from the URL redirection settings list for the current site.