Get-AzureADMSApplicationExtensionProperty

애플리케이션 개체의 확장 속성 목록을 검색합니다.

구문

Get-AzureADMSApplicationExtensionProperty
   -ObjectId <String>
   [<CommonParameters>]

Description

애플리케이션 개체의 확장 속성 목록을 검색합니다.

예제

예제 1: 확장 속성 가져오기

PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"

          ObjectId                             Name                                                    TargetObjects
          --------                             ----                                                    -------------
          344ed560-f8e7-410e-ab9f-c795a7df5c36 extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}

이 명령은 Azure Active Directory에서 지정된 애플리케이션에 대한 확장 속성을 가져옵니다.

매개 변수

-ObjectId

개체별 Azure Active Directory 개체의 고유 식별자

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:True
와일드카드 문자 허용:False

입력

string

출력

Microsoft.Open.MSGraph.Model.GetExtensionPropertiesResponse