-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVRemoteSupportDataCollectionSchedule
Retrieve Remote Support Schedule settings on an appliance.
Get-HPOVRemoteSupportDataCollectionSchedule [<CommonParameters>]
Get-HPOVRemoteSupportDataCollectionSchedule[ [-Type] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.RemtoeSupport.Schedule [System.Management.Automation.PSCustomObject]
The configured Remote Support data collection schedule.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVRemoteSupportDataCollectionSchedule"
Get the Remote Support data collection schedules.
Retrieve Remote Support Schedule settings on an appliance.
Get-HPOVRemoteSupportDataCollectionSchedule [<CommonParameters>]
Get-HPOVRemoteSupportDataCollectionSchedule[ [-Type] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.RemtoeSupport.Schedule [System.Management.Automation.PSCustomObject]
The configured Remote Support data collection schedule.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVRemoteSupportDataCollectionSchedule"
Get the Remote Support data collection schedules.