From e021a7bab0f745dc6af0c2e86758618e23bfb902 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 18 Jun 2020 13:20:10 -0400 Subject: [PATCH] Added Time Example Struggled to find a time example. Added one for future use. --- docs/Get-ZertoEvent.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Get-ZertoEvent.md b/docs/Get-ZertoEvent.md index cf6683b..25532cb 100644 --- a/docs/Get-ZertoEvent.md +++ b/docs/Get-ZertoEvent.md @@ -80,6 +80,13 @@ PS C:\> Get-ZertoEvent -userName "Domain.tld\MyUser Returns all events associated with the username passed into the command. +### Example 5 +```powershell +PS C:\> Get-ZertoEvent -startDate "2019-01-01T12:30:00" -endDate "2019-01-01T13:30:00" -vpg "My Vpg" +``` + +Returns all events between Jan. 01, 2019 12:30 PM and Jan. 01, 2019 1:30 PM (inclusive) for the vpg "My Vpg" + ## PARAMETERS ### -alertIdentifier