你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADMSAttributeSet
获取属性集的列表。
语法
Get-AzureADMSAttributeSet []
Get-AzureADMSAttributeSet
-Id <String>
[<CommonParameters>]
说明
获取 Azure Active Directory (Azure AD) 属性集的列表。
示例
示例 1
Get-AzureADMSAttributeSet
获取所有属性集。
示例 2
Get-AzureADMSAttributeSet -Id "Engineering"
获取属性集。
- 属性集:
Engineering
参数
-Id
Azure AD 属性集对象的唯一标识符。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |