Get-EntraPartnerInformation

パートナーの会社レベルの情報を取得します。

構文

GetQuery (既定)

Get-EntraPartnerInformation

    [<CommonParameters>]

GetById

Get-EntraPartnerInformation

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

説明

Get-EntraPartnerInformation コマンドレットは、パートナー固有の情報を取得するために使用されます。 このコマンドレットは、パートナー テナントにのみ使用する必要があります。

例 1: パートナー情報を取得する

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        :

このコマンドは、パートナー固有の情報を取得します。

例 2: 特定の 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        :

このコマンドは、パートナー固有の情報を取得します。

-TenantId パラメーターは、操作を実行するテナントの一意の ID を指定します。

パラメーター

-TenantId

操作を実行するテナントの一意の ID。 このパラメーターは、パートナー シナリオAzure AD および MSOnline との互換性を提供します。 TenantID は、サインインしているユーザーのテナント ID です。

パラメーターのプロパティ

型:System.String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

GetById
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:True
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

出力

Company level information outputs