Search code examples
popupmodalpopupextender

send a net send type popup to all users 1 day a week on my network


I'm looking to send a net send type message popup to all users in my network 1 day week every week.

Can I do this via Windows somwhow or would I need a script running somewhere?

Thanks,


Solution

  • First you need to ensure the net send service is allowed to run control panel->services. So check that services for the service that controls net send. Than you simply create a batch file and issue a net send command. You place that batch file on a server and use windows scheduler to schedule the batch job to run once a week.