session_send_message
Send informational messages to VMware Horizon sessions, targeting by session IDs or user, to notify users about maintenance or other updates without disrupting sessions.
Instructions
[WRITE] Send a message to Horizon session(s) — e.g. "save your work, maintenance in 10 min".
Low blast radius (informational only, no session disruption), so no confirm gate. Identify by session_ids OR user. Audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Message all sessions of this AD user (substring match). | |
| target | No | Horizon target from config.yaml; omit to use the default. | |
| message | Yes | The text to display to the user(s). | |
| session_ids | No | Session ids to message. | |
| message_type | No | INFO, WARNING, or ERROR. | INFO |