VBscript batch script to run when users logon, maybe create in attribute 1 that is called : "first login" on every new user. .. and check with your VBScript if that attribute is set .. run this code:
http://www.paulsadowski.co
there is a good example on how to send emails.. havent found anything on checking attributes. but i know that VBScript does support LDAP lookups.
Main Topics
Browse All Topics





by: bluntTonyPosted on 2009-08-18 at 03:09:30ID: 25121512
You could script this to trigger on the first login for each user. It's just a question of where to store information about who's already received the email.
You could use an un-used attribute against the user maybe. I'll post an example script shortly.