iSCSI Manager

iSCSI Manager (iscsicli.exe command) allows you to use the Microsoft iSCSI initiator without the GUI. Making it the perfect tool for scripting the iSCSI connections (Hyper-V Server shared storage). If you know the ip-address of your iSCSI storage and the IQN of the LUN you want to use (though it can be found with the command), you are all set to set up the connection and use your shared storage.

Examples:

To list all available iSCSI targets:

iscsicli.exe ListTargets

To login to the particular target:

iscsicli.exe QloginTarget [target-iqn]

Read more detailed information on iscsicli.exe command-line tool usage here