문제

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?

도움이 되었습니까?

해결책

Figured it out:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top