Get-EntraPartnerInformation

Ruft Informationen auf Unternehmensebene für Partner ab.

Syntax

GetQuery (Standard)

Get-EntraPartnerInformation

    [<CommonParameters>]

GetById

Get-EntraPartnerInformation

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

Beschreibung

Das Get-EntraPartnerInformation Cmdlet wird verwendet, um partnerspezifische Informationen abzurufen. Dieses Cmdlet sollte nur für Partnermandanten verwendet werden.

Beispiele

Beispiel 1: Abrufen von Partnerinformationen

Connect-Entra -Scopes 'Organization.Read.All'
Get-EntraPartnerInformation
PartnerCompanyName       : Contoso
companyType              :
PartnerSupportTelephones : {12123, +1911}
PartnerSupportEmails     : {}
PartnerHelpUrl           : http://www.help.contoso.com
PartnerCommerceUrl       :
ObjectID                 : bbbbbbbb-1111-2222-3333-cccccccccccc
PartnerSupportUrl        :

Mit diesem Befehl werden partnerspezifische Informationen abgerufen.

Beispiel 2: Abrufen von Partnerinformationen mit einer bestimmten TenantId

Connect-Entra -Scopes 'Organization.Read.All'
$tenantId = (Get-EntraContext).TenantId
Get-EntraPartnerInformation -TenantId $tenantId
PartnerCompanyName       : Contoso
companyType              :
PartnerSupportTelephones : {12123, +1911}
PartnerSupportEmails     : {}
PartnerHelpUrl           : http://www.help.contoso.com
PartnerCommerceUrl       :
ObjectID                 : bbbbbbbb-1111-2222-3333-cccccccccccc
PartnerSupportUrl        :

Mit diesem Befehl werden partnerspezifische Informationen abgerufen.

-TenantId Der Parameter gibt die eindeutige ID des Mandanten an, für den der Vorgang ausgeführt werden soll.

Parameter

-TenantId

Die eindeutige ID des Mandanten, für den der Vorgang ausgeführt werden soll. Dieser Parameter bietet Kompatibilität mit Azure AD und MSOnline für Partnerszenarien. TenantID ist die Mandanten-ID des angemeldeten Benutzers.

Parametereigenschaften

Typ:System.String
Standardwert:None
Unterstützt Platzhalter:False
Nicht anzeigen:False

Parametersätze

GetById
Position:Named
Obligatorisch:False
Wert aus Pipeline:False
Wert aus Pipeline nach dem Eigenschaftsnamen:True
Wert aus verbleibenden Argumenten:False

CommonParameters

Dieses Cmdlet unterstützt die allgemeinen Parameter -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction und -WarningVariable. Weitere Informationen findest du unter about_CommonParameters.

Ausgaben

Company level information outputs