Im using SCCM 2012 SP1 / MDT 2012 U1
I am using UDI to capture some basic dynami information at the beginning of the Deployment. However, I DO NOT want to use Hard Links. Here is my CS.ini. What properties do I NEED VS. Overkill?
;Added this to make sure the Disk is partitioned
OSDDiskPart=TRUE
;No Hard Links
USMTLocal=FALSE
;General USMT Settings
OSDMigrateAdditionalCaptureOptions=/ue:%computername%\* /uel:30
USMTMigFiles001=MigApp.xml
USMTMigFiles002=MigUser.xml
USMTMigFiles003=Custom.xml
;UDI USMT Settings
OSDUserStateMode=Network
UserStateMode=Network
SMSConnectNetworkFolderPath=\\SERVERNAME\usmt\%computername%
OSDStateStorePath=\\SERVERNAME\usmt\%computername%
OSDUserStateKey=U$erN@me
OSDUserStateKeyPassword=P@ssw0rd
;MDT USMT Settings
UserDataLocation=NETWORK
UDShare=\\SERVERNAME\usmt
UDDir=%OSDComputerName%
/Brian G
-BrianG (http://supportishere.com)