Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Command PowerShell 提供者進階電池充電功能

Summary: 瞭解如何從專家和同儕部署、管理、安全及虛擬化 BYOD、企業用戶端和行動解決方案。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

受影響的產品:

  • Dell Command | PowerShell Provider

Cause

不適用

Resolution

進階電池計量可有效提高電池效能狀況,同時仍支援工作日的重度使用。基本上,進階電池充電功能會使用 ExpressCharge 來加速從 一天開始的 電池充電速度,並持續至 工作期間。在所有其他情況下,標準充電用於最大電池效能狀況。BIOS 會顯示此功能。

很清楚,使用者會針對一周的每一天提供欄位「開始」和「工作期間」,並且有一個核取方塊來啟用/停用此功能,適用于一周中的所有天數。使用者可以設定時間並設定使用 ExpressCharge 的工作期間。

Dell Command |PowerShell 提供者 (DCPP) 已努力遵守盡可能在 F2 畫面附近提供此功能。DCPP 提供兩個屬性,使用者可透過這兩個屬性取得並設定進階電池充電,即 AdvancedBatteryChargeCfgAdvancedBatteryChargeConfiguration。如下圖 1 所示:


進階電池充電組態圖 1:(僅限英文)進階電池充電組態

AdvancedBatteryChargeCfg 是一種簡單的列舉屬性,僅會分別取 用 Enabled (已啟用) 和 Disabled (已啟用) 和 「 Disabled」值,以啟用或停用進階電池充電功能。設定此屬性的範例如下所示:


SLN312121_en_US__2i_11728_img2_DS-v1圖 2:(僅限英文)啟用尖峰轉移

AdvancedBatteryChargeConfiguration 是一種較為複雜的屬性,可為類似 BIOS 的使用者提供介面,使用者可透過該介面取得並設定進階電池充電資料。

Dir AdvancedBatteryChargeConfiguration|select – ExpandProperty CurrentValue

若要在一周中指定的一天設定資料:

Set-item AdvancedBatteryChargeConfiguration Sunday – BeginningOfDay "13:45" –WorkPeriod "1:30"

使用者已將周日的進階電池充電資料設定為「13:45」,並將工作持續時間設為「1:30」。

注意:
  • 驗證該分鐘必須為 15 的倍數,即 0、15、30 和 45。
  • 如果已設定系統密碼或管理員密碼,則必須隨附 –密碼交換器。
  • 範例如下:
    Set-item AdvancedBatteryChargeConfiguration Sunday – BeginningOfDay "13:45" –WorkPeriod "1:30" –Password mySysPassword
    

Additional Information

Article Properties


Affected Product

Dell Command | Powershell Provider

Last Published Date

11 Sep 2023

Version

6

Article Type

Solution