We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd307c commit 708b3bbCopy full SHA for 708b3bb
docset/winserver2019-ps/iscsi/Update-IscsiTargetPortal.md
@@ -37,6 +37,7 @@ The **Update-IscsiTargetPortal** cmdlet refreshes cached information about an iS
37
### Example 1: Update information about an iSCSI target portal
38
```PowerShell
39
Get-IscsiTargetPortal
40
+```
41
```Output
42
InitiatorInstanceName :
43
InitiatorNodeAddress :
@@ -46,6 +47,7 @@ IsDataDigest : False
46
47
IsHeaderDigest : False
48
TargetPortalAddress : testiSCSI-deepcore
49
TargetPortalPortNumber : 3260
50
51
52
Get-IscsiTargetPortal | Update-IscsiTargetPortal
53
```
0 commit comments