How to perform scheduled notification through intune for Windows 10 devices

Question

Hi,

I have a requirement to send a notification to Windows 10 devices everyday in 6 hours interval through Intune. The popup needs to display on machine every 6 hours.

I have powershell script to display notification, but is it possible from intune to send notification / Deployed on scheduled intervals?

Let me know if there are some other options to push via intune rather than script also.

Thanks,

Dileepan A

Answers ( 2 )

    1
    2020-06-10T14:16:59+05:30

    Toast notification or normal notification \

    I’m working on a project Free Intune Training

    I found something interesting while doing some testing 🙂 I have not tested this but it might help ….

    You can try this for toast notification – But maybe u need to create a scheduled task and call the Extension\agentexecutor.exe

    “C:\Program Files (x86)\Microsoft Intune Management Extension\agentexecutor.exe” -toast “ToastDownloadingMessage”

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .