< Back
Set-NsxManagerTimeSettings
Post
NAME Set-NsxManagerTimeSettings
SYNOPSIS
Configures -NtpServer and TimeZone settings for an existing NSX Manager appliance.
SYNTAX
Set-NsxManagerTimeSettings [[-NtpServer] <String[]>] [[-TimeZone] <String>] [[-Connection] <PSObject>]
[<CommonParameters>]
DESCRIPTION
The NSX management plane is provided by NSX Manager, the centralized
network management component of NSX. It provides the single point of
configuration for NSX operations, and provides NSX's REST API.
The Set-NsxManagerTimeZone cmdlet allows configuration of the appliances
timezone related settings.
PARAMETERS
-NtpServer <String[]>
NTP server for time synchronization..
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TimeZone <String>
Time Zone, default UTC.
Required? false
Position? 2
Default value UTC
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
PowerNSX Connection object
Required? false
Position? 3
Default value $defaultNSXConnection
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-NsxManagerTimeSettings -NtpServer 0.pool.ntp.org -Timezone UTC
Configures NSX Manager NTP Server.
RELATED LINKS
SYNOPSIS
Configures -NtpServer and TimeZone settings for an existing NSX Manager appliance.
SYNTAX
Set-NsxManagerTimeSettings [[-NtpServer] <String[]>] [[-TimeZone] <String>] [[-Connection] <PSObject>]
[<CommonParameters>]
DESCRIPTION
The NSX management plane is provided by NSX Manager, the centralized
network management component of NSX. It provides the single point of
configuration for NSX operations, and provides NSX's REST API.
The Set-NsxManagerTimeZone cmdlet allows configuration of the appliances
timezone related settings.
PARAMETERS
-NtpServer <String[]>
NTP server for time synchronization..
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TimeZone <String>
Time Zone, default UTC.
Required? false
Position? 2
Default value UTC
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
PowerNSX Connection object
Required? false
Position? 3
Default value $defaultNSXConnection
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-NsxManagerTimeSettings -NtpServer 0.pool.ntp.org -Timezone UTC
Configures NSX Manager NTP Server.
RELATED LINKS