sysprep as a post-install
Hello,
is there a script to automaticly do a sysprep /generalize /oobe after an image has been deployed?
thanx
is there a script to automaticly do a sysprep /generalize /oobe after an image has been deployed?
thanx
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
dchristian
13 years ago
Posted by:
petrybosch
13 years ago
Posted by:
cblake
13 years ago
There's a built in naming rule type of task that uses WSNAME. In postinstall, go to Choose Action dropdown and select naming rule; WSNAME can either be automated to use an answer file database (Our default), or build naming scheme with automated criteria.
Name database expects a text file with a variable (usually MAC address or Serial Number) and hostname to match to. Criteria based command line can get complex; see http://mystuff.clarke.co.nz/MyStuff/wsname.asp for more details on usage.
Name database expects a text file with a variable (usually MAC address or Serial Number) and hostname to match to. Criteria based command line can get complex; see http://mystuff.clarke.co.nz/MyStuff/wsname.asp for more details on usage.
Posted by:
petrybosch
13 years ago
Posted by:
cblake
13 years ago
Posted by:
petrybosch
13 years ago
Posted by:
dchristian
13 years ago
Posted by:
dyehardfan
13 years ago
I find it strange that I don't have to use the /rcid switch when I re-image a machine that was already part of our domain. I am not sure why I don't, but I actually got WSName failures when I tried this. It works fine without it though.
ORIGINAL: dchristian
petrybosch,
You might want to look at calling wsname with the /rcid switch.
This will rename the existing computer in the domain for you.
Ex:
wsname.exe /N:NewName /ricd /user:domain\adminsitrator /pass:password /deleteexisting
Posted by:
dchristian
13 years ago
Posted by:
dyehardfan
13 years ago
no, just rolling with it at the time being since it's working the way I want it to. if/when I start encountering problems I'll follow up on it. too many other irons in the fire at present.
ORIGINAL: dchristian
dyehardfan,
Have you tried calling wsname with the logging command to see the error?
wsname.exe N:newname /LOGFILE:C:\namelog.txt
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.