HOTSPOT
You run Get-ISCSIServerTarget and you receive the following output.
Use the drop-down menus to select the answer choice that completes each statement.
Hot Area:

Explanation:
The Get-IscsiServerTarget command obtains iSCSI targets and their associated properties.
* Usually, an iSCSI participant can be defined by three or four fields:
Hostname or IP Address (e.g., “iscsi.example.com”)
Port Number (e.g., 3260)
iSCSI Name (e.g., the IQN “iqn.2003-01.com.ibm:00.fcd0ab21.shark128”)
An optional CHAP Secret (e.g., “secretsarefun”)
-iSCSI Qualified Name (IQN)
the fields are:
literal iqn (iSCSI Qualified Name)
date (yyyy-mm) that the naming authority took ownership of the domain
reversed domain name of the authority (e.g. org.alpinelinux, com.example, to.yp.cr)
Optional “:” prefixing a storage target name specified by the naming authority.
* -InitiatorId<InitiatorId>
Specifies the iSCSI initiator identifiers (IDs) to which the iSCSI target is assigned.
Use this parameter to filter out the iSCSI Server Target object which can be accessed by the given iSCSIinitiator.
The format of this parameter is IdType:Value.
The acceptable values for this parameter are: DNSName, IPAddress, IPv6Address, IQN, or MACAddress.
https://en.wikipedia.org/wiki/ISCSI
http://techgenix.com/configuring-iscsi-storage-part3/
iqn.1991-05.com.microsoft:
Similarly, a target IQN has the following form:
iqn.1991-05.com.microsoft:–target
Server3.adantum.com
IndicatorIds
0
1
iqn.1991-05.com.microsoft:–target
this is correct
0
0
iqn.1991-05.com.microsoft: – -target
0
0
what is wrong with this script
iqn.1991-05.com.microsoft: name_of_target_server – name_of_target -target
0
0
You got the IQN format of a target correct, I guess.
The questions ask us what to enter as the target to discover TARGET1. On the iSCSI Initiator Properties, the first tab, Targets, allows you to specify a target that you would like to quick connect to. The value that you will enter here is either the IP address or the FQDN of the target server. Same thing if you go over to the Discovery tab, you must enter the discover portal, which also requests that you enter the IP address or FQDN. If the question were asking us for the value of target1, then the answer would have been the full IQN, which actually has a typo in the provided answer. The other answer is the Initiatorid, because it must be added to the target before you can add a target to the initiator. I don’t think the reversechapname matters in this case because the first thing that must be provided in the target properties is the initiatorid; we are being asked for the first thing.
TLDR:
server3.adatum.com
InitiatorIds
2
0