I think this will work... not tested.

 Code:
if not(@wksta="Workstation1" or @wksta="Workstation2" or @wksta="Workstation3")
  ;do stuff
endif


I hate this kind of code... my eyes cross and then I question what I did... if its right... Anyone else care to jump in here.