Get-AzureADObjectByObjectId

objectIds 매개 변수로 지정된 개체를 검색합니다.

Syntax

Get-AzureADObjectByObjectId
   -ObjectIds <System.Collections.Generic.List`1[System.String]>
   [-Types <System.Collections.Generic.List`1[System.String]>]
   [<CommonParameters>]

Description

objectIds 매개 변수로 지정된 개체를 검색합니다.

예제

예 1

PS C:\WINDOWS\system32> Get-AzureADObjectByObjectId -ObjectIds 2af3478a-27da-4837-a387-b22b3fb236a8, c4fdf87f-f68e-4859-8bcf-36579b66005e

ObjectId                             AppId                                DisplayName
--------                             -----                                -----------
c4fdf87f-f68e-4859-8bcf-36579b66005e 71715b24-8cdd-432b-a138-86e8ad179274 Woodgrove HR App

DeletionTimeStamp                   :
ObjectId                            : 2af3478a-27da-4837-a387-b22b3fb236a8
ObjectType                          : DeviceConfiguration
PublicIssuerCertificates            : {}
CloudPublicIssuerCertificates       : {}
RegistrationQuota                   : 20
MaximumRegistrationInactivityPeriod : 90

이 예제에서는 ObjectIds 매개 변수 값으로 지정된 두 개의 개체(DeviceConfiguration 개체 및 Application 개체)를 검색합니다.

매개 변수

-ObjectIds

개체가 검색되는 쉼표로 구분된 하나 이상의 개체 ID

Type:List<T>[String]
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Types

cmdlet이 반환하는 개체의 형식을 지정합니다.

Type:List<T>[String]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

입력

None

출력

Object

참고

Microsoft Graph PowerShell 로의 Get-AzureADObjectByObjectId 마이그레이션 가이드 를 참조하세요.