pbalderos Posted April 3, 2013 Report post Posted April 3, 2013 Good Day! I have a bit of a challenge. We have been having an issue with computers that have been off the network for 180 becasue these computers are sent to off site users When these computers are imaged they receive an activation key from our KMS server then sent out to the field. What I am trying to do is apply the MAK key only to our laptops and the KMS can take care of the desktops. Has anyone every run into this kind of senario? Thanks Phil! Quote Share this post Link to post Share on other sites More sharing options...
willisj318 Posted April 5, 2013 Report post Posted April 5, 2013 On your step where you apply the setting, you can create two of them, on one only have it run when it finds a battery via WMI Query. Select * from Win32_Battery where availability > 0 Have the other run when it does not find a battery Select * from Win32_Battery where availability < 1 You can set up separate collections and create a task sequence variable to use as well. Quote Share this post Link to post Share on other sites More sharing options...
pbalderos Posted April 9, 2013 Report post Posted April 9, 2013 Thanks Willis! That is an awesome suggestion. I think its simple enough for me to try out without breaking anything. Quote Share this post Link to post Share on other sites More sharing options...