Skip to content

Get HPOVApplianceDateTime

Chris Lynch edited this page Mar 31, 2020 · 36 revisions

ℹ️ Note: This Wiki is no longer the source for HPE OneView PowerShell Library documentation. The new location is here.

Please update your local offline help system using Get-Help <ModuleName> to dwonload the latest offline help contents.

HPE OneView

Library

5.00

Get-HPOVApplianceDateTime

Syntax

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

Description

This Cmdlet displays the appliance or connected appliances 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 querying a Virtual Machine Appliance and the NTPServersproperty or field is Null, the appliance will retrieve its Date and Time from the Hypervisor Host.

When querying a Synergy Composer appliance and the NTPServersproperty or field is Null, the appliance will retrieve its Date and Time from the System ROM.

Minimum required privileges: Read-only

Parameters

-ApplianceConnection <Object>

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


HPE OneView

Library

4.20

Get-HPOVApplianceDateTime

Syntax

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

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


HPE OneView

Library

4.10

Get-HPOVApplianceDateTime

Syntax

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

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


Wiki Table of Contents

Clone this wiki locally