Get-PartnerAgreementStatus

Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.

Syntax

Get-PartnerAgreementStatus
   [-TenantId] <String>
   [<CommonParameters>]
Get-PartnerAgreementStatus
   [-MpnId] <String>
   [<CommonParameters>]

Description

Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.

Examples

Example 1

PS C:\> Get-PartnerAgreementStatus -MpnId '999999'

Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.

Example 2

PS C:\> Get-PartnerAgreementStatus -TenantId 'd96a841d-1672-4175-a878-df65b98a8550'

Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.

Parameters

-MpnId

The Microsoft Partner Network (MPN) identifier for the partner.

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

-TenantId

The tenant identifier for the partner.

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

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.Models.Compliance.AgreementSignatureStatus