msg.exe
- File Path:
C:\windows\system32\msg.exe
- Description: Message Utility
Hashes
Type | Hash |
---|---|
MD5 | 4ADC30525A7BA315E3A2B5386D61294E |
SHA1 | 2AD724B8F26526F1BCD24DFC8259A6EEC95E0C0C |
SHA256 | CBC559D2A2553D3BB60326A42BE32D0B42A75B17F88E4E0E46E0B6D091D03068 |
SHA384 | D3289993393F83642F5C787B80BA0BDB575E037269890762A651E170714782C13F4C4E550562A8E7A7EF86AAA840C681 |
SHA512 | E632007E1FDD6E22A917DFC38C6C311BF4417F299FF052C2197F84A83259085732A004A19A5ECDD5B779396F1B7331770F1973946FAF75687684D862A7E7E71D |
SSDEEP | 768:8R51CN87LjjcqmZtbQL7P6iXIjY/acnHiWd:8R51sNQyi4jY/1Jd |
Signature
- Status: The file C:\windows\system32\msg.exe is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170
- Serial: ``
- Thumbprint: ``
- Issuer:
- Subject:
File Metadata
- Original Filename: msg.exe.mui
- Product Name: Microsoft Windows Operating System
- Company Name: Microsoft Corporation
- File Version: 6.3.9600.16384 (winblue_rtm.130821-1623)
- Product Version: 6.3.9600.16384
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
Additional Info*
*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.
msg
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Sends a message to a user on a Remote Desktop Session Host server.
[!NOTE] You must have Message special access permission to send a message.
Syntax
msg {<username> | <sessionname> | <sessionID>| @<filename> | *} [/server:<servername>] [/time:<seconds>] [/v] [/w] [<message>]
Parameters
Parameter | Description |
---|---|
<username> |
Specifies the name of the user that you want to receive the message. If you don’t specify a user or a session, this command displays an error message. When specifying a session, it must be an active one. |
<sessionname> |
Specifies the name of the session that you want to receive the message. If you don’t specify a user or a session, this command displays an error message. When specifying a session, it must be an active one. |
<sessionID> |
Specifies the numeric ID of the session whose user you want to receive a message. |
@<filename> |
Identifies a file containing a list of user names, session names, and session IDs that you want to receive the message. |
* | Sends the message to all user names on the system. |
/server:<servername> |
Specifies the Remote Desktop Session Host server whose session or user you want to receive the message. If unspecified, /server uses the server to which you are currently logged on. |
/time:<seconds> |
Specifies the amount of time that the message you sent is displayed on the user’s screen. After the time limit is reached, the message disappears. If no time limit is set, the message remains on the user’s screen until the user sees the message and clicks OK. |
/v | Displays information about the actions being performed. |
/w | Waits for an acknowledgment from the user that the message has been received. Use this parameter with /time:<*seconds*> to avoid a possible long delay if the user does not immediately respond. Using this parameter with /v is also helpful. |
<message> |
Specifies the text of the message that you want to send. If no message is specified, you will be prompted to enter a message. To send a message that is contained in a file, type the less than (<) symbol followed by the file name. |
/? | Displays help at the command prompt. |
Examples
To send a message entitled, Let’s meet at 1PM today to all sessions for User1, type:
msg User1 Let's meet at 1PM today
To send the same message to session modeM02, type:
msg modem02 Let's meet at 1PM today
To send the message to all sessions contained in the file userlist, type:
msg @userlist Let's meet at 1PM today
To send the message to all users who are logged on, type:
msg * Let's meet at 1PM today
To send the message to all users, with an acknowledgment time-out (for example, 10 seconds), type:
msg * /time:10 Let's meet at 1PM today
Additional References
MIT License. Copyright (c) 2020-2021 Strontic.