If you have not yet, give my Managing BIOS/UEFI Settings from Configuration Manager series a quick read as a primer for this post. When working on the previous UEFI settings series, I ran in to a scenario where a customer had a few different UEFI passwords in their environment. I have seen this scenario before […]
Category: Uncategorized
This is a multipart post:Part 1: The code underneathPart 2: Using as Configuration ItemsPart 3: Using as ApplicationsPart 4: Using in a task sequence – You are here This topic has no doubt been covered many times before. My work on it started when I stumbled upon Damien Van Robaeys’ post a couple weeks ago. […]
This is a multipart post:Part 1: The code underneathPart 2: Using as Configuration ItemsPart 3: Using as Applications – You are herePart 4: Using in a task sequence This topic has no doubt been covered many times before. My work on it started when I stumbled upon Damien Van Robaeys’ post a couple weeks ago. […]
This is a multipart post:Part 1: The code underneathPart 2: Using as Configuration Items – You are herePart 3: Using as ApplicationsPart 4: Using in a task sequence This topic has no doubt been covered many times before. My work on it started when I stumbled upon Damien Van Robaeys’ post a couple weeks ago. […]
This is a multipart post:Part 1: The code underneath – You are herePart 2: Using as Configuration Items Part 3: Using as ApplicationsPart 4: Using in a task sequence This topic has no doubt been covered many times before. My work on it started when I stumbled upon Damien Van Robaeys’ post a couple weeks […]
The latest version of the MEMCM Client Extension for Windows Admin Center (WAC) has gone live. For those of you with previous versions you will automatically be prompted to upgrade. For those new to the extension, see the original post. What’s New:1. SCCM to MEMCM name change where possible2. misc. bug fixes3. Baseline report now […]
It is no secret that I am a fan of Windows Admin Center (WAC). I wrote an extension to handle CM client tasks within WAC a year or so back that you can find more information about here. I have finally got around to a small addition that kept getting de-prioritized on my to do […]
Did you know that you can run a CM script on a client via the admin service? Neither did I until a few days ago. Earlier this week I was checking out the available items from the CM 2006 administration service REST API. I went to the metadata page at https://<provider FQDN>/AdminService/v1.0/$Metadata and started looking […]
Note: If you want to implement this, you can get a script to set it all up here. One of the most common topics I get asked about is managing software updates. Some customers are new to CM altogether and are looking to get started, others are grizzled veterans that are looking to simplify processes […]
Update 2/19/2021: Added 20H2 to the script and changed PFE to CE. Update 6/9/2020: I got caught speeding. It appears I managed to copy identical queries for multiple collections, used an incorrect parameter for one of the cmdlets, and forgot to include the deploy condition. I have repaired those mistakes so it should be good […]