I would create a logon script for your domain and you can have that script set up to send the notifications. If using Powershell V2 then you can call the send-mailmessage cmdlet in the script and pass it the values that you need. If your AD has all the attributes filled out then you should be able to pull the users managers email from AD.
Last Wiki Answer Submitted: February 11, 2013 10:53 pm by Colin Smith845 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
It is possible as AD stored the last logon time in the schema, you can access the field through ADSI edit. Your script would have to run in a loop to catch a new event so you may lose some performance on the server with a script constantly running and referencing AD.
It is possible as AD stored the last logon time in the schema, you can access the field through ADSI edit. Your script would have to run in a loop to catch a new event so you may lose some performance on the server with a script constantly running and referencing AD.