January 9th, 2015

PowerTip: Find Restore Points with PowerShell

Doctor Scripto
Scripter

Summary: Learn how to use Windows PowerShell to find restore points.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find a list of restore points on my computers running
           Windows 8.1 or Windows 8?

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

Notes 

    • Start the Windows PowerShell console with Administrator rights to run this command.
    • New restore points are created via the CheckPoint-Computer cmdlet.

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.