Get-AzureADSubscribedSku
取得 Microsoft 服務的訂閱 SKU。
語法
Get-AzureADSubscribedSku
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Get-AzureADSubscribedSku
-ObjectId <String>
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Description
Get-AzureADSubscribedSku Cmdlet 會訂閱 Microsoft 服務的 SKU。
範例
範例 1:取得訂閱的 SKU
PS C:\>Get-AzureADSubscribedSku
ObjectId SkuPartNumber PrepaidUnits ConsumedUnits
-------- ------------- ------------ -------------
85b5ff1e-0402-400c-9e3c-0f9e965325d1_078d2b04-f1bd-4111-bbd4-b4b1b354cef4 AAD_PREMIUM class LicenseUnitsDetail {...
6
85b5ff1e-0402-400c-9e3c-0f9e965325d1_f245ecc8-75af-4f8e-b61f-27d8114de5f3 O365_BUSINESS_PREMIUM class LicenseUnitsDetail {...
24
此命令會取得訂閱的 SKU。
參數
-InformationAction
指定此 Cmdlet 如何回應資訊事件。 此參數可接受的值為:
- 繼續
- 忽略
- 詢問
- SilentlyContinue
- Stop
- 暫止
類型: | ActionPreference |
別名: | infa |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InformationVariable
指定資訊變數。
類型: | String |
別名: | iv |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ObjectId
SKU 的物件識別碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
備註
請參閱 Get-AzureADSubscribedSku 至 Microsoft Graph PowerShell 的移轉指南。