Jump to content


Keslaa

Established Members
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Keslaa

  1. How and where did you do this? I am trying to resolve a very similar issue in my lab
  2. I am now tasked with something similar. Did you ever get this figured out?
  3. Because that's the way we've always done it? But seriously, do you think that running all of this on one box would suffice, including the WSUS? I believe the roles were separated out for the sake of disk space (SCCM 2007 was installed before I got here).
  4. We are finally getting around to moving to SCCM 2012. Would the following configuration work? Looking at three separate servers: Primary site server with SQL 2012 DP SUP/WSUS We have about 5000 clients on our current SCCM 2007 environment all in one location. Thank you!
  5. Has anyone experienced this situation? I have a long task sequence and it will not go back into the sequence following a reboot. The report Status of a specific task sequence advertisement for a specific computer shows the step for the reboot and then terminates. What can I look for? How can I restart a TS where it left off?
  6. I've been looking but can't find a solution to my issue. I have a .CMD that resides locally on the hard drive and I want to simply kick it off. I have entered the command like this: C:\<Folder>\<Sub-Folder>\<Name>.CMD This is rebooted to the installed operating system. The CMD file isn't running. If I want to run a .CMD through a command line, is there any special verbiage I need? Do I need to declare the starting directory in both the command line and the Start In Folder box? Should I be using a Task Sequence variable and, if so, which one? This command runs through many configurations and can only take place AFTER a bunch of applications have been installed so when I need to test a change in this, it usually is about 90 minutes between takes. I have run into this before but my work-around was to create and compile a script and then deploy via packages. Thank you for your time.
  7. Hello, I am trying to add the latest heartbeat discovery date to a report that is already in SCCM. I cloned the report (Compliance 8 - Computers in a specific compliance state for an update list <secondary>) and am having difficulty adding what I need. Any help out there? Thank you for your time. Eric
  8. Hello, For the past few months, we've been getting errors while trying to deploy patches through our Software Update Point. Eventually, we were able to trace the problem back to the hard drive on the server running out of free space. It turns out that the folder C:\Windows\Temp has been filling up with files that start with "CAB_". We delete the files and they come back again and again. Does anyone know what these are and what I can do to control their proliferation? Thanks for your time. Eric
  9. I don't know if this would be helpful, but I wrote a powershell script that sets the machine name based on the subnet the computer is sitting on during the imaging process. We have distinct sites and subnets, so this works well. Basically, based on subnet, the first three characters will be the site code (LAV for Las Vegas, NYC for New York City, etc.); the fourth and fifth characters are WW for Windows Workstation; the sixth character will be D for Desktop, N for Notebook or W for Workstation (based on a WMI query); the final seven characters will be the asset tag set in the BIOS (also based on a WMI query). I can post if someone would be interested.
  10. I have a machine that I am trying to re-image. I removed from SCCM (search on MAC and delete - has always worked before) and PXE booted. Normally, after a log in screen, it prompts me to choose one of three flavors of task sequences that are advertised to UNKNOWN machines. This one, however, was pulling down a PE boot image that is not associated with any of the TS's used for the UNKNOWN machines. I would get the prompt for the password and then get a message stating that there are no advertised tasks for this machine. There were three other task sequences that were using this particular PE boot image and I have removed all three advertisements, even though they were all pointing to specific collections and NOT to All Unknown Computers. I then started receiving the 'abortpxe.com' error message before going to the next boot device. Finally, I did a Computer Association, adding the computer to a specific collection and advertised an imaging task sequence to that collection and am still getting the 'abortpxe.com' error. It seems as if this machine is still showing up - somehow - in the works and is looking for a specific task sequence, even though I am telling it to receive a different task sequence. Is there another way to make sure the machine is completely removed the database? Thanks for any help. UPDATE: I just figured out that this was originally our reference machine for our Win 7 image build. The errant PE boot image that the machine kept trying to run was used during that process. I don't know how that would make a difference, but I just thought I'd throw that out there.
  11. Update: The problem just sort of went away, which is somewhat scarier than having the problem in the first place. The spot where the task sequence was ending is where I am executing a script to join the machine to the domain into a specific OU. After joining the domain, the machine should reboot and continue on with the remaining steps of the TS. It doesn't. It was rebooting after the domain join and acted as if there were no more steps. Anyway, hopefully this won't pop up again.
  12. Hello all, I am working with a task sequence that has been used many times already, but now will not run to the end. It has been stopping at various places and there is no obvious error statement to go along with it. The TS just ends. Which logs can I be looking at to figure this out? Is there a log that shows each step of the task sequence as it is being executed? I have gone through the smsts.log already but see no error, just the line "Execution engine result code:2" right before the final reboot and near the very bottom of the log. Also, it shows the initial statements "Parsing ..." for each line of the task sequence, but doesn't show them being executed. Any help? Anything I can throw your way to help troubleshoot?
  13. Thanks for the update. That is what was done. However, there is nothing within that tab that shows the source and that is what I needed to find.
  14. Does anyone know how to determine which drivers were inserted into the boot images? I am trying to troubleshoot an issue and can't see an easy way to determine which drivers should be there and which shouldn't. Figured it out: Went through every driver folder in SCCM and located the matching NIC drivers, clicked on each and selected the Usage tab on the bottom of the screen. Definitely the long way to go about it, but successful.
  15. Turns out it was the BIOS version. I updated to A10 and that made the issue go away. Thanks!
  16. Did this ever get resolved? I am running into the same thing with our OptiPlex 960 machines. Boot image loads extremely slow; task sequence equally slow. Drivers are loaded for NIC and drive. This only happens on the 960 model. Eric
  17. Hello. I am looking for some help that should be easy. When PXE booting an unknown computer that I wish to image, after the PXE boot server is contacted, I am prompted with the instruction above. The issue is that I would like it to display on the screen for longer than 3 seconds. Is there any way to lengthen that amount of time? Thanks for your time. Eric
  18. I found a solution for now. I cracked open the .WIM and inserted the .PS1 files I use and modified the Run Command Line steps of the Task Sequence to point to the local hard drive. Now everything runs as it should. Eric
  19. I wanted to clarify a little more on what I am trying to accomplish. We have several sites around the country and we want to use the exact same task sequence for each site. The computer rename and domain join needs to be automated. That way, anybody at any site can PXE boot a computer and as long as they know the password to begin the Task Sequence, they can reimage a computer. I use WMI queries to get some basic information and translate those into the variables used to create the computer name. Site code - three characters, based on IPDefaultGateway (Win32_NetworkAdapterConfiguration) N or D - Notebook or Desktop, based on Model (Win32_ComputerSystem - we use all Dell computers so it's easy) Serial Number - Seven characters, based on SerialNumber (Win32_BIOS) After the machine has been renamed, I reboot it and want to join it to the domain based on the three character site code within the computer name defined above. (For XP, should I use joindom.exe or some other method?) As stated earlier, I have already written a PowerShell script that runs perfectly within our Windows 7 Task Sequence, but I can't get it to work on my XP Task Sequence. Help?
  20. Hello, I am trying to hammer through a problem and can't get this figured out. Scenario: Using OSD to deploy XP image for older computer models. The image needs to deploy and the task sequence should rename computer based on subnet and then join computer to proper AD OU. Image created and deploys fine I cannot get the machine name change to work. In our Windows 7 image deployment task sequence, I created a PowerShell script that I run through a Task Sequence Run Command Line step. When I tried to use the same step in the XP image, I would receive a PowerShell error indicating the .PS1 file was not recognized as a cmdlet, etc. I then created a .CMD file to execute the PowerShell script and tried to run as a Task Sequence Install Software step. I am now getting an error in the TS log stating that the "install failed with error 0x80070001". If I deploy the same .CMD package as an advertised program, it works fine. Any great ideas out there? Eric
  21. Would I need to configure one on the secondary site? I already have that configured on the central site.
  22. How would I do that if the IP range I am looking at is already configured within the AD site?
  23. Hello, I am trying to figure out how the membership of sites can be configured. We currently have SCCM set up using AD sites as the site boundaries. However, we will have a number of machines that will not be members of the domain that will still need to be accounted for and will have IP addresses that match the range defined within the AD site. I have advertised applications to these machines and while the adverts find their way to the clients, the clients cannot find a management point to get the packages. How do I configure this?
×
×
  • 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.