你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-MsolUserRole
获取用户所属的管理员角色。
语法
Get-MsolUserRole
-ObjectId <Guid>
[-TenantId <Guid>]
[<CommonParameters>]
Get-MsolUserRole
-UserPrincipalName <String>
[-TenantId <Guid>]
[<CommonParameters>]
说明
Get-MsolUserRole cmdlet 获取指定用户所属的所有管理员角色。 此 cmdlet 还将返回用户通过安全组成员资格成为其成员的角色。
示例
示例 1:获取用户组
PS C:\> Get-MsolUserRole -UserPrincipalName "davidchew@contoso.com"
此命令检索属于 的所有组 davidchew@contoso.com 。
参数
-ObjectId
指定要检索其角色的用户的唯一 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-UserPrincipalName
指定要检索其角色的用户的用户主体名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |