Remove-RASURLRedirectionEntry
NAME
Remove-RASURLRedirectionEntry
SYNOPSIS
Removes a URL redirection entry.
SYNTAX
Remove-RASURLRedirectionEntry -Id <uint> [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Removes a URL redirection from the URL redirection settings list for the current site.
PARAMETERS
-Id <uint> The ID of the URL redirection to remove.
-SiteId <uint> Site ID in which to modify the specified URL redirection settings.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Remove-RASURLRedirectionEntry -Id 1
Removes the URL redirection with Id 1 from the URL redirection settings list for the current site.
RELATED LINKS
Last updated