Set-RubrikSetting
SYNOPSIS
Connects to Rubrik and sets Rubrik cluster settings
SYNTAX
Set-RubrikSetting [-ClusterName] <String> [-Timezone] <String> [-ClusterLocation] <String> [[-Server] <String>]
[[-id] <String>] [[-api] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]DESCRIPTION
The Set-RubrikSetting cmdlet will set the cluster settings on the system. This does require authentication.
EXAMPLES
EXAMPLE 1
Set-RubrikSetting -ClusterName "test-rubrik-cluster" -Timezone "America/Los Angeles" -ClusterLocation "LA Office"This will set the designated cluster settings on the Rubrik cluster
PARAMETERS
-ClusterName
New name for a Rubrik cluster
-Timezone
New time zone for a Rubrik cluster
-ClusterLocation
Address information for mapping the location of the Rubrik cluster. This value is used to provide a location for the Rubrik cluster on the dashboard map
-Server
Rubrik server IP or FQDN
-id
ID of the Rubrik cluster or me for self
-api
API version
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
-Confirm
Prompts you for confirmation before running the cmdlet.
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Adapted by Adam Shuttleworth from scripts by Chris Wahl for community usage
RELATED LINKS
Last updated
Was this helpful?