Tag Archives: Test-Connection

Send PowerShell Reports by Mail

Today I came across a post about pinging a list of computers and send the results as a table via Outlook. Brian is a very smart Active Directory guy so I offered some PowerShell suggestions to make his task even … Continue reading

Posted in PowerShell, Scripting, Train Signal, Windows Server | Tagged , , , , , | 1 Comment

Test-Subnet WinForm

Recently, I posted an entry on how to ping an IP subnet with PowerShell. Using objects in the PowerShell pipeline is a good thing. But sometimes we want a GUI and I figured the ping subnet script would make a … Continue reading

Posted in PowerShell, PrimalForms, Scripting | Tagged , , , , | Leave a comment

Ping IP Range

Last week I came across a post on using PowerShell, or more specifically a .NET Framework class, to ping a range of computers in an IP subnet. The original post by Thomas Maurer is here. I added a comment. And … Continue reading

Posted in PowerShell, PowerShell v2.0 | Tagged , , , , , , , , | 1 Comment

Test Connection Troubles

In this week’s Prof. PowerShell column, I have an article on using the Test-Connection in Windows PowerShell. I thought it was pretty straightforward, but I didn’t take problems into account. I received an email asking what to do about error … Continue reading

Posted in PowerShell, Prof. PowerShell, WMI | Tagged , , , | 4 Comments