Tag Archives: Powershell

PowerShell Magazine Article Live Today

My first ever article on the PowerShell Magazine is now live today! This article talks about my favorite 3 tips for PowerShell. This is a great opportunity that I could not pass up on! Check it out and let me … Continue reading

Posted in News, powershell | Tagged , | Leave a comment

Working With New CmdletBinding Arguments HelpURI,SupportsPaging and PositionalBinding In PowerShell V3

With PowerShell V3 out (still in Beta), there are some new things with the CmdletBinding that includes the following items: HelpURI SupportsPaging PositionalBinding Each of these has their own specific uses and I will dive into each one to show … Continue reading

Posted in powershell, scripts, V3 | Tagged , , , , , | 1 Comment

PoshPAIG 2.0.1 Released

My latest release of PoshPAIG includes some new features such as: New UI Design to make it look cleaner More reporting options Keyboard shortcuts Check for stopped services set to Automatic Options window to change some basic settings I have … Continue reading

Posted in GUI, Modules, powershell | Tagged , , | 1 Comment

Using Background Runspaces Instead of PSJobs For Better Performance

In my previous article, I showed you a function to query remote servers for their network information using background runspaces to speed things up. To follow up on that article based on some questions and comments I received from that … Continue reading

Posted in powershell, scripts | Tagged , , , | 42 Comments

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

Posted in powershell, scripts | Tagged , , , | 19 Comments