• Home  / 

Creating a SCCM Task Sequence boot media using vbscript…

By arwidmark / October 2, 2008

Tired of using the ConfigMgr console just because you need a new SCCM Task Sequence boot media (WinPE)? … Well, you don’t have to…

In the ConfigMgr SDK there is a API (tsmediaapi) that can be used together with a vbscript….

Step-by-step

  1. Download the ConfigMgr SDK, and install to the default location  (http://www.microsoft.com/downloads/thankyou.aspx?familyId=064a995f-ef13-4200-81ad-e3af6218edcc&displayLang=en)
     
  2. Register the tsmediaapi.dll
     
    regsvr32 “C:\Program Files\Microsoft System Center Configuration Manager 2007 SDK\Samples\OperatingSystemDeployment\CreateTSMediaAPI\tsmediaapi.dll”
     
  3. Download the below script and, edit the necessary variables (see header of the script). 
    http://www.deployvista.com/Repository/tabid/71/ctl/EntryDetails/mid/396/EntryId/42/language/en-US/Default.aspx
About the author

arwidmark