cpierer
Posts: 10
Score: 0 Joined: 11/25/2008 Status: offline
|
Hi, I have to export some task sequnces to USB drives (stand-alone media), in order to be able to set up systems at remote locations with a slow network connection where no streaming would be possible. The process itselves is not really the problem but when I try dto create such a stick I need more than 3 hours to copy 4 GB to the flash drive. The flash drive and the pc, it's the server, are working properly. When copying data with the exporer I encounter no problems. The logfile CreateTSMedia.log shows no problems. The next problems occur when trying to run the Tast sequence. First of all the TSPBootstrap.ini has to be changed that it runs unattended. The next problem is to join to a domain. Well, I've read many articles and found out that the stand-alone process always set the time-zone to Pacific. This results in a difference to the MP-time or the DC-time so you can't join the domain because of the difference. To inject special device drivers is a bit tricky. YOu have to create for each pc-type an own package and you must not add the drivers automatically. You have to make one step for each pc-type and use a wmi-query to find out which step should be run for which pc. Of course this is not the best way because it needs space on the media but it works. Does anybody have the same problems or maybe a solution or a suggestion how to make it better? thx
|