< Back

Clear-NsxManagerTimeSettings

Sat Jan 18, 2020 9:00 pm

NAME Clear-NsxManagerTimeSettings



SYNOPSIS

Removes NtpServer and TimeZone settings for an existing NSX Manager

appliance.





SYNTAX

Clear-NsxManagerTimeSettings [-ClearTimeZone] [[-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 Remove-NsxManagerTimeSettings cmdlet allows an appliances existing timezone

related settings to be cleared.





PARAMETERS

-ClearTimeZone [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 1

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:\\>Remove-NsxManagerTimeSettings



UnConfigures NSX Manager NTP Server and TimeZone.











RELATED LINKS