May 13 2022 02:07 AM
May 13 2022 02:33 AM
May 13 2022 03:07 AM
I have this one
$Uptime= get-computerinfo | Select-Object OSUptime
if ($Uptime.OsUptime.Days -ge 7){New-BurntToastNotification -Text 'It has been 5 days since your PC was last rebooted. Kindly reboot once a day for best performance.
' -SnoozeAndDismiss}
but here I need to install Burntoast module to all devices and how to be sure that this script will run daily?
May 13 2022 03:26 AM
SolutionMar 16 2023 04:15 AM
@gerardoamadeus
Thank you so much!
It has been working fine for some months a go.
Recently and I think with Windows 11, the toast notifications don't appear even if - don't disturb is off as I expect to be the problem.
I tried to run the script locally on my device with no problem.
Should I change something, or do you suggest another solution?
This reminder is so a great idea and it is keeping the devices healthy and updated.
Thanks
May 01 2023 06:59 PM
May 28 2023 03:11 PM
May 29 2023 10:51 AM
In the update rings you have deadline you can configure... i use this and its working well
May 13 2022 03:26 AM
Solution