Network Message at Logon for different domains

  • Thread starter Thread starter Ihab Abedrabbo
  • Start date Start date
I

Ihab Abedrabbo

Hello,
We are working for a client that has several NT and 2000
domains. All in the same office. Not all of the domains
trust each other, but we have the admin password for all
domains. We are upgrading an application server where all
users connect to work.

We need to notify the users of all domains when they login
to their machines in the morning saying that major
modifications has been made, please contact the helpdesk.

How can I do this in the least time and fastest possibile?
Thank you.

Ihab Abedrabbo
 
Hello,
We are working for a client that has several NT and 2000
domains. All in the same office. Not all of the domains
trust each other, but we have the admin password for all
domains. We are upgrading an application server where all
users connect to work.

We need to notify the users of all domains when they login
to their machines in the morning saying that major
modifications has been made, please contact the helpdesk.

How can I do this in the least time and fastest possibile?
Thank you.

Ihab Abedrabbo

Assuming that they all run logon scripts, modify each script:

net send %computername% "Major modifications have been made. Please contact the
help desk."

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top