Merge pull request #88 from ZertoPublic/wcarroll-patch-1
Added Time Example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user