Jump to content


crane_IT

Established Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by crane_IT

  1. Ok, currently, I have our Deployment Share on our regular deployment server (MDT001) and I've created a Linked Deployment Share on a network location in our Northern branch. Their x86 Linked Deployment Share boot image is working and all the information seems to be pulling from our database (MDTDB) and populating the information. However, I'm trying to set them up with a x64 boot image for doing our Engineering Workstations, but it just sits and asks for a role. It seems to be seeing it enough to know which roles are available, but it's not seeing my database that tells it which role and which applications to pull from. I thought I've copied all the bootstrap.ini settings from the x86 image that does work, but it's still not working. Can anyone tell me what I might be missing?

     

    On a bigger picture, am I using the Linked Deployment Share as it was intended? Should I create a database and store it locally on the remote server in our Northern branch, and if so, how do I do that?

  2. Currently, we have about 7 people who will RDP into the deployment server to add PC's to the database for imaging. For the most part, this was done because an annoyingly large portion of my day was spent adding systems to the database during our PC refresh where we were imaging 15-20 systems per day. I got so busy with that, I decided to expand the access. The problem I'm seeing now is that with RDP, we can only have 3 people max logged in at once and then you have to kick someone off. As the admin. I went to great pains to show people what to do when logged in so they didn't screw things up and to NEVER, under any circumstances, kick me out. Keeping in mind that they are IT people. Anyway, lately, I've been kicked out while updating linked deployment shares and it's frustrating that I have to go back in and lose all my stuff. So, my question. Can I set something up so that they don't RDP in and they can just add PC's to the database and nothing else? Can it be done through an MMC console and if so, how?

  3. This happens to some systems and not others during Lite Touch. Once the OS is on, I have some applications scripted to run. During the 3rd or 4th application, the MS Updates windows pops up and says it's going to force the PC to reboot because of new updates, which is does and then causes the applications installing to die and I get the yellow screen at the end. Since it's supposed to be automated, no one is around all the time to see this happen. How do I supress the MS Updates from forcing the reboot after the base image is on?

  4. The way I deploy systems is to use the thinnest image possible. Currently, my base image is simply the OS version off the disk and then all other settings and applications are scripted. I tried to do updates by enabling the Windows Update (Pre-Application Installation) and Windows Update (Post-Application Installation), but could never get it to work because someone else manages SCCM and I've asked to work with him on this, so we could combine efforts, but he never gets back to me. Long story....So, I started just downloading packages and injecting them into the image through MDT. However, the older the image gets, the more updates I have to download, and then some updates break the OS deployment, etc. Anyway, if you can help me with that, good, but why I'm really posting is because I want to put on Office 2007 SP3 AFTER Office 2007 is installed. Have you guys just scripted the install or how do you keep images up to date? All the research I've done points to the aforementioned parts of the Task Sequence (Windows Update (Pre-Application Installation) and Windows Update (Post-Application Installation), but like I said, I have NEVER been able to get that to work.

  5. I have an issue where I want other technicians to be able to RDP into my deployment server and add computers to the MDT database I've created. It's a simple task once I show them what to do, but I feel I've gotten the deployment server pretty well setup and the day-to-day task of adding computers to the database is simple enough with some training. However, I am trying to setup the new girl to do it and everything is OK until she clicks on Databases > Computers. When I do it, I can see all the 350+ computers we have, but she sees nothing when logged in under her account. I've changed a few things, but she still can't see them. I have done this in the past for another technician, but I just can't remember what I did to make him able to see the computers. I feel it's a permission issue, but I can't seem to remember. Any help is appreciated.

  6. I just dealt with this for several days last week. Are you using a VLK, MAK or KMS key? The link below really helped me out. Read over it thoroughly and then pick which option you would like to try. I chose #2 and it worked. It has about 4 different options to try:

     

    http://blogs.technet.com/b/deploymentguys/archive/2009/03/30/deploying-windows-7-vl-with-mak-multiple-access-keys-using-mdt-2010.aspx

  7. I am working on getting USMT to work to go from an XP machine to a Windows 7 machine. I created a "Standard Client Replace Task Sequence" and updated the deployment share. I boot to the XP machine and then browse to my deploymentshare\scripts and kick off LiteTouch.vbs. I watch where the transfer file is created and it does about 9.2GB then goes to "Capture Groups" and then to "Apply Windows PE"...and this is where I have problems. I get the error message below:

     

    The logical drive could not be determined from the disk and partition

    FAILURE (7713): 1: Could not Determine Partition to deploy to

    Litetouch deployment failed, Return Code = -2147467259 0x80004005

     

    Below this are a bunch more "Failed to run the action:" items, but I think they're probably all caused by the original failure. From the research I've done, I think it has something to do with the small diagnostic partition on this Dell D630. I went into the LTIApply.vbs and modified it by hardcoding the "DestinationLogicalDrive" to C: so hopefully it skips over the diagnostic partition. I posted on here to see if anyone else has had to deal with this and what they've done to get around it. I talked to the guy who setup our old deployment server and he recalls modifying some of the scripts, but he doesn't remember details. Any help is apprecaited.

  8. I have Windows 7 deploying the way I want and now I'm working on the finer details listed below.

     

    1. Show "My Computer" icon on all users desktops without making it a shortcut. I want the real thing.

    2. Once "My Computer" icon IS on all users, I want it to show as "%username% on %computername%". This was really easy to do in XP, but I still haven't found a way to do it for all users in Win 7.

    3. I have a folder that needs to allow "Everone" Full access. I tried using icacls, but that hasn't worked. I'm still experimenting with that one.

    4. I want to have "Automatically Detect Settings" unchecked for all users in IE settings.

     

    There are probably more that I can't think of right now. I know I could take care of all of this by using a reference image, but we're going as thin as possible with the "base image" being JUST Win 7 ent. w/ SP1 and nothing else. Everything else is scripted which is going to be easier in the long run, but harder on me here in the beginning. Any help is greatly appreciated.

     

    I got 3. working. cacls "C:\Program Files\...\folder" /e /grant everyone:F. I thought I had already tried that, but I guess not.

  9. I have my Windows 7 image come down to the new Dell E6420 laptops we have and even before Lite Touch starts installing applications, the "Found New Hardware - NVIDIDA High Definition Audio" window pops up and tells me that the drivers installed successfully. The problem is that it halts my application installs, so you essentially have to babysit Lite Touch. Once the FNH window is closed, everything else seems to go OK. I found a few scripts that look like they should work, but do not. One was called wizkilla.vbs which you can google and find. I tried putting a restart AFTER "Tatoo" in my task sequence, but that doesn't seem to work either. I've been working on this most of today and can't get it figured out.

  10. I have Windows 7 deploying the way I want and now I'm working on the finer details listed below.

     

    1. Show "My Computer" icon on all users desktops without making it a shortcut. I want the real thing.

    2. Once "My Computer" icon IS on all users, I want it to show as "%username% on %computername%". This was really easy to do in XP, but I still haven't found a way to do it for all users in Win 7.

    3. I have a folder that needs to allow "Everone" Full access. I tried using icacls, but that hasn't worked. I'm still experimenting with that one.

    4. I want to have "Automatically Detect Settings" unchecked for all users in IE settings.

     

    There are probably more that I can't think of right now. I know I could take care of all of this by using a reference image, but we're going as thin as possible with the "base image" being JUST Win 7 ent. w/ SP1 and nothing else. Everything else is scripted which is going to be easier in the long run, but harder on me here in the beginning. Any help is greatly appreciated.

  11. Linked shares have their own customsettings.ini and bootstrap.ini, so you need to add the appropriate queries to those files just like you have for your primary share.

     

    Remember that any change to bootstrap.ini requires an update to the boot media for that share.

     

    Ok, just after I posted the original, I realized that although I updated the deployment image for the WDS server, I forgot to add it to the boot list. Duhh!! so, I made the bootstrap.ini the same as the one on the Deployment Server that works now, and the "Run Deployment Wizard" and the "Enter credentials" are gone, but it still isn't reading the database to see that I've already assigned it a role and to auto-choose the task sequence, etc. I will look at my customsettings.ini and see. Thanks for the input though Chris, I'll keep looking.

  12. I have my Deployment server setup pretty well in my location and I want to setup a Linked Deployment Share for our team in Minnesota. As a test, I created a linked deployment share on our local NAS which replicated fine. Here's my issue. When I did the LDS, it of course created a new LiteTouchPE_x86.wim. I added that wim to our WDS server and it boots fine. The problem is, it doesn't read my database. As a test, I mounted the LiteTouchPE_x86.wim and modified the bootstrap.ini to include credentials, but it still prompts for the credentials and doesn't act like it sees the database. So what am I missing? This PC is in the database just like any other one. I can manually go through and it'll pick up task sequences, but the way I normally do it (not from the LDS), it sees the database and pulls all the information from it without issue. Any ideas why my Linked Deployment Share isn't seeing my deployment database? Also, every time I replicate changes, it wipes out the LiteTouchPE_x86.wim and I have to mount and re-add the credentials and some other answer stuff to my bootstrap.ini. What's up with that?

  13. Sounds like you're going to have to touch the BIOS at least once to make the network boot the first one.

    Depending on the hardware, you may be able to find a tool to deploy that will make BIOS changes for you (we have Dell PCs and there is a utility that can make changes to the BIOS).

     

     

    thadkew, we use Dell's as well (E6410 laptops and GX780 towers). Can you point me in the direction of the BIOS tool? We want it to turn CompuTrace on in the BIOS for the laptop and add the Onboard NIC and "Enable w/ PXE" to ours. I know you can have Dell preconfigure it, but if there is a tool that does it, I'd love to try it out.

  14. We did it that way in the past with our XP images. Base OS + drivers for that particular make/model + base applications. Now, with Windows 7, I'm setting up a new deployment server with the goal of just a BASE Windows 7 image and everything else is scripted. Getting "everything else scripted" is the hard part, not necessarily with applications, but different settings. Due to something corporate did, we have to uncheck "Automatically detect settings" for each user, so I have to figure out how to do that. Normally, with XP, we (I) would've just put the image on a reference PC, made the change and copied that profile to the default user and recaptured the image. Can't really do that with what I want to do. The way I'm doing it is harder up front, but saves time in the end.

×
×
  • 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.