Are you encountering "Access Denied" messages?
Are you encountering "Access Denied" messages?
I'm trying to configure automatic restore points in the task scheduler using PowerShell. I've seen that running the script with this command should generate a restore point, but I'm encountering an error. The message says access is denied.
Even for testing the necessary admin rights need to be "passed along".
Perhaps "Get-Credential"
https://learn.microsoft.com/en-us/p...l....rshell-7.3
Just a thought.