Skip to content

Commit 4d5fdb9

Browse files
authored
Fix platyps schema violation
1 parent 8144087 commit 4d5fdb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4242
This 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
4546
Get-IscsiTargetPortal
4647
```
4748

48-
The first command displays target portals by using the **Get-IscsiTargetPortal** cmdlet.
49-
5049
```Output
5150
InitiatorInstanceName :
5251
InitiatorNodeAddress :
@@ -58,11 +57,10 @@ TargetPortalAddress : testiSCSI-deepcore
5857
TargetPortalPortNumber : 3260
5958
```
6059

61-
The second command passes the same target portals to the current cmdlet to update them.
62-
6360
```PowerShell
6461
Get-IscsiTargetPortal | Update-IscsiTargetPortal
6562
```
63+
The second command passes the same target portals to the current cmdlet to update them.
6664

6765
## PARAMETERS
6866

0 commit comments

Comments
 (0)