Jump to content


aaronfenwick

Established Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by aaronfenwick

  1. sounds like corrupted import media to me... I assume youve run the office tool setup.exe /admin to output an msp file..? if you did you should kick off the command line setup.exe /adminfile mymsp.msp
  2. In vista and W7 sysprep is found under c:\windows\system32\sysprep In xp, you have to manually create a c:\sysprep folder with the sysprep cab on the XP CD expanded,
  3. Looks like all that data is in your comments box when you created the task sequence. The MDT TS selection menu displays all that. I'd re-create your TS without the comments.... i dont know of a way of suppressing those lines.. (yet)
  4. i'd remove all your apps and re-import them, then it will generate new guids. Rebuild your boot media, and you should be set, Aaron
  5. its buggy. i often find if you close the deployment toolkit (as its usually open, right?) and re-open it re-connects to the database due to time-out.
  6. Install a client, and use Driver Magician to extract all the currently used drivers off your "donor" build. Then import them into the MDT out-of-box drivers, using the WMI Manufacturer, model arcitecture. \Dell Inc.\Latitude E6400 as an example.
  7. You need to make sure you have your USMT4 files in your tools folder, or it will error on -2147467259 0x80004005 (network path not found) c:\deployment share ools\USMT4 with all the extracted files. Extract USMT4 msi, from a command prompt.. msiexec /a (and the drag the usmt4_x64.msi or whatever the exact filename is to the command prompt window) then press Enter. The msiexec install wizard will ask you to enter a path to extract the files too. Specify c:\deployment share ools\USMT4 (or d:\ if thats where your deployment share is) Now the USMT files are there it will work. USMT=4 is not needed, MDT 2010/12 assumes USMT4. No need to rebuild boot media, as its expecting it there already, hence the -2147467259 0x80004005 error. The other big tip, is to install configmgr toolkit and run SMSTRACE.EXE and set it as your default text reader. This will format your BDD.Log's into a much more readable format. Hope that helps. Aaron
  8. Yeah easy - add this line to your rules tab in the default section... _SMSTSORGNAME=companyname where companyname is the name of the company i.e. _SMSTSORGNAME=The Big Company Inc. Then update your deployment share and re-create your boot menu from the ISO's.
  9. You can add this into your task sequence.... I dont specify my product key in the actual built in task sequence, instead I add 2 tasks below the Tattoo section of the State Restore Phase. Add - command line Name - Register Windows Product Key Command Line - cscript %windir%\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (Where XXXX etc is your product key) Add another below that: Add - command line Name - Activate Windows Command Line - cscript %windir%\system32\slmgr.vbs /ato So not only do I specify a product key, I also activate it as part of the state restore phase. Hope this helps! Aaron.
  10. If anyone is interested, I have just produced (today) a solution to use WDS as a PXE boot point, to Boot PE and then automatically run a batch to image a PC using imagex to a nominated (in batch) file share, we've had a lot of leavers lately and I needed a quick way of backing up a lot of machines. If anyone is interested in this, i'll document it up. Aaron
  11. 20 minutes to image, then 20-30 mins with apps (but we have a lot of self packaged apps!)
  12. Again, i point you to my doc, which I have written for noobs.. http://www.windows-noob.com/forums/index.php?/topic/5081-windows-7-deployment-guide-using-mdt-2010/
  13. Also, here is my MDT 2010 guide. http://www.windows-noob.com/forums/index.php?/topic/5081-windows-7-deployment-guide-using-mdt-2010/ Aaron
  14. sounds to me like your WAIK download is dodgy, I'd download it again, as rebuilding the deployment share is based on good winpe.
  15. Credit to Johan on this... its all him this time! https://docs.google....ZHMyTEhwQQ/edit
  16. Old school for me, but thought i'd share... https://docs.google.com/file/d/0B4kCRX1W10ZFUDRaR2NyR01SY21jMVd1TnFTdHpYdw/edit
  17. sounds like a network driver issue to me, winpe runs startnet.cmd and fails? so reboots. Also, daft as it sounds, not having the machine patched into the network produces the same results if the NIC state is down! Aaron
  18. For drivers like this where you only seem to be able to find a .exe installer, not the raw .inf and .sys files etc, I have always used "driver magician". Install the exe on the machine with the issue, get the device showing as working in device manager, and then install driver magician and use this to harvest the drivers for that device to an output folder. Now use these drivers files in your drivers package - Usually does the trick for me.... Aaron
  19. One thing this link doesn't discuss is the windows 2008 R2 firewall. Open ports: 1433, TCP. (Database Engine) 1434 UDP (Browser Service) This should solve your connection issue, like brendant says, if your TCPIP and Names pipes are enabled in configuration manager, under network protocols. Aaron
  20. Make sure that "Virtualization" and Intel VT are enabled in your BIOS, this enables hardware assisted virtualization which Hyper-V requires (and even VMware actually) Also check that the Hyper-V services start ok. (for others you get this error)
  21. For all you guys still running SMS 2003, Aaron https://docs.google.com/file/d/0B4kCRX1W10ZFMDA4N2RjNzItOTMzYS00Y2Y0LWFiNDEtYTQyZmVjZDM0NTU1/edit
  22. I use this as my bible for all my W7 Deployments, Enjoy! https://docs.google.com/file/d/0B4kCRX1W10ZFNzNjMDM4ODEtZmQ5Zi00ODQ4LTgzOWUtM2Y5YzAxNjQxOWIz/edit
  23. Enjoy https://docs.google.com/file/d/0B4kCRX1W10ZFNmMzOGRlNjUtMTYyZC00NTFlLWFiMDMtMWU0ZmVjYmZjNzhj/edit
  24. Another good tool (and i think its free) is a "vmdk to vhd" by Starwind. http://www.starwindsoftware.com/converter
  25. This version has super-ceded the original release, if you need the original release, send me an email to fenwickaaron at googlemail dot com and I can sort you out with the version prior to update 1, Aaron
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.