Previous Topic: Get-Dirs - List all Root Directories of a ScenarioNext Topic: Get-Group - List Groups that carry a Given Name


Get-Events - List all Events of a Scenario

The Get-Events command displays a list of replication events of a given scenario. The event list can include informational, warning and error events. The displayed information consists of the event ID, the event date and time, the scenario name, the event severity and the event message.

Syntax
Get-Events [-Name] <String> 
Parameters
Name

The name of the scenario whose events you want to view.

Example: List events of a given scenario in an auto-sized format table

get-events "File Server 1" | FT -auto
Outcome
ID      Time                  Scenario      Severity    Message
--      ----                  --------      --------    -------
SM00165 10/28/2008 6:02:52 PM File Server 1 Significant Connected to...
SR00014 10/30/2008 7:17:31 PM File Server 1 Significant Starting...
SR00139 10/30/2008 7:17:35 PM File Server 1 Significant Starting File...
IR00119 10/30/2008 7:18:16 PM File Server 1 Info        Root directory...
SR00120 10/30/2008 7:18:16 PM File Server 1 Significant Synchronization...
IM00405 10/30/2008 7:15:06 PM File Server 1 Info        Posting... 
SR00202 10/30/2008 7:18:21 PM File Server 1 Significant All modifications...
SR00096 11/3/2008 6:47:40 PM  File Server 1 Significant Stopping scenario...