Thursday, December 04, 2008
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: Skip User Data
Prev Next
You are not authorized to post a reply.

AuthorMessages
patrickm12981User is Offline

Posts:44

Send Message
07/15/2008 6:07 PM  
I want to skip the restore user data screen for one of my task sequences. I set the task sequence variable to SkipUserData = YES and put it right after Gather local only. I also set the UserDataLocation = NONE and StatePath=(Blank). All in that order.
Ash1010User is Offline

Posts:7

Send Message
07/17/2008 5:54 PM  
where are you putting this and remove space between = and Yes (if you have any)
patrickm12981User is Offline

Posts:44

Send Message
07/17/2008 6:05 PM  
In the task sequence. Take a look at the attachments.

Attachment: Skip user data1.docx
Attachment: Skip user data2.docx

Ash1010User is Offline

Posts:7

Send Message
07/17/2008 9:58 PM  

Hi You need to put this in the rules file for MDt

Right click on your Deployment point - properties -> rules

See mine below

[Settings]
Priority=CSettings, MMSettings, Default
Properties=MyCustomProperty

[Default]
OSInstall=YES
;ScanStateArgs=NO
;LoadStateArgs=NO
DeployRoot=\\BDD\distribution$
SkipAppsOnUpgrade=NO
SkipCapture=YES
;ComputerBackupLocation=\\nyc-am-dep-01\Backup$\
;BackupFile=MyCustomImage.wim
SkipAdminPassword=Yes
SkipProductKey=Yes
;SkipDeploymentType=Yes;
DeploymentType=NEWCOMPUTER
SkipDomainMembership=YES
JoinWorkGroup=Temp
;DomainAdmin=
;DomainAdminDomain=
;DomainAdminPassword=
SkipUserData=Yes
;UserDataLocation=\\nyc-am-dep-01\Dellimage\Vista-hp530\usmtdata
SkipBuild=NO
;BuildiD=NewDesk
SkipComputerName=NO
;ComputerName=%SerialNumber%
SkipPackageDisplay=NO
;SkipAppsOnUpgrade=NO
;LanguagePacks1={3af4e3ce-8122-41a2-9cf9-892145521660}
;LanguagePacks2={84fc70d4-db4b-40dc-a660-d546a50bf226}
SkipLocaleSelection=Yes
UserLocale = en-NZ
SystemLocale = en-NZ
UIlanguage = en-US
SkipTimeZone=Yes
;TimeZoneName=GMT Standard Time
SkipApplications=NO
;Applications1={a26c6358-8db9-4615-90ff-d4511dc2feff}
;Applications2={7e9d10a0-42ef-4a0a-9ee2-90eb2f4e4b98}
SkipBitLocker=Yes
SkipSummary=Yes
;Powerusers1=Americas\JoinRis
;CaptureGroups=Yes
;SLShare=\\nyc-am-dep-01\Dellimage\Logs

Home_page=http:\\google.com

 

patrickm12981User is Offline

Posts:44

Send Message
07/17/2008 10:16 PM  
But won't that set it for every task sequence. What I am trying to do is one specific task sequence.
Ash1010User is Offline

Posts:7

Send Message
07/17/2008 11:21 PM  
yes you are correct that will set it for all task sequence
patrickm12981User is Offline

Posts:44

Send Message
07/18/2008 12:00 AM  
Now you see my dilemma.
PyrosoftUser is Offline

Posts:48

Send Message
07/18/2008 2:08 AM  
You could still have this in CustomSettings.ini
Put the name of the task sequence that you want to modify these settings for in square brackets above [Default]

For example:


[Settings]
Priority=TaskSequenceID, Default
Properties=MyCustomProperty

[CHANGETHIS_MYTASKNAME]
SkipUserData=YES
UserDataLocation=NONE

[Default]
OSInstall=YES
etc
etc
etc

I haven't tried doing this particular thing so this is off the top of my head, but I think this method should work.
It might at least give you a starting point.
patrickm12981User is Offline

Posts:44

Send Message
07/18/2008 10:32 AM  

This is what I have. It does not work.

[Settings]
Priority=TaskSequenceID, ByLaptopAndWDSServer, Default, MMSettings, Locations, LSettings, LPackages, LApps, LAdmins, LRoles, MMPackages, MMApps, MMAdmins, MMRoles
Properties=MyCustomProperty


[Production]
SkipUserData=Yes
UserDataLocation=NONE

[ByLaptopAndWDSServer]
Subsection=LaptopAndWDSServer-%IsLaptop%-%wdsserver%

You are not authorized to post a reply.
Forums > Deployment Solutions > MDT 2008 > Skip User Data



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt