< Back
New-PartnerCustomerAgreement
Post
NAME New-PartnerCustomerAgreement
SYNOPSIS
Confirms the customer acceptance of the Microsoft Cloud agreement.
SYNTAX
New-PartnerCustomerAgreement -AgreementType {MicrosoftCloudAgreement | MicrosoftCustomerAgreement} -ContactEmail
<String> -ContactFirstName <String> -ContactLastName <String> [-ContactPhoneNumber <String>] -CustomerId <String>
[-DateAgreed <DateTime>] -TemplateId <String> [<CommonParameters>]
DESCRIPTION
Confirms the customer acceptance of the Microsoft Cloud agreement.
PARAMETERS
-AgreementType <String>
The type of agreement being accepted.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactEmail <String>
The email address of the primary contact of the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactFirstName <String>
The first name of the primary contact of the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactLastName <String>
The last name of the primary contact of the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactPhoneNumber <String>
The phone number of the primary contact of the customer.
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
-DateAgreed <DateTime>
The date the agreement was signed.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-TemplateId <String>
The identifier for the template.
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:\\> New-PartnerCustomerAgreement -AgreementType MicrosoftCloudAgreement -ContactEmail 'jdoe@customer.com'
-ContactFirstName 'Jane' -ContactLastName 'Doe' -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -TemplateId
'998b88de-aa99-4388-a42c-1b3517d49490'
Confirms the customer acceptance of the Microsoft Cloud agreement.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... rAgreement
SYNOPSIS
Confirms the customer acceptance of the Microsoft Cloud agreement.
SYNTAX
New-PartnerCustomerAgreement -AgreementType {MicrosoftCloudAgreement | MicrosoftCustomerAgreement} -ContactEmail
<String> -ContactFirstName <String> -ContactLastName <String> [-ContactPhoneNumber <String>] -CustomerId <String>
[-DateAgreed <DateTime>] -TemplateId <String> [<CommonParameters>]
DESCRIPTION
Confirms the customer acceptance of the Microsoft Cloud agreement.
PARAMETERS
-AgreementType <String>
The type of agreement being accepted.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactEmail <String>
The email address of the primary contact of the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactFirstName <String>
The first name of the primary contact of the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactLastName <String>
The last name of the primary contact of the customer.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ContactPhoneNumber <String>
The phone number of the primary contact of the customer.
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
-DateAgreed <DateTime>
The date the agreement was signed.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-TemplateId <String>
The identifier for the template.
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:\\> New-PartnerCustomerAgreement -AgreementType MicrosoftCloudAgreement -ContactEmail 'jdoe@customer.com'
-ContactFirstName 'Jane' -ContactLastName 'Doe' -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -TemplateId
'998b88de-aa99-4388-a42c-1b3517d49490'
Confirms the customer acceptance of the Microsoft Cloud agreement.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... rAgreement