Skip to content

Get HPOVRemoteSupportSetting

Chris Lynch edited this page Dec 10, 2020 · 24 revisions

HPE OneView 4.10 Library

Get-HPOVRemoteSupportSetting

Get supported resource Remote Support settings.

SYNTAX

Get-HPOVRemoteSupportSetting [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve a supported resources Remote Support settings, defined Parimary and Secondary contact, and authorized reseller or support partners.

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? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <Object>

Either a Server Hardware or Enclosure resource to get the configured Remote Support collection settings.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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

HPOneView.ServerHardware [System.Management.Automation.PSCustomObject]

Server hardware resource object.

HPOneView.Enclosure [System.Management.Automation.PSCustomObject]

Enclosure resource object.

Return Values

HPOneView.Appliance.RemoteSupport.ResourceSetting [System.Management.Automation.PSCustomObject]

Remote Support Settings object.

Examples

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

Get-HPOVEnclosure -Name Encl1 | Get-HPOVRemoteSupportSetting Appliance ResourceName SalesChannelPartner SupportChannelPartner PrimaryContact SecondaryContact --------- ------------ ------------------- --------------------- -------------- ---------------- MyAppliance.domain.com Encl1 Hewlett Packard Enterprise Hewlett Packard Enterprise Mark Jones

Get the configured Remote Support collection settings for "Encl1" Enclosure resource.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVServer -Name PROD* | Get-HPOVRemoteSupportSetting | ? supportEnabled -eq $false

Return all PROD servers, and return only those where remote support is not enabled.

Related Links


HPE OneView 4.00 Library

Get-HPOVRemoteSupportSetting

Get supported resource Remote Support settings.

SYNTAX

Get-HPOVRemoteSupportSetting [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve a supported resources Remote Support settings, defined Parimary and Secondary contact, and authorized reseller or support partners.

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? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <Object>

Either a Server Hardware or Enclosure resource to get the configured Remote Support collection settings.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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

HPOneView.ServerHardware [System.Management.Automation.PSCustomObject]

Server hardware resource object.

HPOneView.Enclosure [System.Management.Automation.PSCustomObject]

Enclosure resource object.

Return Values

HPOneView.Appliance.RemoteSupport.ResourceSetting [System.Management.Automation.PSCustomObject]

Remote Support Settings object.

Examples

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

Get-HPOVEnclosure -Name Encl1 | Get-HPOVRemoteSupportSetting Appliance ResourceName SalesChannelPartner SupportChannelPartner PrimaryContact SecondaryContact --------- ------------ ------------------- --------------------- -------------- ---------------- MyAppliance.domain.com Encl1 Hewlett Packard Enterprise Hewlett Packard Enterprise Mark Jones

Get the configured Remote Support collection settings for "Encl1" Enclosure resource.

Related Links


Wiki Table of Contents

Clone this wiki locally