sending messages using Terminal services

  • Thread starter Thread starter radhika
  • Start date Start date
R

radhika

how do i end messages to all users
as an administrator using terminal
services.

when i go to terminal services manager, it shows
only the administrator under User tab and all other
users are not listed. how do i see all users in the
company under the users tab.

rathika
 
I would do this through a command line...something like:

msg * hello world

This will send the message, "hello world" to every user on
the current server.

-M
 
Back
Top