How to run VBScript during logon

Soldato
Joined
11 Feb 2004
Posts
4,532
Location
Surrey, UK
I have a VB Script which amends stored Outlook signatures to include a Url which points to an image.

We have hundreds of users - can I do something other than expect them to run it manually?

I suggeted this to our admin guys but they have said the users will need to run it themselves?
 
Domain environment?

Group policy or login scripts. Can even define it be run silently. Plenty of ways of doing this, your 'admins' are BSing you.

That's what I thought - we obviously use group policy and push stuff out using AD. Just wanted some confirmation from someone who really understands!

Thanks :)
 
Very simple group policy on the user account, or if they want to do it on computer, then just have it copy your script to the "startup" folder on all profiles on every machine. User policy should take your admins no longer than 60 secs to complete
 
Back
Top Bottom