< Back

Set-SVTtimezone

Tue Jan 14, 2020 2:17 am

NAME Set-SVTtimezone



SYNOPSIS

Sets the timezone on a HPE SimpliVity cluster





SYNTAX

Set-SVTtimezone [-ClusterName] <String> [-TimeZone] <String> [<CommonParameters>]





DESCRIPTION

Sets the timezone on a HPE SimpliVity cluster



Use 'Get-SVTtimezone' to see a list of valid timezones

Use 'Get-SVTcluster | Select-Object TimeZone' to see the currently set timezone





PARAMETERS

-ClusterName <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TimeZone <String>



Required? true

Position? 2

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String





OUTPUTS

HPE.SimpliVity.Task





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-SVTtimezone -Cluster PROD -Timezone 'Australia/Sydney'



Sets the time zone for the specified cluster











RELATED LINKS