net send auf Terminalserver wts user sitzung
Hallo Leute,
wenn ich einen "net send * Nachricht" sende bekommen die Terminalserver Benutzer keine Nachricht.
Was muss ich machen damit das funktioniert?
Gruß
user217
wenn ich einen "net send * Nachricht" sende bekommen die Terminalserver Benutzer keine Nachricht.
Was muss ich machen damit das funktioniert?
Gruß
user217
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 106454
Url: https://administrator.de/forum/net-send-auf-terminalserver-wts-user-sitzung-106454.html
Ausgedruckt am: 24.12.2024 um 00:12 Uhr
3 Kommentare
Neuester Kommentar
Hi,
nimm die msg.exe: (Standardbestandteil von W2k3):
MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]
username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
nimm die msg.exe: (Standardbestandteil von W2k3):
MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]
username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
- Send message to all sessions on specified server.
/TIME:seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it
or reads from stdin.
Gruß,
Sven