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.
Required? true Position? named Default value 0 Accept pipeline input? false Accept wildcard characters? false-SiteId <uint> Site ID in which to modify the specified URL redirection settings.
Required? false Position? named Default value 0 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 .
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.
Last updated