Skip to content

Commit cfd307c

Browse files
authored
Update Update-IscsiTargetPortal.md
Based on requested change "it would look better if you enclose the commands and output"... The command and output were _already_ enclosed in a "```" block, starting with lines way above the one line that was changed for this patch. But the existing lines were enclosed in a single "```". So, not being clear about what was being asked to be changed, since only the last line within that already existing block was changed... simply added the "Output" tag between the commands and output - but again, that's _way_ above the line that was changed for this patch "patch-2".
1 parent 1d4658e commit cfd307c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ The **Update-IscsiTargetPortal** cmdlet refreshes cached information about an iS
3535
## EXAMPLES
3636

3737
### Example 1: Update information about an iSCSI target portal
38-
```
39-
PS C:\> Get-IscsiTargetPortal
38+
```PowerShell
39+
Get-IscsiTargetPortal
40+
```Output
4041
InitiatorInstanceName :
4142
InitiatorNodeAddress :
4243
InitiatorPortalAddress :
@@ -45,7 +46,8 @@ IsDataDigest : False
4546
IsHeaderDigest : False
4647
TargetPortalAddress : testiSCSI-deepcore
4748
TargetPortalPortNumber : 3260
48-
PS C:\> Get-IscsiTargetPortal | Update-IscsiTargetPortal
49+
```PowerShell
50+
Get-IscsiTargetPortal | Update-IscsiTargetPortal
4951
```
5052

5153
This command updates information about the specified iSCSI target portal.

0 commit comments

Comments
 (0)