I was recently reviewing the content location for all applications and in the process put together this PowerShell one-liner to […]
PowerShell: Get Programs and Features properties
The function is named Get-ArpPropertyByDisplayName and will quickly retrieve and return any of the properties of an installed application stored in the Windows registry.
PowerShell Module: Set the ConfigMgr Limiting Collections
I wrote a short blog post recently describing how you can semi-automatically update the limiting collection for all collections in […]
Bulk update ConfigMgr limiting collection
UPDATE: the requirement below grew after I wrote this post, and so I have created a module to streamline the […]
Automated creation of ConfigMgr operational collections
Query collections can be used in SCCM to target or give a quick counts of specific device states. For example […]
Import certificates into Java RTE using ConfigMgr Compliance Settings
We recently had a requirement from a customer to import two certificates into the Windows client’s Java Runtime certificate store. […]
Automated creation of a default Configuration Manager folder structure
TLDR: https://github.com/markhallen/configmgr/blob/master/New-CMFolders We regularly create Configuration Manager hierarchies for new customers and we like to standardise the organisation of the […]
Batch update Configuration Manager Software Metering Rules
I recently encountered an issue where a batch of Software Metering rules were not returning any results because the language […]
Windows 10 November 2015 Update disconnected me from the internet but there is an easy fix
I updated my home Windows 10 computer with the November 2015 (10586) update this week and when the process was complete […]
Planning the bulk import of applications into Configuration Manager
I love working to a plan; I like to think through what is the best way to build something in […]