How to check the power status of a remote computer using DASH CLI
Jun 03, 2026
What Is DASH CLI?
DASH CLI is a command-line utility that enables out-of-band management of AMD PRO systems over the network. It communicates through a dedicated manageability channel, allowing administrators to manage a remote computer independently of the operating system state.
This guide explains how to install DASH CLI and use it to query the power state of an AIM‑T–enabled AMD PRO system.
Prerequisites
Before using DASH CLI, Ensure the following requirements are met:
Requirement |
Details |
|---|---|
DASH CLI |
Installed on the IT Admin’s console computer |
AIM-T Manageability |
Enabled in remote computer’s BIOS/UEFI & Provisioned |
Step 1: Download and Install DASH CLI
- Download DASH CLI from the AMD Pro Manageability download page
- Run the installer: dashcli.exe
- Confirm install: dashcli version
Step 2: Query Power State
DASH CLI supports multiple authentication methods. In this example, Digest Authentication is used for simplicity
dashcli -h dash-system -p 664 -S https -a digest -u admin -P adminpass -t computersystem[0] power status
Command Options Explained
Flag |
Meaning |
|---|---|
-h |
Hostname of the remote computer |
-p |
Secure Manageability port (default : 664) |
-S |
Transport protocol (default : https) |
-a |
Authentication Method (default : digest) |
-u / -P |
Digest username and password (configured during provisioning) |
-t |
Profile instance |
power status |
Operation to retrieve the system power state |
Certificate Validation (Optional)
To bypass certificate validation, use -C option.
Output
The command returns the current power state of the remote computer, provided the platform has standby power and the manageability engine is active.
Power state : On
Conclusion
In addition to Digest Authentication shown here, DASH CLI supports Active Directory and certificate‑based authentication, enabling administrators to integrate AMD PRO manageability into existing enterprise security frameworks.
Footnotes
AIM-T is AMD's implementation of the DMTF DASH standard, enabling DASH CLI to manage AMD PRO systems remotely regardless of the operating system state.
AIM-T is AMD's implementation of the DMTF DASH standard, enabling DASH CLI to manage AMD PRO systems remotely regardless of the operating system state.