Remove HPOVRemoteSupportContact - HewlettPackard/POSH-HPEOneView GitHub Wiki
Remove a Remote Support contact.
Remove-HPOVRemoteSupportContact [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]Use this Cmdlet to remove an existing Remote Support Contact. 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.
-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 |
-Confirm <>
| Aliases | cf |
| Required? | |
| Position? | named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-Contact] The contacts first or given name.
| Aliases | Contact |
| Required? | true |
| Position? | named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| Accept wildcard characters? | False |
-WhatIf <>
| Aliases | wi |
| Required? | |
| 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)
HPOneView.Appliance.RemoteSupport.Contact [System.Management.Automation.PSCustomObject]
A Remote Support Contact from Get-HPOVRemoteSupportContact.
System.Management.Automation.PSCustomObject
Resource deleted response.
-------------------------- 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.
Remove a Remote Support contact.
Remove-HPOVRemoteSupportContact [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]Use this Cmdlet to remove an existing Remote Support Contact. 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.
-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 |
-Confirm <>
| Aliases | cf |
| Required? | |
| Position? | named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-Contact] The contacts first or given name.
| Aliases | Contact |
| Required? | true |
| Position? | named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| Accept wildcard characters? | False |
-WhatIf <>
| Aliases | wi |
| Required? | |
| 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)
HPOneView.Appliance.RemoteSupport.Contact [System.Management.Automation.PSCustomObject]
A Remote Support Contact from Get-HPOVRemoteSupportContact.
System.Management.Automation.PSCustomObject
Resource deleted response.
-------------------------- 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.