Posts

Image
  USMT User Data Migration  Typically in the past data has been migrated manually by IT, this generally takes up a lot of time for the IT person involved in migrating the data and can result in varying experiences for the user. The USMT (User State Migration Tool) from Microsoft can be used to provide a much quicker and consistent migration experience for both the IT person and the general user. Setup USMT Download USMT and put on a file share either on a PC or a server in this case it is on C Root (Make sure enough disk space is available). Inside the Microsoft USMT 4.0 the folder structure should look like the following ScanState .Bat File Create a batch file under Microsoft USMT 4.0 with the following command (TEST3007 in this case is the PC that the migration data will be stored on) pushd "\\TEST3007\C$\Microsoft USMT 4.0\x86" scanstate.exe \\TEST3007\C$\PCBackup\%computername% /ui:DOMAINNAME\* /i:migapp.xml /i:miguser...

DWG Trueview 2012

Image
In order to deploy AutoDesk Trueview 2012 for windows 7 you will need to download the source from http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&id=9078813. Once you have downloaded the setup files then extract them to your SCCM server using 7 zip.Should look something like below minus the Autodesk.Bat.  Once you have done this make sure you have all the required components on your machine to make it possible to install Trueview 2012. If you dont then download the components you need, in my case I required .Net 4.0. I downloaded the dotNetFx40_Full_x86_x64.exe file and added to my Trueview package under the folder "3rdParty\NET\4\wcu\dotNetFramework\dotNetFx40_Full_x86_x64" You now have all the components you need to complete the install, all that is left to do is create a .bat file to run the .Net 4.0 component then the actual Trueview 2012 install. Below is the command i used within my AutoDesk.Bat:- "3rdParty\NET\4\wcu\dotNetFramework\dotNetF...