jmafc Posted August 26, 2013 Posted August 26, 2013 Basically i have setup my Deployment Share with 2 seperate task sequences one for Windows 7 Enterprise 32bit and one for 64bit both also have their own driver folder x86 and x64 respectively which they point to Bascially this is the only manual process (apart from name and OU which i want to keep manual) which i want to automate What i am trying to do is basically get MDT to query the amount of RAM that the machine currently has from the BIOS etc and point it to either 32bit if 3.5GB RAM or lower / 64bit task sequence if 4GB +?? Thanks Jack
Jamo Posted August 26, 2013 Posted August 26, 2013 Use a user exit script to query the RAM through VB script and use it to select the task sequence Using a User Exit Script to Customize Deployments in MDT | WindowsDeployments.net Task sequence variable is TaskSequenceID and needs to be set to the ID OK f the ts (its short name)
Arthur Posted August 26, 2013 Posted August 26, 2013 The user exit script on the website below should do what you want. deployment.cybertechcomputers.co.nz/mdt-toolkit-reference/UserExitScriInTheCustIniFile.htm
jmafc Posted August 27, 2013 Author Posted August 27, 2013 Thats worked just as i wanted thank you Kind Regards Jack
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