< Back

Remove-PartnerResellerRelationship

Sat Jan 18, 2020 6:36 pm

NAME Remove-PartnerResellerRelationship



SYNOPSIS

Removes the reseller relationship between the specified customer and the partner.





SYNTAX

Remove-PartnerResellerRelationship -CustomerId <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Removes the reseller relationship between the specified customer and the partner. You must first ensure that any

active Azure Reserved VM Instances for that customer are cancelled. This command will suspend all active

subscriptions.





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.Customers.PSCustomer







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Remove-PartnerResellerRelationship -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'



Removes the reseller relationship between the specified customer and the partner.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... lationship