by William Bracken | Jan 26, 2017 | PowerShell, SCCM
Estimated Reading Time: 10 minutesGreetings fellow IT geeks. Today’s post is centered around PowerShell and a recent request we had from a client. The Issue So like many companies out there, there can be many computers in your SCCM database and Active Directory...
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 Steve Bowman | Dec 2, 2016 | PowerShell, SCCM
Estimated Reading Time: 8 minutesOnce Upon A Time…. I was recently in a situation where I needed both 32-bit and 64-bit PowerShell scripts to be able to read/write Task Sequence Variables. After trying various methods I was able to get the 32-bit scripts to read...
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...