Get-AzureADUserExtension
사용자 확장을 가져옵니다.
구문
Get-AzureADUserExtension
-ObjectId <String>
[<CommonParameters>]
Description
Get-AzureADUserExtension cmdlet은 Azure AD(Active Directory)에서 사용자 확장을 가져옵니다.
예제
예제 1: 사용자의 확장 특성 검색
PS C:\> $UserId = (Get-AzureADUser -Top 1).ObjectId
PS C:\> Get-AzureADUserExtension -ObjectId $UserId
Key Value
--- -----
odata.metadata https://graph.windows.net/85b5ff1e-0402-400c-9e3c0f9e965325d1$metadata#directoryObjects/Microsoft.Director...
odata.type Microsoft.DirectoryServices.User
deletionTimestamps
signInNames []
companyName
creationType
facsimileTelephoneNumber
isCompromised
refreshTokensValidFromDateTime 11/7/2016 10:11:09 PM
showInAddressList
첫 번째 명령은 Get-AzureADUser(./Get-AzureADUser.md) cmdlet을 사용하여 Azure AD 사용자의 ID를 가져옵니다. 명령은 값을 $UserId 변수에 저장합니다.
두 번째 명령은 $UserId 식별된 사용자에 대해 할당된 값이 있는 모든 확장 특성을 검색합니다.
매개 변수
-ObjectId
개체의 ID를 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |