Jump to content

Recommended Posts

Posted

Hello everyone,

 

My question is regarding windows 10 restore points in Pulseway. We noticed that when run our tasks and view the script output later on. We see that Create System Restore Point is successfully checked of even though the log tells us differently:

Checkpoint-Computer : This command cannot be run due to the following error: the service cannot be started because it is disabled or does not have enabled devices associated with it.

Is there a way to add an extra step to enable System Restore before actually making a Restore Point?

 

With kind regards,

 

Rudolf

Posted

I am currently testing a test script, would something like this work?

Enable-ComputerRestore -Drive "C:\"
vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=10%
 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...