Set-RASOverwriteSupportActions
NAME
Set-RASOverwriteSupportActions
SYNOPSIS
Updates the Overwrite Support Actions settings.
SYNTAX
Set-RASOverwriteSupportActions [Enabled (bool)] [SiteId (uint)] [URL (string)] [(CommonParameters)]
DESCRIPTION
Updates the Overwrite Support Actions settings for the current site.
PARAMETERS
SiteId (uint)
The site ID.
To obtain the ID of a desired site, use the Get-Sites cmdlet.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
Enabled (bool)
Whether Overwriting the Support Actions is enabled.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
URL (string)
The new Support Actions URL.
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
-none-
OUTPUTS
EXAMPLES
**---------- EXAMPLE 1 ----------
Set-RASOverwriteSupportActions -URL "newSupportActions.url"
Updates the Overwrite Support Actions URL for the current site. **---------- EXAMPLE 2 ----------
Set-RASOverwriteSupportActions -Enabled true
Enables the Overwrite Support Actions settings for the current site.
RELATED LINKS
Last updated