I konw there is a much better way to do this but just don't have the experience to know. I'd like to make an exclusion list so I don't run certain parts of my script on specified workstations

IF NOT @WKSTA = "Workstation1" OR "Workstation2" OR "Workstation3" OR "etc"
RUN SOME COMMAND
ENDIF