Added Time Example

Struggled to find a time example. Added one for future use.
This commit is contained in:
Wes Carroll
2020-06-18 13:20:10 -04:00
committed by GitHub
parent c3ad8dd415
commit e021a7bab0
+7
View File
@@ -80,6 +80,13 @@ PS C:\> Get-ZertoEvent -userName "Domain.tld\MyUser
Returns all events associated with the username passed into the command. 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 ## PARAMETERS
### -alertIdentifier ### -alertIdentifier