Tag Archives: Powershell

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

Dealing with Variables in a WinForm Event Handler: An Alternative to Script Scope

I saw a question  with an answer a while back showing how to work around an issue that had previously worked up until PowerShell V3 involving variables and how they work in an event handler in a WinForm or WPF … Continue reading

Posted in powershell | Tagged , , , | 6 Comments