Previous Topic: Run-Assessment - Run a Scenario in Assessment ModeNext Topic: Stop-Scenario - Stop a Scenario


Set-Bookmark - Set a Rewind Bookmark

A bookmark is a checkpoint that is manually set to mark a state that you may want to rewind back to. The Set-Bookmark enables you to set a bookmark for a given scenario. Bookmarks are set in real-time, and not for past events. We recommend setting a bookmark just before any activity that may cause data to become unstable.

Notes:

Syntax
Set-Bookmark [-Name] <String> [[-Message] <String>]
Parameters
Name

The name of the scenario.

Message (Optional)

The name of the bookmark. The default name includes the date and time of the bookmark setting.

Note: We recommend giving a meaningful name to the bookmark that will later help you recognize it.

Example: Set a rewind bookmark

set-bookmark "File Server 1" Backup1

Outcome:

Scenario File Server 1: Rewind bookmark set successfully