Skip to content

New HPOVRemoteSupportContact

Chris Lynch edited this page Mar 31, 2020 · 23 revisions

ℹ️ Note: This Wiki is no longer the source for HPE OneView PowerShell Library documentation. The new location is here.

Please update your local offline help system using Get-Help <ModuleName> to dwonload the latest offline help contents.

HPE OneView

Library

5.00

New-HPOVRemoteSupportContact

Syntax

New-HPOVRemoteSupportContact [-Firstname] <String> [-Lastname] <String> [-Email] <String> [-PrimaryPhone] <String> [[-AlternatePhone] <String>] [[-Language] <String>] [[-Notes] <String>] [[-Default] <SwitchParameter>] [[-DefaultSecondary] <SwitchParameter>] [[-ApplianceConnection] <Object>] [<CommonParameters>]

Description

Use this Cmdlet to create a new Remote Support Contact. The Remote Support Contact is used to identify authorized users HPE Support can contact for service events. Only a single contact can be defined as the Default. The Default contact cannot be removed, and at least 1 contact must be configured before attempting to register the appliance with HPE support using the Set-HPOVRemoteSupport Cmdlet.

Parameters

-AlternatePhone <String>

The contacts alternate phone number.

Aliases None
Required? False
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-ApplianceConnection <Object>

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

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

-Default <SwitchParameter>

Use to specify if this contact is the Default.

Aliases None
Required? False
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-DefaultSecondary <SwitchParameter>

Use to indicate if the specified contact should be the appliance default secondary contact.

Aliases None
Required? False
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Email <String>

The contacts email address.

Aliases None
Required? True
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Firstname <String>

The contacts first or given name.

Aliases GivenName
Required? True
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Language <String>

The contacts primary spoken language.

Aliases None
Required? False
Position? named
Default value en
Accept pipeline input? false
Accept wildcard characters?    False

-Lastname <String>

The contacts last or sur name.

Aliases Surname
Required? True
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Notes <String>

The contacts special instructions.

Aliases None
Required? False
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-PrimaryPhone <String>

The contacts primary phone number.

Aliases None
Required? True
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.RemoteSupport.Contact [System.Management.Automation.PSCustomObject]

The created Remote Support Contact.

Examples

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

New-HPOVRemoteSupportContact -Firstname Rebert -Lastname Jones -Email [email protected] -PrimaryPhone 123-111-2222 -AlternatePhone 111-333-4444 -Language en -Default

Configure a new user who is the default contact.

Related Links


HPE OneView

Library

4.20

New-HPOVRemoteSupportContact

Syntax

New-HPOVRemoteSupportContact [-Firstname] <String> [-Lastname] <String> [-Email] <String> [-PrimaryPhone] <String> [[-AlternatePhone] <String>] [[-Language] <String>] [[-Notes] <String>] [[-Default] <SwitchParameter>] [[-ApplianceConnection] <Object>] [<CommonParameters>]

Description

Use this Cmdlet to create a new Remote Support Contact. The Remote Support Contact is used to identify authorized users HPE Support can contact for service events. Only a single contact can be defined as the Default. The Default contact cannot be removed, and at least 1 contact must be configured before attempting to register the appliance with HPE support using the Set-HPOVRemoteSupport Cmdlet.

Parameters

-AlternatePhone <String>

The contacts alternate phone number.

Aliases None
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-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

-Default <SwitchParameter>

Use to specify if this contact is the Default.

Aliases None
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Email <String>

The contacts email address.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Firstname <String>

The contacts first or given name.

Aliases GivenName
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Language <String>

The contacts primary spoken language.

Aliases None
Required? false
Position? named
Default value en
Accept pipeline input? false
Accept wildcard characters?    False

-Lastname <String>

The contacts last or sur name.

Aliases Surname
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Notes <String>

The contacts special instructions.

Aliases None
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-PrimaryPhone <String>

The contacts primary phone number.

Aliases None
Required? true
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.RemoteSupport.Contact [System.Management.Automation.PSCustomObject]

The created Remote Support Contact.

Examples

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

New-HPOVRemoteSupportContact -Firstname Rebert -Lastname Jones -Email [email protected] -PrimaryPhone 123-111-2222 -AlternatePhone 111-333-4444 -Language en -Default

Configure a new user who is the default contact.

Related Links


HPE OneView

Library

4.10

New-HPOVRemoteSupportContact

Syntax

New-HPOVRemoteSupportContact [-Firstname] <String> [-Lastname] <String> [-Email] <String> [-PrimaryPhone] <String> [[-AlternatePhone] <String>] [[-Language] <String>] [[-Notes] <String>] [[-Default] <SwitchParameter>] [[-ApplianceConnection] <Object>] [<CommonParameters>]

Description

Use this Cmdlet to create a new Remote Support Contact. The Remote Support Contact is used to identify authorized users HPE Support can contact for service events. Only a single contact can be defined as the Default. The Default contact cannot be removed, and at least 1 contact must be configured before attempting to register the appliance with HPE support using the Set-HPOVRemoteSupport Cmdlet.

Parameters

-AlternatePhone <String>

The contacts alternate phone number.

Aliases None
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-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

-Default <SwitchParameter>

Use to specify if this contact is the Default.

Aliases None
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Email <String>

The contacts email address.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Firstname <String>

The contacts first or given name.

Aliases GivenName
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Language <String>

The contacts primary spoken language.

Aliases None
Required? false
Position? named
Default value en
Accept pipeline input? false
Accept wildcard characters?    False

-Lastname <String>

The contacts last or sur name.

Aliases Surname
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Notes <String>

The contacts special instructions.

Aliases None
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-PrimaryPhone <String>

The contacts primary phone number.

Aliases None
Required? true
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.RemoteSupport.Contact [System.Management.Automation.PSCustomObject]

The created Remote Support Contact.

Examples

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

New-HPOVRemoteSupportContact -Firstname Rebert -Lastname Jones -Email [email protected] -PrimaryPhone 123-111-2222 -AlternatePhone 111-333-4444 -Language en -Default

Configure a new user who is the default contact.

Related Links


Wiki Table of Contents

Clone this wiki locally