Add Username Example

added example with username filter
This commit is contained in:
Wes Carroll
2020-06-09 15:21:11 -04:00
committed by GitHub
parent 7befc7d21e
commit 1e84f5aea0
+7
View File
@@ -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" 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 ## PARAMETERS
### -alertIdentifier ### -alertIdentifier