I have a script I got from a scripting guy and he swears this works for him, but I continue to get an error when the startup script runs on the workstations saying the error is on "Line 16, Char 1". I can run this interactively when logged on with Admin permissions without error. So right now...
Question:
I'm mapping network drives based off of their Group Membership in Active Directory. I have that working fine, but I now need to add a statement that if they are a member of group "XYZ" then DELETE Mapped Drive P:\ and map the following drives.
Any help would be appreciated.
Thanks!
Okay, I have a VBScript which is just modifying a registry key. I want this to run at logon throug an Active Directory Logon Script. Users are not local admins on the workstation so I need to figure out how to have this VBS run as a local admin. Can anyone help me with this please?
Thanks!
I'm running this script to kick this .exe of for a silent uninstall. I need it do a check first to see if the .exe exists and if not then QUIT, but if it does then call out the .exe in the path below.
Set wshShell = WScript.CreateObject ("WSCript.shell")
wshshell.run...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.