I have setup USMT5.0 with MDT2012 on SCCM 2012 server. When i run the litetouch.vbs script it runs beautifully on a unencrypted device. I currently have it setup to capture the data in the XP machine by running the litetouch.vbs script and it captures the data in a .mig file and uploads it to a networe share. After that i format the drive and load windows 7 on the device with the Task sequences also the user data is in a .mig file. I am even able to capture the computer name with no issues. So basically when i finish running the litetouch.vbs script everything is the same in but it has windows 7, well everything but the applications. I am able to add some of the application in my task sequence but of course if i implement this on a large scale i will obviously miss some apps.
The problem i have is when i run the litetouch.vbs script on a encrypted device (sophos encryption) that's when i have an issue. So on the encrypted device i am still able to capture the data and put it on a share in a .mig file but i can not load the data back down after i run the diskpart and load win7 on the machine. Also, the computer name does not come back. Can someone point me in the right direction. I had microsoft on site for a few weeks but due to financial cut backs we no longer has MS Support.
Here are my rules on the deployment share workbench.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hey Everyone.
I have setup USMT5.0 with MDT2012 on SCCM 2012 server. When i run the litetouch.vbs script it runs beautifully on a unencrypted device. I currently have it setup to capture the data in the XP machine by running the litetouch.vbs script and it captures the data in a .mig file and uploads it to a networe share. After that i format the drive and load windows 7 on the device with the Task sequences also the user data is in a .mig file. I am even able to capture the computer name with no issues. So basically when i finish running the litetouch.vbs script everything is the same in but it has windows 7, well everything but the applications. I am able to add some of the application in my task sequence but of course if i implement this on a large scale i will obviously miss some apps.
The problem i have is when i run the litetouch.vbs script on a encrypted device (sophos encryption) that's when i have an issue. So on the encrypted device i am still able to capture the data and put it on a share in a .mig file but i can not load the data back down after i run the diskpart and load win7 on the machine. Also, the computer name does not come back. Can someone point me in the right direction. I had microsoft on site for a few weeks but due to financial cut backs we no longer has MS Support.
Here are my rules on the deployment share workbench.
Settings]
Priority=Default
Properties=MyCustomProperties
[Default]
OSInstall=Y
SLShare=\\server01\DeploymentShare$\logs
SLShareDynamicLogging=\\server01\DeploymentShare$\logs
ScanStateArgs=/v:5 /o /c
LoadStateArgs=/v:5 /c /lac /lae
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipDeploymentType=YES
DeploymentType=REFRESH
SkipDomainMembership=YES
JoinDomain=bhcs.pvt
DomainAdmin=admin
DomainAdminDomain=domain
DomainAdminPassword=xxxxxxx
' // Capturing USMT Data
SkipUserData=YES
UserDataLocation=NETWORK
UDShare=\\server01\DeploymentShare$\UserData
UDDir=%ComputerName%
SkipComputerBackup=YES
ComputerBackuplocation=NETWORK
BackupShare=\\Server01\DeploymentShare$\Userbackup
BackupDir=%ComputerName%
SkipTaskSequence=YES
TaskSequenceID=000025
SkipComputerName=YES
OSDComputerName=%ComputerName%
' // SkipPackageDisplay=YES
' // LanguagePacks001={3af4e3ce-8122-41a2-9cf9-892145521660}
' // LanguagePacks002={84fc70d4-db4b-40dc-a660-d546a50bf226}
SkipLocaleSelection=YES
UILanguage=en-US
UserLocale=en-US
KeyboardLocale=0409:00000409
SkipTimeZone=YES
TimeZoneName=Central Standard Time
' // SkipApplications=YES
' // Applications001={a26c6358-8db9-4615-90ff-d4511dc2feff}
' // Applications002={7e9d10a0-42ef-4a0a-9ee2-90eb2f4e4b98}
UserID=Admin
UserDomain=domain
UserPassword=xxxxxx
SkipBitLocker=YES
SkipSummary=YES
' // Uncomment if you want monitoring enabled
' // EventService=http://server01:9800
Share this post
Link to post
Share on other sites