< Back

Get-PartnerMpnProfile

Sat Jan 18, 2020 6:32 pm

NAME Get-PartnerMpnProfile



SYNOPSIS

Gets the partner MPN from Partner Center.





SYNTAX

Get-PartnerMpnProfile [-MpnId <String>] [<CommonParameters>]





DESCRIPTION

Gets the partner MPN from Partner Center.





PARAMETERS

-MpnId <String>

The partner's MPN identifier.



Required? false

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.Partners.PSMpnProfile







NOTES









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



PS C:\\> Get-PartnerMpnProfile



Gets the partner MPN from Partner Center.







RELATED LINKS

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