Book Image

VMware Horizon View 6 Desktop Virtualization Cookbook

By : Jason Ventresco
Book Image

VMware Horizon View 6 Desktop Virtualization Cookbook

By: Jason Ventresco

Overview of this book

Table of Contents (18 chapters)
VMware Horizon View 6 Desktop Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
4
Managing VMware Horizon View with PowerCLI
Index

Retrieving the Horizon View event reports


The Get-EventReport command is used to retrieve a list of events from the specified event report.

How to do it…

The following example command retrieves all event data about user events:

Get-EventReport -ViewName user_events

How it works…

The Get-EventReport command supports the following three options:

  • The ViewName option: This is the name of the event report to output. The options include config_changes, user_auth_failures, user_count_events, and user_events.

  • The Start-Date option: This is the start date for the report, for example, 2014-07-25 18:00.

  • The End-Date option: This is the end date for the report, for example, 2014-07-26 18:00.