Pavan Kumar Posted October 16, 2016 Report post Posted October 16, 2016 Is it possible to get application deployment status using powershell. I read couple of articles which suggest running SQL query but i am looking for something like WMI that can connect to SCCM and pull information like success, in progress, error and unknown status. Thanks in advance. Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted October 17, 2016 Report post Posted October 17, 2016 First off, why not query SQL directly using PowerShell? This would be far more efficient than accessing any data via WMI. Quote Share this post Link to post Share on other sites More sharing options...