Get-MsolUserByStrongAuthentication
根據強身份驗證類型取得使用者。
語法
Get-MsolUserByStrongAuthentication
[-RoleObjectId <Guid>]
[-Requirements <StrongAuthenticationRequirement[]>]
[-RequirementUnsetOnly]
[-SearchString <String>]
[-MaxResults <Int32>]
[-TenantId <Guid>]
[<CommonParameters>]
Get-MsolUserByStrongAuthentication
[-RoleObjectId <Guid>]
[-Requirements <StrongAuthenticationRequirement[]>]
[-RequirementUnsetOnly]
[-SearchString <String>]
[-All]
[-TenantId <Guid>]
[<CommonParameters>]
Description
Get-MsolUserByStrongAuthentication Cmdlet 會根據強身份驗證類型取得 Azure Active Directory 中的使用者。
參數
-All
表示這個 Cmdlet 會傳回它找到的所有結果。 請勿指定此參數和 MaxResults 參數。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-MaxResults
指定這個 Cmdlet 傳回的結果數目上限。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Requirements
指定此 Cmdlet 取得使用者的強式驗證需求陣列。
類型: | StrongAuthenticationRequirement[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RequirementUnsetOnly
表示這個 Cmdlet 只會取得沒有強式驗證需求的使用者。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RoleObjectId
指定這個 Cmdlet 取得使用者之角色的唯一物件識別碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SearchString
指定字串。 此 Cmdlet 會傳回以這個字串開頭的使用者。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-TenantId
指定要執行作業之租使用者的唯一標識符。 預設值是目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |