0

I am trying to list all iSCSI connections on my network. I saw a great way of doing this one "Hey, Scripting Guy!" through powershell 3.0, but I need an alternate way. Does anyone have any ideas of how to get an iSCSI connection through commandline?

Jeff
  • 4,285
  • 15
  • 63
  • 115

1 Answers1

0

Figured it out:

psexec @listOfServers.txt -u DOMAIN\user iscsicli ListTargets

Jeff
  • 4,285
  • 15
  • 63
  • 115