Get-AzureADMSUser
取得使用者。
語法
Get-AzureADMSUser
[-All <Boolean>]
[-Top <Int32>]
[-Select <String>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSUser
[-SearchString <String>]
[-All <Boolean>]
[<CommonParameters>]
Get-AzureADMSUser
-Id <String>
[-All <Boolean>]
[-Select <String>]
[<CommonParameters>]
Description
取得 Azure Active Directory (Azure AD) 中的使用者。
範例
範例 1
PS C:\> Get-AzureADMSUser -Filter "UserPrincipalName eq 'TestUser@example.com'"
依用戶主體名稱取得使用者。
範例 2
PS C:\> $user1 = Get-AzureADMSUser -Id dbb22700-a7de-4372-ae78-0098ee60e55e -Select CustomSecurityAttributes
PS C:\> $user1.CustomSecurityAttributes
列出使用者的自定義安全性屬性指派。
參數
-All
如果為 true,則傳回所有使用者。 如果為 false,則傳回 Top 參數所指定的物件數目
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Filter
指定 oData v3.0 filter 語句。 此參數可控制要傳回的物件。 如需使用 oData 查詢的詳細數據,請參閱這裡。 http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Id
指定 Azure AD 中使用者的識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SearchString
指定搜尋字串。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Select
指定要在 物件上傳回的屬性。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Top
指定要傳回的記錄數目上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
Nullable<T>[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Nullable<T>[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]