你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-MsolLicenseOptions
创建许可证选项对象。
语法
New-MsolLicenseOptions
-AccountSkuId <String>
[-DisabledPlans <System.Collections.Generic.List`1[System.String]>]
[<CommonParameters>]
说明
New-MsolLicenseOptions cmdlet 创建许可证选项对象。 使用 Set-MsolUserLicense cmdlet 向用户分配许可证时,此 cmdlet 禁用特定的服务计划。
示例
示例 1:创建许可证选项对象
PS C:\> New-MsolLicenseOptions -AccountSkuId Contoso:BPOS_STANDARD -DisabledPlans EXCHANGE_STANDARD
此命令创建许可证选项对象。 此对象可用于 New-MsolUser 或 Set-MsolUserLicense cmdlet 中的 license options 参数。
参数
-AccountSkuId
指定这些选项的许可证或帐户 SKU ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DisabledPlans
指定在将此许可证分配给用户时要禁用的服务计划列表。
类型: | List<T>[String] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |