Get-MsolPartnerInformation
Updated: July 30, 2015
Applies To: Azure, Office 365, Windows Intune
Note
- The cmdlets were previously known as the Microsoft Online Services Module for Windows PowerShell cmdlets.
The Get-MsolPartnerInformation cmdlet is used to retrieve partner-specific information. This cmdlet should only be used for partner tenants.
Syntax
Get-MsolPartnerInformation [-TenantId <Guid>] [<CommonParameters>]
Parameters
-TenantId <Guid>
The unique ID of the tenant to perform the operation on. If this is
not provided, then the value will default to the tenant of the current
user. This parameter is only applicable to partner users.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".
Examples
The cmdlet will return the following company level information:
CompanyType - The type of this company (can be partner or regular tenant)
DapEnabled - flag to determine if the partner has delegated admin privlidges.
PartnerCompanyName - the name of the company
PartnerSupportTelephones - Support Telephone numbers for the partner.
PartnerSupportEmails - Support E-Mail address for the partner.
PartnerCommerceUrl - URL for the partner's commerce web site.
PartnerSupportUrl - URL for the Partner's support website.
PartnerHelpUrl - URL for the partner's help web site.
Example 1
The following command displays any available partner information.
Get-MsolPartnerInformation
Additional Resources
There are several other places you can get more information and help. These include: