Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created June 25, 2018 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/97ebd6dd5f55ba91146bae8d7099fb72 to your computer and use it in GitHub Desktop.
Save guitarrapc/97ebd6dd5f55ba91146bae8d7099fb72 to your computer and use it in GitHub Desktop.
&{
while($true)
{
Get-NetTCPConnectionCheck
sleep -Seconds 1
}
} | ConvertTo-Csv -NoTypeInformation | Tee-Object d:\hoge.csv -Append | Format-Table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment