你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADMSAdministrativeUnit
获取管理单元。
语法
Get-AzureADMSAdministrativeUnit
[-All <Boolean>]
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSAdministrativeUnit
-Id <String>
[-All <Boolean>]
[<CommonParameters>]
说明
Get-AzureADMSAdministrativeUnit cmdlet 获取 Azure Active Directory 管理单元。
示例
示例 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
参数
-All
如果为 true,则返回所有管理单元。 如果为 false,则返回 Top 参数指定的对象数
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Filter
指定 oData v3.0 筛选器语句。 此参数筛选返回的对象。
有关 oData v3.0 筛选器表达式的详细信息,请参阅 https://msdn.microsoft.com/en-us/library/hh169248%28v=nav.90%29.aspx
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Id
指定 Azure Active Directory 中管理单元的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Top
指定要返回的最大记录数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
备注
请参阅 Get-AzureADMSAdministrativeUnit 到 Microsoft Graph PowerShell 的迁移指南。