I wrote a post back in 2012 on how to tattoo the registry with OSD information from Task Sequence variables and OS versions. https://ccmexec.com/2012/08/script-to-tattoo-the-client-registry-during-osd/ We can then inventory that information using Configuration Manager and create collections and create reports based on Task Sequence used, media type and originally installed Windows 10 build which can be…
Category: Configuration Manager
New features in Configuration Manager Technical Preview 1803
Close after Configuration Manager 1802 CB we got a new technical preview, 1803!! Some really great stuff in this one some is a result of the Hackathon we did at the MVP Summit in March. What is new then? PXE boot without the need for WDS and IPV6 support. This has been around for a…
Move the computer to the correct OU during OSD – PS version
I wrote a blog post way back(2010) on how to move a computer to another OU during OS Deployment https://ccmexec.com/2010/12/move-computer-to-the-correct-ou-during-deployment/.Could be that you want to move it when you upgrade to Windows 10 or if you reinstall a computer and it already exist in an different OU then it will not be moved automatically. The…
PowerShell OSD scripts to Add/Remove Computer from AD group and set AD Description
I checked the statistics for my blog and comments as well, the “old” vbscripts I wrote to Add a Computer to an AD group and Set AD Computer Description as still being downloaded, used and commented on. I mostly use webservices to manage tasks like this now, but they are still being used out there…
Run server side code and commands in a safe way during SCCM OSD
This is part 2 of my posts about Onevinn SCCM Extensions that my colleague Johan Schrewelius has written and posted here: https://onevinn.schrewelius.it/Apps01.html It includes Modern driver management features but also an extension to execute Server Side commands during OS deployment in the Task Sequence to replace Scripts and Webservices. This functionality is a direct response…
SCCM Dynamic Driver management using Onevinn SCCM Extensions
My co-worker Johan Schrewelius has written a cool extension to Configuration Manager that adds some great features. In this post I will cover how it can dynamically manage drivers and driver software as we often must install that as well to get everything working. The end goal is to be able to add hardware models…
Phased deployment in Configuration Manager 1801 Technical Preview
Configuration Manager 1801 Technical preview contains some really cool features. The biggest one is defiantly the Phased Deployment option that we see the first version of. It basically adds a new deployment option to Task Sequences (I just assume it will be for applications in the future as well) called Phased deployment. It is similar…
Manage SCCM configuration items and baselines with community tools – 4Sysops
I wrote a post on a couple of tools to manage Configuration Items and Baselines in Configuration Manager over at 4SysOps. I covered four tools in that blog post. Registry to PowerShell converter (Reg2CI) by Roger Zander PowerShell Policy Editor by Roger Zander Configuration Manager Remote Compliance by Trevor Jones Create ConfigMgr Configuration Items from…