File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
docset/winserver2019-ps/iscsi Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ The **Update-IscsiTargetPortal** cmdlet refreshes cached information about an iS
3535## EXAMPLES
3636
3737### Example 1: Update information about an iSCSI target portal
38+ This command updates information about the specified iSCSI target portal.
3839``` PowerShell
3940Get-IscsiTargetPortal
4041```
42+ The first command displays target portals by using the ** Get-IscsiTargetPortal** cmdlet.
4143``` Output
4244InitiatorInstanceName :
4345InitiatorNodeAddress :
@@ -48,16 +50,11 @@ IsHeaderDigest : False
4850TargetPortalAddress : testiSCSI-deepcore
4951TargetPortalPortNumber : 3260
5052```
53+ The second command passes the same target portals to the current cmdlet to update them.
5154``` PowerShell
5255 Get-IscsiTargetPortal | Update-IscsiTargetPortal
5356```
5457
55- This command updates information about the specified iSCSI target portal.
56-
57- The first command displays target portals by using the ** Get-IscsiTargetPortal** cmdlet.
58-
59- The second command passes the same target portals to the current cmdlet to update them.
60-
6158## PARAMETERS
6259
6360### -AsJob
You can’t perform that action at this time.
0 commit comments