From 244592dace1ecd1fe83ba59cb5fde8c0c7934eed Mon Sep 17 00:00:00 2001 From: sowjanya365 <48252408+sowjanya365@users.noreply.github.com> Date: Mon, 30 Sep 2019 20:23:29 +0530 Subject: [PATCH] Update Get-NetTCPConnection.md Issue - "fill in the blank" assignments - Description has been updated now. --- docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md b/docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md index a51a6454ba..326e675752 100644 --- a/docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md +++ b/docset/winserver2012r2-ps/nettcpip/Get-NetTCPConnection.md @@ -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[] @@ -163,7 +164,7 @@ Accept wildcard characters: False ``` ### -OffloadState -{{Fill OffloadState Description}} +Specifies the offload state of a TCP connection. ```yaml Type: OffloadState[] @@ -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[]