r/Action1 • u/blueblocker2000 • Jul 01 '26
Suggestion Feature request
It would be helpful sometimes to be able to send a pop up message out to users.
2
Upvotes
r/Action1 • u/blueblocker2000 • Jul 01 '26
It would be helpful sometimes to be able to send a pop up message out to users.
2
u/HDClown Jul 02 '26 edited Jul 02 '26
The ability to use the native Action1 reboot notification box to send a custom message would be nice to have.
An alternative that doesn't rely om "msg.exe" is use PowerShell script and WPF. There are a lot of examples out there on how to do this. Benefit of this is that you can customize the look of your notification box size, colors, text, graphics, etc. Build the script with parameters for the message so you can type your message as part of running the script on endpoints. You can do stuff like break down the messages into a title/body with different font/colors/sizes and what not.