-
Notifications
You must be signed in to change notification settings - Fork 52
Remove HPOVRemoteSupportPartner
Remove Remote Support support and reseller partners.
Remove-HPOVRemoteSupportPartner [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]
Use this Cmdlet to remove defined Remote Support partner from a specified or all appliances.
-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)
HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]
Remote Suport partner resource from Get-HPOVRemoteSupportPartner.
System.Management.Automation.PSCustomObject
Object with status confirmation the resource was deleted.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVRemoteSupportPartner -Name "ABC IT Vendor" -ErrorAction Stop | Remove-HPOVRemoteSupportPartner
Remove the specified remote support partner from the appliance.
Remove Remote Support support and reseller partners.
Remove-HPOVRemoteSupportPartner [-InputObject] <Object>[ [-ApplianceConnection] <Object>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]
Use this Cmdlet to remove defined Remote Support partner from a specified or all appliances.
-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)
HPOneView.Appliance.RemoteSupport.Partner [System.Management.Automation.PSCustomObject]
Remote Suport partner resource from Get-HPOVRemoteSupportPartner.
System.Management.Automation.PSCustomObject
Object with status confirmation the resource was deleted.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVRemoteSupportPartner -Name 'ABC IT Vendor' -ErrorAction Stop | Remove-HPOVRemoteSupportPartner
Remove the specified remote support partner from the appliance.