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.
-NewName <string> The new name of the specified Farm name.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Set-RASFarmSettings -NewName "MyFarm"
Updates the RAS Farm name.
RELATED LINKS
Last updated