Set-OVRemoteSupportSecondaryContact
Syntax
Set-OVRemoteSupportSecondaryContact
[-InputObject] <Object>
[-ApplianceConnection <Object>]
[<CommonParameters>]
Description
Register with Hewlett Packard Enterprise to allow automatic case creation for hardware failures on servers and enclosures and to enable Proactive Care. Once enabled, all eligible devices added in the future will be automatically enabled for remote support.
Use this Cmdlet to change or update the HPE OneView Remote Support secondary Contact.
Info
Minimum required privileges: Infrastructure administrator
Examples
Example 1
$PrimaryContact = Get-OVRemoteSupportContact -Name "Susan Jones"
Set-OVRemoteSupportSecondaryContact -InputObject $SecondaryContact
Set a new HPE OneView Remote Support secondary contact on the appliance.
Parameters
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).
| Aliases | Appliance |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | (${Global:ConnectedSessions} | ? Default) |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | False |
-InputObject <Object>
HPE OneView Remote Support contact from Get-OVRemoteSupportContact.
| Aliases | Contact |
|---|---|
| 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
Remote support contact from Get-OVRemoteSupportContact.
Return Values
Asynchronous task resource to monitor