< Back

Get-PartnerAgreementDocument

Sat Jan 18, 2020 6:26 pm

NAME Get-PartnerAgreementDocument



SYNOPSIS

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.





PARAMETERS

-Country <String>

The country of the agreement document.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Language <String>

The language and locale of the agreement document.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-TemplateId <String>

The unique identifier of the agreement type.



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.PSAgreementDocument







NOTES









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



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



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







RELATED LINKS

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