Get-PartnerAgreementDocument

Gets the links to download or view the Microsoft Customer Agreement template.

Syntax

Get-PartnerAgreementDocument
   [-Country <String>]
   [-Language <String>]
   -TemplateId <String>
   [<CommonParameters>]

Description

Gets the links to download or view the Microsoft Customer Agreement template.

Examples

Example 1

PS C:\> Get-PartnerAgreementDocument -TemplateId '<TemplateId>'

Gets the links to download or view the Microsoft Customer Agreement template.

Parameters

-Country

The country of the agreement document.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Language

The language and locale of the agreement document.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TemplateId

The unique identifier of the agreement type.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Agreements.PSAgreementDocument