Share via


Get-PartnerAgreementDocument

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

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Language

The language and locale of the agreement document.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TemplateId

The unique identifier of the agreement type.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

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