by Gabriel Taylor | Dec 7, 2016 | PowerShell
Estimated Reading Time: 6 minutesSummary There are many ways to validate the presence of a [switch] parameter within a PowerShell script or function, but some are definitely better. This post provides a PowerShell function that demonstrates the results of various...
by Jason Rutherford | Jul 29, 2016 | Azure
Estimated Reading Time: 4 minutesHi all, I’ve been spending several of my minutes lately reading and writing to an on-prem SQL DB via a Hybrid Runbook Worker from Azure Auotmation; so I figured I’d share some learnings. In our custom developed solutions...
by Steve Bowman | Feb 4, 2016 | SCCM, Uncategorized
Estimated Reading Time: 8 minutesCollections are a critical part of SCCM 2012. They factor into almost everything from deployments to client settings, to… everything! It just so happens that collections are a unique breed of things that are easy to understand but...
by Gabriel Taylor | Dec 30, 2015 | PowerShell, Uncategorized
Estimated Reading Time: 4 minutesSummary This post describes how to use the “Do…Until” loop in PowerShell scripts. Introduction Happy Holidays, everyone. One truth I’ve encountered in the IT field is that the week between...
by Steve Bowman | Oct 28, 2015 | PowerShell, SCCM
Estimated Reading Time: 6 minutesAn issue arises Like many others, I use Microsoft’s Remote Desktop Connection Manager (RDC Man) daily to connect to the Servers I administer. It is a very elegant tool to use. If you don’t already have it, you can download...