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.

Enabled (bool)

Whether Overwriting the Support Actions is enabled.

URL (string)

The new Support Actions URL.

(CommonParameters)

INPUTS

-none-

OUTPUTS

OverwriteSupportActions

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.

Last updated