你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADUserLicenseDetail
检索用户的许可证详细信息
语法
Get-AzureADUserLicenseDetail
-ObjectId <String>
[<CommonParameters>]
说明
THis cmdlet 检索用户的许可证详细信息
示例
示例 1
PS C:\WINDOWS\system32> Get-AzureADUserLicenseDetail -ObjectId df19e8e6-2ad7-453e-87f5-037f6529ae16
ObjectId ServicePlans
-------- ------------
Hv-1hQIEDECePA-ellMl0cjsRfKvdY5Pth8n2BFN5fM {class ServicePlanInfo {...
Hv-1hQIEDECePA-ellMl0QQrjQe98RFBu9S0sbNUzvQ {class ServicePlanInfo {...
此示例检索通过 ObjectId 参数指定的用户的许可证详细信息
参数
-ObjectId
为其检索许可证详细信息的用户的对象 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |