Summary: Use Windows PowerShell to list all computer restore points on your system.
How can I use Windows PowerShell to list computer restore points on my system?
Use the Get-ComputerRestorePoint cmdlet:
Get-ComputerRestorePoint
Note This command must be run with Admin rights.