< Back

Get-PartnerCustomerAgreement

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerCustomerAgreement



SYNOPSIS

Gets confirmation of customer acceptance provided previously.





SYNTAX

Get-PartnerCustomerAgreement [-AgreementType {MicrosoftCloudAgreement | MicrosoftCustomerAgreement}] -CustomerId

<String> [<CommonParameters>]





DESCRIPTION

Gets confirmation of customer acceptance provided previously. This operation is currently supported by Partner

Center in the Microsoft public cloud only.





PARAMETERS

-AgreementType <String>

The type of agreement of being requested.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

Default value None

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.Agreements.PSAgreement







NOTES









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



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



Gets confirmation of customer acceptance provided previously.







RELATED LINKS

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