by Steve Bowman | Dec 14, 2016 | SCCM, Windows 10
Estimated Reading Time: 2 minutesGreetings everyone. As promised, Microsoft incorporated the Application Virtualization (App-v) client into the Windows 10 1607 Operating System! This is exciting news (well at least for me). I absolutely love App-V. [br] Virtual...
by Steve Bowman | 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 Steve Bowman | Nov 4, 2016 | SCCM, Windows 10, Windows 8.1
Estimated Reading Time: 4 minutesHello! Today I would like to talk about deploying the next generation OneDrive client for Windows 7, Windows 8.1, and Windows 10 during an SCCM OS Deployment Task Sequence. What is the next generation OneDrive client? OneDrive and...
by Steve Bowman | 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...