New-MsolLicenseOptions
建立 License Options 物件。
語法
New-MsolLicenseOptions
-AccountSkuId <String>
[-DisabledPlans <System.Collections.Generic.List`1[System.String]>]
[<CommonParameters>]
Description
New-MsolLicenseOptions Cmdlet 會建立 License Options 物件。 此 Cmdlet 會在使用 Set-MsolUserLicense Cmdlet 指派授權時停用特定服務方案。
範例
範例 1:建立授權選項物件
PS C:\> New-MsolLicenseOptions -AccountSkuId Contoso:BPOS_STANDARD -DisabledPlans EXCHANGE_STANDARD
此命令會建立授權選項物件。 這個物件可用於 New-MsolUser 或 Set-MsolUserLicense Cmdlet 中的授權選項參數。
參數
-AccountSkuId
指定這些選項的授權或帳戶 SKU 識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-DisabledPlans
指定要在指派此授權給使用者時停用的服務方案清單。
類型: | List<T>[String] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |