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