File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docset/winserver2019-ps/iscsi Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ The `Update-IscsiTargetPortal` cmdlet refreshes cached information about an iSCS
4040### Example 1: Update information about an iSCSI target portal
4141
4242This command updates information about the specified iSCSI target portal.
43+ The first command displays target portals by using the ** Get-IscsiTargetPortal** cmdlet.
4344
4445``` PowerShell
4546Get-IscsiTargetPortal
4647```
4748
48- The first command displays target portals by using the ** Get-IscsiTargetPortal** cmdlet.
49-
5049``` Output
5150InitiatorInstanceName :
5251InitiatorNodeAddress :
@@ -58,11 +57,10 @@ TargetPortalAddress : testiSCSI-deepcore
5857TargetPortalPortNumber : 3260
5958```
6059
61- The second command passes the same target portals to the current cmdlet to update them.
62-
6360``` PowerShell
6461Get-IscsiTargetPortal | Update-IscsiTargetPortal
6562```
63+ The second command passes the same target portals to the current cmdlet to update them.
6664
6765## PARAMETERS
6866
You can’t perform that action at this time.
0 commit comments