Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ALLM
  • Content: Threads
  • Order by date
  1. ALLM

    Adding Domain Group to Local Admin Group

    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...
  2. ALLM

    Removing Mapped Drive based off of Group Membership

    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!
  3. ALLM

    Elevated Permissions

    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!
  4. ALLM

    Check for a file to exist first

    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...

Part and Inventory Search

Back
Top