Remove HPOVRemoteSupportPartner - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Remove-HPOVRemoteSupportPartner

Remove Remote Support support and reseller partners.

SYNTAX

Remove-HPOVRemoteSupportPartner [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]

Detailed Description

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

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? true (ByPropertyName)
Accept wildcard characters?    False

-Confirm <>

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

-InputObject <Object>

Remote Suport partner resource object, from Get-HPOVRemoteSupportPartner.

Aliases Partner
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)

Input Types

HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]

Remote Suport partner resource from Get-HPOVRemoteSupportPartner.

Return Values

System.Management.Automation.PSCustomObject

Object with status confirmation the resource was deleted.

Examples

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

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

Remove the specified remote support partner from the appliance.

Related Links


Top

HPE OneView 4.00 Library

Remove-HPOVRemoteSupportPartner

Remove Remote Support support and reseller partners.

SYNTAX

Remove-HPOVRemoteSupportPartner [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]

Detailed Description

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

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? true (ByPropertyName)
Accept wildcard characters?    False

-Confirm <>

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

-InputObject <Object>

Remote Suport partner resource object, from Get-HPOVRemoteSupportPartner.

Aliases Partner
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)

Input Types

HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]

Remote Suport partner resource from Get-HPOVRemoteSupportPartner.

Return Values

System.Management.Automation.PSCustomObject

Object with status confirmation the resource was deleted.

Examples

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

Get-HPOVRemoteSupportPartner -Name 'ABC IT Vendor' -ErrorAction Stop | Remove-HPOVRemoteSupportPartner

Remove the specified remote support partner from the appliance.

Related Links


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