Hey, Scripting Guy! Some of the things we do in our logon scripts require the user to be a local administrator. How can the script tell if the user is a local admin or not?-- GM, Denver, COHey, GM. The best way to do that is to check the membership of the local Administrator’s group and see if the user is in there. To do that, you need ...