agarabaghi Posted June 20, 2012 Posted June 20, 2012 I get 0 errors 1 warning when i deploy my OS/task sequence. It says Restore User failed or something when it finishes. They should not be restoring anythign...
agarabaghi Posted June 20, 2012 Author Posted June 20, 2012 you have to set UserDataLocation=NONE after SkipUserData=YES
PiqueABoo Posted June 20, 2012 Posted June 20, 2012 One key point about MDT is that the Stand Client TS template is multipurpose and if you're simply formatting the disk and throwing an OS image on it etc. then you can customise the TS accordingly e.g. amongst other things I deleted the entire State Capture branch, and inside the State Restore branch removed Restore User State, Restore Groups and the Capture Image sub-branches. If it's not attempting to do something redundant to your purposes in the first place then that "something" won't ever fail.
agarabaghi Posted June 20, 2012 Author Posted June 20, 2012 [settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES WsusServer=http://keymaster SkipTimeZone=Yes TimeZone=035 TimeZoneName=Eastern Standard Time SkipUserData=YES UserDataLocation=NONE SkipLocaleSelection=YES SkipApplications=NO
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now