Awards
Books
2013 Powershell Scripting Games
Translate This Blog
-
Recent Posts
Top Posts
- Quick-Hits: Find currently logged on users
- Using PowerShell to Query Web Site Information
- Starting,Stopping and Restarting Remote Services with PowerShell
- Find When a User Was Added or Removed to a Domain Group Using PowerShell and Repadmin
- Updating An Existing Get-ProductKey Function
- WSUS Administrator Module
- Use PowerShell to remove local profiles
- Using Background Runspaces Instead of PSJobs For Better Performance
- PowerShell and Excel: Adding a Chart and Header Filter to a Report
- Converting CSV file or files into an Excel workbook
Archives
Categories
Tags
.net api background jobs book chat codeplex com object deep dive excel file guest blog hash table module network news patches performance pinvoke podcast PoshChat poshpaig poshwsus powercli powerscripting Powershell printers quickhits regex Regular Expressions report runspace scripting games 2012 scripting games 2013 scripting guy scripts TechEd tips updates V3 weather win32API wmi WPF wsus xaml
Tag Archives: network
Speedy Network Information Query Using PowerShell
Taking a page from my Advanced Event 2 script that I used in my Expert Commentary on Hey, Scripting Guy!, I wanted to put something together to query for basic networking information from both local and remote systems and accomplish … Continue reading
Retrieving contents of Hosts file using PowerShell
I decided that I wanted a way to view all of the hosts file on a bunch of servers and see just what is listed. Most of the code is fairly straight-forward where I use Test-Connection and Test-Path to validate … Continue reading
Quick Hits: Test Internet Access
A while back I was having all sorts of internet connection issues with my ISP. The connection would drop and I would have to play the “click refresh” game with my browser and wait until the magical moment when I … Continue reading
Quick Hits: Ping Sweep One Liner
So I was curious as to how many active ip addresses I had on my network and didn’t feel like manually typing “ping <ipaddress>” and wait for it to timeout and then “rinse and repeat”. Along comes Test-Connection and the … Continue reading




