01 July 2013

SCCM: How to export a list of machines from the Deployment Status Window

Sometimes when checking the status of a deployment, you will need to export a list of machines from one of the asset details list. In the SCCM deployment status  window, it is not possible. In order to export the list, you will need to go to the reports section, where exporting is available. Take this deployment I was doing for instance. There were 11 machines that failed the evaluation phase. I needed the list of machines from that report to run a powershell script to see if the hotfix was installed or not. I was going to run the script through psexec against a text file containing that list of machines.


In order to export the list of machines, you will need to go to Reporting. I use the web based reporting. Under Reporting, click on Software Distribution - Application Monitoring--->All application deployments. Populate the fields to match the collection you are wishing to export. This will match the Deployments Status in the console. Once you have pulled the report up, click on View Current Data. Under the next window, click on the Total Number of Errors, for instance. Next, click on the assets field to select the report to export. This is where you can now export the list of machines.

Related Posts:

  • Report UAC Status to SMS or SCCM This VB script will report the UAC status to SMS or SCCM. It queries the registry entry that shows if UAC is enabled/disabled and then edits the UAC.mif file with the status. It then initiates a hardware inventory … Read More
  • Enable/Disable Offline Files Here is a VBScript that will either enable or disable offline files. It can also be done as a policy by modifying the registry key listed below, or through a group policy. You can download the registry key below from here. … Read More
  • Apple QuickTime Installation In order to deploy QuickTime, you will need to extract all of the components to a directory. The installation executable that is downloaded from Apple's site can easily be opened with 7-zip to extract them. In the environmen… Read More
  • Trimble Sketchup Installation Script This script will install Trimble Sketchup 8, formerly Google Sketchup, with a network license on either an x86 or x64 machine that does not have Sketchup 8 installed. The first thing you want to do is to create a network lic… Read More
  • Adobe Flash Installation Script This script will install both the x86 and x64 versions of Flash Player 11.x. It uninstalls all previous versions of Flash first. Flash 11.x is then installed, and finally the mms.cfg file is copied over to set Flash to autom… Read More

3 comments:

  1. Thanks, very helpful!

    ReplyDelete
  2. Thank you Mick... Very Useful

    Regards
    Siva

    ReplyDelete
  3. This will not work for configuration baseline deployments.

    ReplyDelete