你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADObjectSetting
获取对象设置。
语法
Get-AzureADObjectSetting
-TargetType <String>
-TargetObjectId <String>
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
Get-AzureADObjectSetting
-TargetType <String>
-TargetObjectId <String>
-Id <String>
[-All <Boolean>]
[<CommonParameters>]
说明
Get-AzureADObjectSetting cmdlet 从 Azure Active Directory (AD) 获取对象设置。
参数
-All
如果为 true,则返回所有对象设置。 如果为 false,则返回 Top 参数指定的对象数
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Id
指定设置对象的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TargetObjectId
指定目标对象的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TargetType
指定目标类型。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Top
指定要返回的最大记录数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
备注
请参阅 Get-AzureADObjectSetting 到 Microsoft Graph PowerShell 的迁移指南。