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.
|
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. | |||
feedback
|
|
You can also use PowerShell Remoting to run the command on remote machines. | |||
|
feedback
|
|
You could try using PsExec and execute it remotely. You can even wrap it in PowerShell to run against a host of machines. | |||
|
feedback
|