Write a small vbscript to dump the first two characters to a task sequence variable and then query it
> On 31 Jul 2014, at 17:47, "Murray, Mike" <[email protected]> wrote: > > I have a couple of steps in our TS that I want to execute for one set of > computers based on their naming convention, and another set of steps for > another set of computers with a different naming convention. The two naming > conventions start with: > > QL- > RS- > > If I use the argument under options, task sequence variable OSDComputerName > greater than or equal to “QL-%”, both naming conventions match the > requirement, and I don’t want that. If I just use equals, it doesn’t work at > all. > > Is there some other way to work this logic? > > > Best Regards, > > Mike Murray > Desktop Management Coordinator - IT Support Services > California State University, Chico > 530.898.4357 > [email protected] > >

