In my last post, we looked at how to report on the deployment status of ConfigMgr Applications using PowerShell. Of course, you can get this information from the built-in ConfigMgr SSRS reports too, but our aim here is to report this data quickly by using PowerShell to query the ConfigMgr database directly. It enables you to … Continue reading Get the Deployment Status of ConfigMgr Packages and Task Sequences with PowerShell
Tag: powershell and sql
How to Get the Deployment Status of ConfigMgr Applications with PowerShell
PowerShell and SQL server. It's a combination I'm liking more every day 🙂 In this post, I give you a PowerShell script that will query your ConfigMgr SQL server and return the deployment status of a ConfigMgr Application. It will return data for each deployment of the application, giving you the names of the deployment … Continue reading How to Get the Deployment Status of ConfigMgr Applications with PowerShell