Skip to content

Commit ab35a65

Browse files
authored
Merge pull request #1393 from sowjanya365/patch-50
Update Get-NetTCPConnection.md
2 parents d4d4c20 + 244592d commit ab35a65

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ Accept wildcard characters: False
116116
```
117117
118118
### -CreationTime
119-
{{Fill CreationTime Description}}
119+
Specifies an array of **DateTime** objects.
120+
To get a **DateTime** object, use the Get-Date cmdlet.
120121
121122
```yaml
122123
Type: DateTime[]
@@ -163,7 +164,7 @@ Accept wildcard characters: False
163164
```
164165
165166
### -OffloadState
166-
{{Fill OffloadState Description}}
167+
Specifies the offload state of a TCP connection.
167168
168169
```yaml
169170
Type: OffloadState[]
@@ -179,7 +180,7 @@ Accept wildcard characters: False
179180
```
180181
181182
### -OwningProcess
182-
{{Fill OwningProcess Description}}
183+
Specifies the PID of the owning process of a TCP connection.
183184
184185
```yaml
185186
Type: UInt32[]

0 commit comments

Comments
 (0)