PowerTip: Use PowerShell to Find Computer Restore Points

Doctor Scripto

Summary: Use Windows PowerShell to list all computer restore points on your system.

Hey, Scripting Guy! Question How can I use Windows PowerShell to list computer restore points on my system?

Hey, Scripting Guy! Answer Use the Get-ComputerRestorePoint cmdlet:

Get-ComputerRestorePoint

Note This command must be run with Admin rights.

0 comments

Discussion is closed.

Feedback usabilla icon