你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-MsolAdministrativeUnit
从 Azure Active Directory 获取管理单元。
语法
Get-MsolAdministrativeUnit
[-UserObjectId <Guid>]
[-UserPrincipalName <String>]
[-SearchString <String>]
[-MaxResults <Int32>]
[-TenantId <Guid>]
[<CommonParameters>]
Get-MsolAdministrativeUnit
-ObjectId <Guid>
[-TenantId <Guid>]
[<CommonParameters>]
Get-MsolAdministrativeUnit
[-UserObjectId <Guid>]
[-UserPrincipalName <String>]
[-SearchString <String>]
[-All]
[-TenantId <Guid>]
[<CommonParameters>]
说明
Get-MsolAdministrativeUnit cmdlet 从 Azure Active Directory 获取管理单元。
示例
示例 1:获取所有管理单元
PS C:\> Get-MsolAdministrativeUnit
此命令获取当前经过身份验证的用户的租户中的所有管理单元。
示例 2:按名称获取管理单元
PS C:\> Get-MsolAdministrativeUnit -SearchString "West Coast"
此命令获取名为“西海岸”的管理单元。
示例 3:按用户主体名称获取管理单元
Get-MsolAdministrativeUnit -UserPrincipalName "pattifuller@contoso.com"
此命令获取作为成员 pattifuller@contoso.com 的管理单元。
参数
-All
指示此 cmdlet 返回它找到的所有结果。 不要指定此参数和 MaxResults 参数。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MaxResults
指定此 cmdlet 返回的最大结果数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ObjectId
指定要返回的管理单元的唯一 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-SearchString
指定字符串。 此 cmdlet 返回显示名称以此字符串开头的管理单元。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-UserObjectId
指定用户的唯一 ID。 此 cmdlet 返回此用户所属的管理单元。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UserPrincipalName
指定用户主体名称。 此 cmdlet 返回此用户所属的管理单元。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |