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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logon script permissions problem

Status
Not open for further replies.

TheGrandHooHa

Technical User
Feb 17, 2002
26
US
This may be a simple question, but I'd like to know the answer, as Active Directory/logon scripts are not my forte.

I have a logon script that needs to be executed every time the user logs in. The script installs/updates our virus scan software (TrendMicro OfficeScan). If a person logs on to a computer that does not have the virus scanner installed, the script installs it for them... or at least, it should. It will only install if the user has administrative rights. Unfortunately, most of our users do not have the rights needed to install software, and as such, the virus scan will not install unless and administrator logs in. Is there any way to make the script run "above" any user permissions? I.e., allow it to install even if a user is not usually allowed to install software? Would there be a better way to deliver this software than a logon script?

Thank you in advance,

--Chris
 
Why don't you just create a software policy and assign it to the computer?

Q314934


John
MOSMWNMTK
 
I had thought of that before, but I always assumed you needed an MSI file to do that... can you just run a batch file instead? I wish Trend would have included an MSI file with the program, but no such luck, so being able to use this logon script is my only hope.

Thanks,
--Chris
 
Assign the startup script to the machine, but only if users turn off their machines after logging off.

Software assignment also works as mentioned above.

/Siddharth
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top