Forum Discussion
Salamat_Shah
Nov 12, 2024MCT
Device Notification
How can we send notifications to specific devices or all devices using Intune?
SebastiaanSmits
Nov 20, 2024Iron Contributor
Hi I think the best options (if you are unable to use Mail or Teams messages in this scenario) is using Powershell. You could create a Powershell script and deploy via Platform Scripts in Intune. I used a while back the BurnToast module to create notifications: https://github.com/Windos/BurntToast not sure if it still works, I also do not see if it works on Win11 for example so something to test. But you can also research further there are some other notification options or even write your own solution..