Category: ConfigMgr (SCCM)
A common requirement, when deploying something to a larger group of computers is, that you don’t want to distribute it to all at once. It might be as simple as targeting a smaller subset of devices for testing purposes, or you want to spread the distribution incrementally over a series...
With so many people working from home these days, handling devices that are connected via VPN has become challenging for many companies. Looking at this from the ConfigMgr perspective, there are several aspects that we might want to do differently, depending on if a device is connected via VPN or...
In the last blog post I showed a script that would allow you to import a Task Sequence from an xml file as the ones being created by the Task Sequence monitoring script (see https://maikkoster.com/versioning-monitoring-sccm-task-sequences/ for details). As this covered a need that I basically created myself by publishing a...
The Problem One of my probably mostly used scripts is a VBScript that monitors for any changes on Task Sequences in SCCM and exports a copy for backup purposes when an updated task sequence is saved. Please see https://maikkoster.com/versioning-monitoring-sccm-task-sequences-update-for-sccm-2012/ for further details about the script itself. Even it has been...
In my last post, I demonstrated how to call the InitiateClientOperation method from the SMS_ClientOperation WMI class to run a SCEP Full Scan. However, this call itself is pretty limited for daily administration, as it requires “internal” information like the CollectionID, ResourceID or some TypeID for the Operation itself. Probably...
Lets assume you have a security device that detects computers possibly infected by some malware. Wouldn’t it be nice to automatically initiate some immediate action for remediation? I recently had such a requirement where we wanted to automatically start a definition download and full scan on those computers. It’s pretty...
Scary title What do I mean by this? In the last two posts, I wrote about Issues with Boot images and the default partitioning schema, I came across when preparing a deployment for some Windows 8 based tablets. During this, we ran into a situation, that raised an interesting question...
As mentioned in my last post about Bootable medias, I recently had to prepare some UEFI based Windows 8 deployments to different tablet devices. After I fixed the problem with the boot medias, I finally got them to boot and start the deployment process. However, it failed already a few...
Recently, I had to prepare some UEFI based Windows 8 deployments to tablets using ConfigMgr 2012 SP1 CU2 and ran into a couple issues that I would like to write down, as I wasted quite some time to get those resolved. Some of those issues have already been mentioned in...
Even if I’m deploying images using ConfigMgr, I’m still a big fan of creating my reference images using MDT LiteTouch. It’s faster, easier to automate, easier to tweak and if using thin images, there is even not much duplication involved (but that’s a different discussion ). In such cases, I also...
Recent Comments