Update! (22-Nov-2014) Updated the script to include a prompt for which distribution point group to use and a couple of minor improvements Have you ever wanted to have the capability of scheduling a package distribution in ConfigMgr to occur at a specific date / time? Or perhaps you want to monitor your package distributions an receive an … Continue reading Schedule and Monitor ConfigMgr Package Distributions with PowerShell
Category: Software Updates
How to Quickly Get Overall Compliance for ConfigMgr Software Update Deployments
If you have access to your ConfigMgr SQL database, you can quickly get a summary for the overall compliance of software updates deployments using the following PowerShell script, which you can run on your local machine. It returns the results into the PowerShell GridView, allowing you to filter by deployment name, start time, deadline etc. … Continue reading How to Quickly Get Overall Compliance for ConfigMgr Software Update Deployments
Getting all Members of all Collections in a Folder in ConfigMgr
In our SCCM 2012 environment, we have a subfolder of device collections that are used for Software Updates. I wanted to get a list of all the members of the different collections in that folder. I saw a recent post by Kaido Järvemets on how to easily list folder objects using Powershell, so I decided to … Continue reading Getting all Members of all Collections in a Folder in ConfigMgr