Skip to content

Remove-OVRemoteSupportPartner

Syntax

Remove-OVRemoteSupportPartner
    [-InputObject] <Object>
    [-ApplianceConnection <Object>]
    [<CommonParameters>]

Description

Use this Cmdlet to remove defined Remote Support partner from a specified or all appliances.

Examples

Example 1

Get-OVRemoteSupportPartner -Name "ABC IT Vendor" -ErrorAction Stop | Remove-OVRemoteSupportPartner

Remove the specified remote support partner from the appliance.

Parameters

-InputObject <Object>

Remote Suport partner resource object, from Get-OVRemoteSupportPartner.

Aliases Partner
Required? True
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-ApplianceConnection <Object>

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

<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 Suport partner resource from Get-OVRemoteSupportPartner.

Return Values

Object with status confirmation the resource was deleted.