-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVApplianceDateTime
Get Appliance Date/Time Configuration.
Get-HPOVApplianceDateTime [-ApplianceConnection] <Object> [<CommonParameters>]
This CMDLET displays the appliance or connected appliancces Date and Time configuration. Part of this is the actual Date and Time of the appliance, Time Zone, NTP Servers, NTP polling, and Locale.
When queriying a Virtual Machine Appliance and the NTPServers property or field is Null, the appliance will retrieve its Date and Time from the Hypervisor Host.
When queriying a Synergy Composer appliance and the NTPServers property or field is Null, the appliance will retrieve its Date and Time from the System ROM.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 0 |
Default value | (${Global:ConnectedSessions} | ? Default) |
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 (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.ApplianceServerDateTime [System.Management.Automation.PSCustomObject]
Date/Time object.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceDateTime Appliance Time Time Zone NTP Servers NTP Polling --------- ---- --------- ----------- ----------- hpov1.domain.com 2/11/2016 2:12:46 PM UTC {10.55.1.1,10.54.1.1} hpov2.domain.com 2/11/2016 2:12:45 PM UTC {}
This example passes in updated values to set for the appliance networking configuration.