TLDR
Enter a command. For example: whoami, choco pack, vol, choco outdated.

msg

 
Send a message to a specific user or session. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/msg.
 
  • Send a message to a specified user or session:
     
    msg {{username|session_name|session_id}} {{message}}
     
  • Send a message from stdin:
     
    echo "{{message}}" | msg {{username|session_name|session_id}}
     
  • Send a message to a specific server:
     
    msg /server:{{server_name}} {{username|session_name|session_id}}
     
  • Send a message to all users of the current machine:
     
    msg *
     
  • Set a delay in seconds for a message:
     
    msg /time:{{seconds}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.