I know we can schedule and create restore point on each start up but I am wanting to deploy it through endpoint manager. I have 1000's of device within the organization to run this.
Any help will be appreciated.
I know we can schedule and create restore point on each start up but I am wanting to deploy it through endpoint manager. I have 1000's of device within the organization to run this.
Any help will be appreciated.
Do you have a command-line to perform this operation? If so, then just deploy that command-line using a package, run script, or CI. There's nothing different really about doing this in ConfigMgr although I'd suggest that in general what you are wanting to do is a bad idea. Why aren't built-in restore points based on OS level changes sufficient?
Agree with Jason, we may achieve this via commline line or scripts.
Checkpoint-Computer -Description "RestorePoint1" -RestorePointType "MODIFY_SETTINGS"
Just add a step Run PowerShell Script in the task sequence and choose Enter a PowerShell script, then enter the script.
For the script, I also performed a quick test in the lab. You may try it in your environment to see if it works either.
Here's the screenshot for your reference:
Hope the above information may help you.
If the response is helpful, please click "Accept Answer"and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
@KiranMaharjan-4801, Hope things are going well. I am writing to see if there's any update on our issue. If yes, feel free to let us know.
10 people are following this question.