Knowledge Base

Our dedicated Product Specialist team is always ready to help you when you need it the most. Contact Support

Display Computer Information during an OS Deployment

Our CTO Thorbjörn Sjövold came up with this handy utility for displaying some computer information during the preinstall phase of an OS Deployment. Since Specops Deploy is built on top of standard components like MDT, it’s easy for admins to manipulate steps within the task sequences to carry out additional functionality, such as adding an email post OS install, or displaying some handy information during the preinstall phase.

Here’s how you can do it:  

  1. Download the sample HTA here and save it to <InstallationDrive>SpecopsDeployDeploymentRepositoryScripts directory on your Specops Deploy Image Server.
  2. On the Specops Deploy OS Image Server open the Microsoft Deployment Toolkit Deployment Workbench.
  3. Open a Deployment Share and navigate to the Specops Deployment Respository which resides in <InstallationDrive>SpecopsDeployDeploymentRespository.
  4. Navigate to the Task Sequences node. Right-click on the installation task sequence that you want to have the computer information dialog in, and select Properties.
  5. Select the Task Sequence tab, open the Preinstall node and select the Report progress step.
  6. Select the add button and under general choose Run Command Line.
  7. Set the name to Display Computer Information (by default it says Run Command Line).
  8. Set the Command line to:
    cmd.exe /c start "" mshta.exe "%ScriptRoot%\SpecopsComputerInfo.hta" 
  9. Press OK and close all dialogs and the Deployment Workbench.
  10. Open the Specops Deploy OS Admin tools. Select the Image Server and Publish Deployment Repository to have the change pushed out to the Deployment Servers.
  11. Start your deployment and you should see the computer information displayed during the preinstall phase.

Publication date: April 13, 2012
Modification date: October 30, 2023

Was this article helpful?

Related Articles