Monthly Archives: March 2015

Introducing PoshRSJob as an Alternative to PowerShell Jobs

Maybe you have heard me blogging, speaking or tweeting off and on about using runspaces (or runspacepools) as a means to run tasks in the background vs. using PowerShell Jobs (PSJobs) (Start-Job, Get-Job, etc…). While I have seen a lot … Continue reading

Posted in powershell | Tagged , , , , | 44 Comments

Checking For Disconnected Connections with TCPListener Using PowerShell

Working on my PoshChat project, one of the things that I was dealing with was handling connections that was disconnected through different means other than just the client disconnecting on its own such as a client being rebooted or the … Continue reading

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

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