Hello, guys.
I've been running into a problem lately. We are currently trying to automate the printer-installation in our company by using VBScripts.
Right now I have a OU set up with several computers that are in the same room and will therefore get the same printers. First we are placing a vbs.-file on these PCs by using a Group Policy on this OU. This script runs on Startup and works perfectly well. It places the file into the folder C:\Scripts (if the folder doesn't exist, it creates it).
The problem is the other GPO, which is being applied to all users in our company and runs on logon. It's supposed to look in the folder C:\Scripts and run our .vbs-file in there (If the computer isn't in the OU it obviously won't find anything and will not run any script). The problem is, it doesn't do that. If I run the script manually, it installs the printers. So the problem has to be with the GPO, right?
This is the path I have given for the script in the GPO: C:\Scripts\printer.vbs
I highly suspect this path doesn't work, though I don't know how to make it work.
I'd appreciate any help, thank you.
Greetings, TheRobidog