Get HPOVRemoteSupportDataCollectionSchedule - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVRemoteSupportDataCollectionSchedule

Retrieve Remote Support Schedule settings on an appliance.

SYNTAX

Get-HPOVRemoteSupportDataCollectionSchedule [<CommonParameters>]
Get-HPOVRemoteSupportDataCollectionSchedule[ [-Type] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve configured schedules to collect Remote Support logs. There are two defined schedules: Active Health scheduled on a weekly basis, and Server Basic Configuration scheduled on a monthly basis.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

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

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Type <String>

Specify the schedule type to modify. Allowed value is: * AHS *Basic If no value is provided, both schedules will be returned.

Aliases None
Required? false
Position? named
Default value
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.RemtoeSupport.Schedule [System.Management.Automation.PSCustomObject]

The configured Remote Support data collection schedule.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVRemoteSupportDataCollectionSchedule"

Get the Remote Support data collection schedules.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVRemoteSupportDataCollectionSchedule

Retrieve Remote Support Schedule settings on an appliance.

SYNTAX

Get-HPOVRemoteSupportDataCollectionSchedule [<CommonParameters>]
Get-HPOVRemoteSupportDataCollectionSchedule[ [-Type] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve configured schedules to collect Remote Support logs. There are two defined schedules: Active Health scheduled on a weekly basis, and Server Basic Configuration scheduled on a monthly basis.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

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

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Type <String>

Specify the schedule type to modify. Allowed value is: * AHS *Basic If no value is provided, both schedules will be returned.

Aliases None
Required? false
Position? named
Default value
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.RemtoeSupport.Schedule [System.Management.Automation.PSCustomObject]

The configured Remote Support data collection schedule.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVRemoteSupportDataCollectionSchedule"

Get the Remote Support data collection schedules.

Related Links


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