Sysprep Question

Kevin_CO's picture

Probably not the best forum selection but it applies to the process of applying sysprep post rdeploy of image.  Script:  /rdeploy\windows\firm copy .\temp%id%.txt PROD .\Sysprep\sysprep.inf deploys sysprep successfully to the target system but after windows comes up, my target system is not joined to the domain and following this step my runonce.cmd doesn't kick off (that gets copied by firm successfully as well).  

I also receive a successul task completion so I'm not clear why sysprep isn't working properly.  

Looking for ideas...

bhawver's picture

syntax

Assuming you copied and pasted the script, or it looks exactly how you typed it, I can see a problem with it.

If this is running from WinPE it should look like this (to the best of my knowledge as I don't use WinPE...I'm a linux guy).

.\rdeploy\windows\firm copy .\temp%id%.txt PROD:\Sysprep\sysprep.inf

Please note that directly after PROD there is a semi-colon ":" and no period "." and no space.  Also note the direction of the first slash, in windows it needs to be a backslash "\" and not a forward slash "/".

viddect's picture

what does netsetup.log say

On the client machine in the c:\windows\system32 ( i think) there is a log netsetup.log. In there you will be able to see the command that was sent to the domain for that machine to join and any error messages that was reported.

the aclient doesnt report back sysprep error messages other than if it ran or not. If there was some other people you will not know till you look at the client.

Linux Man
Viddect

Kevin_CO's picture

Mistype...

Syntax you're correct, that is how my script reads.

Thanks for catching though.