< Back
Get-PartnerAgreementStatus
Post
NAME Get-PartnerAgreementStatus
SYNOPSIS
Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.
SYNTAX
Get-PartnerAgreementStatus [-MpnId] <String> [<CommonParameters>]
Get-PartnerAgreementStatus [-TenantId] <String> [<CommonParameters>]
DESCRIPTION
Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.
PARAMETERS
-MpnId <String>
The Microsoft Partner Network (MPN) identifier for the partner.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-TenantId <String>
The tenant identifier for the partner.
Required? true
Position? 0
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.Models.Compliance.AgreementSignatureStatus
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... mentStatus
SYNOPSIS
Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.
SYNTAX
Get-PartnerAgreementStatus [-MpnId] <String> [<CommonParameters>]
Get-PartnerAgreementStatus [-TenantId] <String> [<CommonParameters>]
DESCRIPTION
Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.
PARAMETERS
-MpnId <String>
The Microsoft Partner Network (MPN) identifier for the partner.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-TenantId <String>
The tenant identifier for the partner.
Required? true
Position? 0
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.Models.Compliance.AgreementSignatureStatus
NOTES
-------------------------- 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.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... mentStatus