by Steve Bowman | Jun 29, 2016 | PowerShell, Uncategorized, Windows 10
Estimated Reading Time: < 1 minuteI have been working a lot with Power Shell ISE and debugging scripts, PS ISE is good but not the best as a debugger. I was attending a Microsoft event when I was introduced to my new favorite editor, Visual Studio Code...
by Gabriel Taylor | Jun 9, 2016 | SCSM
Estimated Reading Time: 5 minutesSummary SCSM 2012 R2 Update Rollup 7 introduced a bug with the permissions of Activity Implementers. This post contains a script used to create a workaround until the bug is addressed. Introduction In a previous post (link), I...
by William Bracken | May 17, 2016 | PowerShell, SCCM
Estimated Reading Time: 5 minutesHey there everyone, Today I wanted to talk about an issue I have run into multiple times in working with ConfigMgr OS deployment (OSD) over the years and show you how through a fairly easy process you can overcome it! The Problem: You...
by Steve Bowman | Mar 28, 2016 | PowerShell, SCCM, Uncategorized
Estimated Reading Time: 5 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...