Get-PartnerAgreementStatus
Gets the status of acceptance of the Microsoft Partner Agreement for the specified partner.
Syntax
ByTenantId (Default)
Get-PartnerAgreementStatus
[-TenantId] <String>
[<CommonParameters>]
ByMpnId
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 'aaaabbbb-0000-cccc-1111-dddd2222eeee'
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ByMpnId
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-TenantId
The tenant identifier for the partner.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ByTenantId
Position: | 0 |
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.