I've already got a VBS script up and running that creates a local user account (with a non-expiring and non-changeable password) and adds it to administrators group. For the final step, I need to ...
I wrote a logon script that checks to see if a user has a file locally (an Excel add-in) and if not it should copy it from the server. If it is there the script checks to make sure it is the latest ...