Forum Discussion
admin-CPH
Mar 19, 2023Brass Contributor
A toast notification to display a warning to user if a device not rebooted since x days
Hi, I found this PowerShell script online to send a warning toast notification to the user if the device has not rebooted for X days. When running it locally on my device, the script is working wit...
Bas1819135
Dec 15, 2023Copper Contributor
admin-CPH Hiren Shah
You need to run the script as a user. If you don't, the script will run as SYSTEM, and you will encounter the error 'Access Denied (0x80070005)'.