Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ Accept wildcard characters: False
```

### -CreationTime
{{Fill CreationTime Description}}
Specifies an array of **DateTime** objects.
To get a **DateTime** object, use the Get-Date cmdlet.

```yaml
Type: DateTime[]
Expand Down Expand Up @@ -163,7 +164,7 @@ Accept wildcard characters: False
```

### -OffloadState
{{Fill OffloadState Description}}
Specifies the offload state of a TCP connection.

```yaml
Type: OffloadState[]
Expand All @@ -179,7 +180,7 @@ Accept wildcard characters: False
```

### -OwningProcess
{{Fill OwningProcess Description}}
Specifies the PID of the owning process of a TCP connection.

```yaml
Type: UInt32[]
Expand Down