Sendmsg
Invoke the RD Session Host Session to send a message to the RD Session Host Session with specified Session ID.
Path parameters
rdsIdinteger · int32Required
The ID of a RD Session Host server.
idinteger · int32Required
Session ID of the Session to be sent a message.
Body
Invoke a command to a Remote Desktop Session
msgTitlestring · nullableOptional
The message title for the session message.
messagestring · nullableOptional
The session message to be sent.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
post
/api/RDS/Host/{rdsId}/sessions/{id}/sendmsgNo content
Was this helpful?