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"?

Thanks.

link|improve this question
Which make/model of HBA? – Chopper3 Nov 21 '10 at 18:21
feedback

2 Answers

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

link|improve this answer
feedback

You could try using PsExec and execute it remotely. You can even wrap it in PowerShell to run against a host of machines.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown