Summary: Learn how to use Windows PowerShell to create a computer restore point.
How can I use Windows PowerShell to create a computer restore point?
Use the Checkpoint-Computer cmdlet and specify a description for the restore point.
Checkpoint-Computer –description “Everything is groovy”
Note This command must be run with Admin rights.