From 1e84f5aea0a7b28045776dad8d64483d94aee0ae Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Tue, 9 Jun 2020 15:21:11 -0400 Subject: [PATCH] Add Username Example added example with username filter --- docs/Get-ZertoEvent.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Get-ZertoEvent.md b/docs/Get-ZertoEvent.md index 50d9273..cf6683b 100644 --- a/docs/Get-ZertoEvent.md +++ b/docs/Get-ZertoEvent.md @@ -73,6 +73,13 @@ PS C:\> Get-ZertoEvent -startDate "2019-01-01" -endDate "2019-01-07" -vpg "My Vp Returns all events between Jan. 01, 2019 and Jan. 07, 2019 (inclusive) for the vpg "My Vpg" +### Example 4 +```powershell +PS C:\> Get-ZertoEvent -userName "Domain.tld\MyUser +``` + +Returns all events associated with the username passed into the command. + ## PARAMETERS ### -alertIdentifier