Get-EntraPartnerInformation

Hiermee haalt u informatie op bedrijfsniveau voor partners op.

Syntax

GetQuery (Standaard)

Get-EntraPartnerInformation

    [<CommonParameters>]

GetById

Get-EntraPartnerInformation

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

Description

De Get-EntraPartnerInformation cmdlet wordt gebruikt om partnerspecifieke informatie op te halen. Deze cmdlet mag alleen worden gebruikt voor partnertenants.

Voorbeelden

Voorbeeld 1: Partnergegevens ophalen

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        :

Met deze opdracht worden partnerspecifieke gegevens opgehaald.

Voorbeeld 2: Partnergegevens ophalen met specifieke 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        :

Met deze opdracht worden partnerspecifieke gegevens opgehaald.

-TenantId Parameter geeft een unieke id van de tenant op waarop de bewerking moet worden uitgevoerd.

Parameters

-TenantId

De unieke id van de tenant waarop de bewerking moet worden uitgevoerd. Deze parameter biedt compatibiliteit met Azure AD en MSOnline voor partnerscenario's. TenantID is de tenant-id van de aangemelde gebruiker.

Parametereigenschappen

Type:System.String
Default value:None
Ondersteunt jokertekens:False
DontShow:False

Parametersets

GetById
Position:Named
Verplicht:False
Waarde uit pijplijn:False
Waarde uit pijplijn op eigenschapsnaam:True
Waarde van resterende argumenten:False

CommonParameters

Deze cmdlet ondersteunt de algemene parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction en -WarningVariable. Zie about_CommonParametersvoor meer informatie.

Uitvoerwaarden

Company level information outputs