I need some help with creating a piece of code that will allow me to check the name of the workstation, that my new script is going to run on, against the list of computer in a txt file, then if the name of the workstation matches one of the workstation names in the txt file then do the following, but if the workstation does not match then do nothing. I think I need to use @computername to determine the current name of the workstation. Edited** If @computername = ; (one of the workstat