What are the five PowerShell commands that can be used to update and automate the configuration of System Restore?

What will be an ideal response?


The five cmdlets available include:
* Enable-ComputerRestore- Turn SystemRestore on for specified drives, for example: Enable-ComputerRestore "C:\","W:\" enables System Restore on drives C: and W:. Note that C: must be actively protected by the same command or prior configuration. If C: is not protected by System Restore, no other drive can be protected.
* Disable-ComputerRestore-Turn System Restore off for a specified drive.
* Checkpoint-Computer-Create a new restore point, for example: Checkpoint-computer "PS Triggered restore point" creates a restore point called the same as the title provided in the command.
* Get-ComputerRestorePoint-Show all available restore points.
* Restore-Computer-Roll back to a particular restore point.

Computer Science & Information Technology

You might also like to view...

An applet has no constructor or main() method.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When a user interface is created in the window editor, the IDE automatically generates the __________ needed to display each component in the window.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In addition to the Width and Height properties associated with every control, all Windows 8 UI controls have the MinWidth, MinHeight, MaxHeight and MaxWidth properties. If the Width and Height properties are both ________ (the default), you can use these minimum and maximum properties to specify a range of acceptable sizes for a control.

a) Static b) Dynamic c) Range d) Auto

Computer Science & Information Technology

Insert a(n) ____________________ content control to provide users with a list of restricted choices.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology