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 Gabriel Taylor | Oct 26, 2016 | PowerShell
Estimated Reading Time: 7 minutesSummary Sorting version numbers as strings can fail to order them correctly, but the [Version] type accelerator can be used to sort them correctly. Introduction Here at Model Technology Solutions, we spend a lot of our time writing...
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 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...