Category Archives: powershell

Coming Soon: PowerShell Blogging Week

Beginning March 30th and running until April 4th, a handful of PowerShell MVPs and enthusiasts will be taking part in PowerShell Blogging Week. This is the first time that we are attempting this and what we have in store if … Continue reading

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

Slides and Example Code From Nebraska.Code() Conference Session Available

I had the great opportunity to speak at Nebraska.Code() over the weekend in which I talked about Trend Reporting using PowerShell and SQL. This was a great opportunity and my 1st conference speaking gig that I have done. I appreciate … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

MCPMag Articles on Exploring PowerShell

My series of articles for this month on MCPMag.com talk about exploring PowerShell using a few of the available cmdlets. I’ll update the links as each new article goes live below. Exploring PowerShell, Part 1: Using Get-Command Exploring PowerShell, Part … Continue reading

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

Checking for a TCP Listener Connection

I’ve been spending some time re-writing my PoshChat project to replace various things that I feel could have been written better as well as trying to knock out some of the issues that I had in the beginning but just … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

A Look at Filtering Performance in PowerShell

While working on a script for work, I ran into a situation where I needed to some filtering on a bunch of data and the thought struck me as to what was the quickest approach to performing a filter of … Continue reading

Posted in powershell | Tagged , , | 4 Comments