你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>]
说明
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 为其获取用户的角色的唯一对象 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SearchString
指定字符串。 此 cmdlet 返回以此字符串开头的用户。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |