Skip to content

Get HPOVApplianceDateTime

Chris Lynch edited this page Apr 22, 2016 · 36 revisions

HP OneView 200 Library

NAME

Get-HPOVApplianceDateTime

SYNOPSIS

Get Appliance Date/Time Configuration.

SYNTAX

 Get-HPOVApplianceDateTime [[-ApplianceConnection] <Array>]  [<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.

PARAMETERS

-ApplianceConnection [<Array>]

Aliases [-Appliance] 

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectSessions}

Aliases None
Required? false
Position? 1
Default value ${Global:ConnectedSessions}
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)

INPUTS

None. You cannot pipe objects to this Cmdlet.

OUTPUTS

System.Management.Automation.PSCustomObject

Date/Time object.

#### RELATED LINKS

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
        
PS C:\> Get-HPOVApplianceDateTime
Appliance        Time                 Time Zone NTP Servers     NTP Polling
---------        ----                 --------- -----------     -----------
hpov1.domain.com 2/11/2016 2:12:46 PM UTC       {172.20.200.13}
hpov2.domain.com 2/11/2016 2:12:45 PM UTC       {}


This example passes in updated values to set for the appliance networking configuration.


Wiki Table of Contents

Clone this wiki locally