Search the Community
Showing results for tags 'operating system'.
-
we are new to sccm 2012 and have had no training, so kind of feeling our we through it. a task that has been given to us is to try and deploy sp1 for win 7 via sccm 2012 but dont using wsus server. so i guessing we need to download the standalone sp1, package it and deploy it. is this the best approach or is there a better option. we have over 1500 machines to deploy it to. look forward to your response
-
I have 5 sites that currently have 5 separate, identical task sequence...but one difference is there is a program one of my techs wrote that renames the computer to, for example, MPHS-SerialNumber. Our sites are as follows: MPHS- MPJH- MPES- so forth and so on Each site has their own gateway/subnet, and so if I was able to put this ALL into ONE task sequence that would be amazing. If given this, how would you all do this? I know that I can add the scripting/program/etc for each site to the task sequence, and then under options apply a conditional WMI query based on the subnet/gateway the client resides in, but I don't know HOW to do this. I've tried this: Select * From Win32_NetworkAdapterConfiguration Where DefaultIPGateway="10.80.16.1" And I get this error during the task sequence: The task sequence execution engine failed evaluating the condition for the action (MPHS Rename) in the group (Site-Specific Renaming). Error code 4119. The operating system reported error 53: The network path was not found. I'm at a loss for how to achieve this, but i know it's something simple i'm missing...or I just need to completely re-evalute how we're renaming these computers and do it differently...anyone out there generous enough to help me out with this task would be greatly appreciated! Thanks so much!
- 10 replies
-
Hi, I've been trying to track down the source of a task sequence error 0x80004005. I've browsed the forums regarding this error and tried changing various things about the task sequence such as checking all the agent credentials are correct, checking all packages have been added to the distribution point, removing the license key from the task sequence, removing the install software steps etc. However the error still comes up every time, its probably something very obvious I'm missing! I'm trying to install Windows 7 Pro via the task sequence, a seperate task sequence I created to install Windows XP is successful. The system is a 2007 R3 server and we only have one, I'm trying to run the sequence from the local network. I've attached my smts.txt log in the hopes someone can spot something I've missed. Thanks in advance for any help/suggestions. smsts.log Edit - I've found that the task sequence works if you just format and apply an image to a system, any further steps such as 'Apply windows settings' result in the 0x80004005 error.