Get-MsolPartnerInformation

Gets company-level information for partners.

Syntax

Get-MsolPartnerInformation
   [-TenantId <Guid>]
   [<CommonParameters>]

Description

The Get-MsolPartnerInformation cmdlet gets partner-specific information. This cmdlet should only be used for partner tenants.

Parameters

-TenantId

Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Outputs

This cmdlet returns the following company level information:

  • CompanyType. The type of this company (can be partner or regular tenant).

  • DapEnabled. Whether the partner has delegated admin privileges.

  • 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.