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:

  • VBScript Software Installation With as often as I deploy software, I created a standard VBScript template to use when needing to create an unattended application installation. One thing that I do not have in this script is and uninstall procedure, which I… Read More
  • List all systems that are logged off I wrote this script in 2010 to be able to give me a list of systems that are currently logged off from a list of computers in a text file. My purpose for this was to be able to find systems to test software deployments on in… Read More
  • Customizing the ZTIBiosCheck.wsf file for MDT/SCCM As there is not much documentation on how to use the ZTIBiosCheck.wsf file with MDT/SCCM, I had to figure a lot of it out. The WSF file retrieves the BIOS data via WMI queries to compare against the data stored in the ZTIBIO… Read More
  • Java Runtime Environment Installation Script This VB script I wrote will uninstall all previous versions of Java Runtime Environment. It will also install both the x86 and x64 versions, depending on whether the OS is 64-bit compatible. It uses the msi installer, which … Read More
  • USMT 4.0 PC-to-PC Migration Script This script will execute the USMT, migrating data from the old machine to the new machine. Both PCs must be on the network. You will be prompted to enter the old computer name, new computer name, and the username. This is t… 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