Set-RASFarmSettings

NAME

Set-RASFarmSettings

SYNOPSIS

Update RAS Farm settings.

SYNTAX

Set-RASFarmSettings [NewName** (string)] [SiteId (uint)] [(CommonParameters)]

DESCRIPTION

Update RAS Farm settings.

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

NewName (string)

The new name of the specified Farm name.

        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

-none-

EXAMPLES

**---------- EXAMPLE 1 ----------

Set-RASFarmSettings -NewName "MyFarm"

Updates the RAS Farm name.

Last updated