Jump to content

fly

Member
  • Posts

    186
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by fly

  1. I'm using the following code to remove a computer account from a domain: Dim strSerialNumber strSerialNumber="PC1234" Set objCont = GetObject("WinNT://" & "domain.com") objCont.Delete "Computer", strSerialNumber and can't get it to work. However, this does work: Set objCont = GetObject("WinNT://" & "domain.com") objCont.Delete "Computer", "PC1234" What gives? Background and extra credit question for cash: PCs here get reimaged many times, but keep the same computer name. So I'm trying to get sysprep to pull the Dell Asset tag and use that to join the domain. I got all that working, but the joining of the domain fails if the computer account is already there, so I'm using the above script to try and delete it. Sadly, this is taking me 3+ VBScripts to complete this task, because I suck. If you have any ideas how to make this all one script, I will love you forever and paypal you some cash. Thanks.
  2. I think that is exactly what I needed to know. Thanks!
  3. I would be forever grateful if someone could point me in the right direction on this question. <3
  4. Please excuse me if this has already been covered, as the 'search thread' option sucks... I have a syspreped Ghost image. To get all these drivers added to the Ghost image, do I just need to copy the $oem$ and oem folders? I think there is also a .sif file that I'll need to copy and append to my sysprep.inf file. Is this correct and/or what is the proper way to do it? Thanks guys.
  5. You did NOT use the MassStorage drivers????????????? Unbelievable! :'( :'( Please post your hardware specs! ← You want a list of all the hardware, or a broad overview? I tried it on a Dell GX150 (733mhz, CD-ROM, 10GB hard drive, 256MB of RAM) and I also tried installing it via Microsoft's Virtual PC. Same error with both. I followed MSFNs tutorial on how to make an XP ISO with CDIMAGE.exe. It seems more of a CD problem since it happened on totally different hardware, but I followed all the steps...
  6. I posted this in another thread, but am assuming it's supposed to go here... I also seem to be getting an error during setup after making an ISO of this UXPCD. At 39 minutes, I'm getting the error: Any ideas what this is? (And I'm not using the MassStorage drivers.)
×
×
  • Create New...