Get HPOVApplianceDateTime - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVApplianceDateTime

Get Appliance Date/Time Configuration.

SYNTAX

Get-HPOVApplianceDateTime [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

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.

Parameters

-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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Appliance.ApplianceServerDateTime [System.Management.Automation.PSCustomObject]

Date/Time object.

Examples

 -------------------------- 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.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVApplianceDateTime

Get Appliance Date/Time Configuration.

SYNTAX

Get-HPOVApplianceDateTime [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

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.

Parameters

-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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Appliance.ApplianceServerDateTime [System.Management.Automation.PSCustomObject]

Date/Time object.

Examples

 -------------------------- 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.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️