Easy way to install depending on Chassis Type (laptop, Desktop or Server)
Lets say you have a application you only want to install on laptops, like f.ex. VPN or battery SW. Well now how do you get around this??
I use the MDT variable IsLaptop as an option on my Task Sequence step.
1. add the MDT Gather step somewhere after the image has been deployed
2. On the Install Software step you only want to install on Laptops, you add the “Option-Task Sequence Variable” IsLaptop equals TRUE
This will make sure this step is only run is the Chassi type is LAPTOP.
You can of cause do the same for DESKTOP – IsDesktop=TRUE and SERVER – IsServer=TRUE


Subscribe to Michael's RSS Feed