Get HPOVRemoteSupportContact - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVRemoteSupportContact

Retrieve configured Remote Support contacts.

SYNTAX

Get-HPOVRemoteSupportContact[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to get the configured Remote Support contacts defined on the appliance.

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

-Name <String>

Full ("Bob Smith") or partial ("Bob*") name of the contact. When using partial names, please include the * (asterisk) wildcard character.

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

System.Management.Automation.PSCustomObject

The configured Remote Support Contact.

Examples

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

Get-HPOVRemoteSupportContact

List all configured Remote Support Contacts.

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

Get-HPOVRemoteSupportContact -Name "Bob*"

List all contacts with the name Bob, using the * wildcard character.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVRemoteSupportContact

Retrieve configured Remote Support contacts.

SYNTAX

Get-HPOVRemoteSupportContact[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to get the configured Remote Support contacts defined on the appliance.

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

-Name <String>

Full ("Bob Smith") or partial ("Bob*") name of the contact. When using partial names, please include the * (asterisk) wildcard character.

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

System.Management.Automation.PSCustomObject

The configured Remote Support Contact.

Examples

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

Get-HPOVRemoteSupportContact

List all configured Remote Support Contacts.

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

Get-HPOVRemoteSupportContact -Name "Bob*"

List all contacts with the name Bob, using the * wildcard character.

Related Links


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