Set-RASOverwriteSupportActions
Last updated
Last updated
Set-RASOverwriteSupportActions
Updates the Overwrite Support Actions settings.
Set-RASOverwriteSupportActions [ (bool)] [ (uint)] [ (string)] [()]
Updates the Overwrite Support Actions settings for the current site.
The site ID.
To obtain the ID of a desired site, use the Get-Sites cmdlet.
Whether Overwriting the Support Actions is enabled.
The new Support Actions URL.
(CommonParameters)
-none-
**---------- 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.