Skip to content

fatdex

Tech and Webcomics

fatdex

Tech and Webcomics

fatdex
  • Home
    • Latest Comic
    • Comic Archives
    • Series Collections (Sub-comics)
    • Chapters
  • Blog
    • IT Blog Archives
    • Blog Roll
    • Movie Review Archives
  • Extra|
    • Process
  • About

Tag: Test-netconnection

Test-NetConnection uses

Posted on February 13, 2024 by Dexter
Test-NetConnection uses

Here’s a handy way to use the cmdlet test-netconnection:

Need to check a continuous connection to an end-point? Use the while loop:

while ($true) {test-netconnection -computername fatdex.ca -port 443 -InformationLevel Detailed}

for the -InformationLevel, you can leave it out, or just use either detailed or quiet

Posted in IT BlogTagged how-to, PowerShell, Scripting, Test-netconnection
Leave a Comment
  • Redragon K618 Horus
  • Redragon K530 Draconic
  • Redragon K599 Deimos
  • Redragon K582 Surara
  • The search for the perfect keyboard
(c) fatdex