Powershell – HBA card status

hbapowershell

Is it possible somehow to get status of a HBA card using PowerShell or any other API instead of logging to a server and run "powermt display path"?

Best Answer

You can also use PowerShell Remoting to run the command on remote machines.

Related Topic