Skip to content

Commit 2db5cf5

Browse files
authored
Update Update-IscsiTargetPortal.md
1 parent 708b3bb commit 2db5cf5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docset/winserver2019-ps/iscsi/Update-IscsiTargetPortal.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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
3940
Get-IscsiTargetPortal
4041
```
42+
The first command displays target portals by using the **Get-IscsiTargetPortal** cmdlet.
4143
```Output
4244
InitiatorInstanceName :
4345
InitiatorNodeAddress :
@@ -48,16 +50,11 @@ IsHeaderDigest : False
4850
TargetPortalAddress : testiSCSI-deepcore
4951
TargetPortalPortNumber : 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

0 commit comments

Comments
 (0)