Skip to content

Powershell script to allow easy searching of the VMware Horizon events database for a specific user's activity

License

Notifications You must be signed in to change notification settings

mmohobo/HorizonEventsQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

HorizonEventsQuery

The purpose of this script is to provide a quick way to search the VMware Horizon event log for a specific user's activity and present it in a table sorted newest first. The logged in user must have read rights to the Horizon Events database.

You must have installed the SQL Server module from PSGallery.

Find-Module -Name SQLServer | Install-Module -Name SQLServer

I want to add some enhancements like a GUI and a CSV exporter at some point when I have time.

About

Powershell script to allow easy searching of the VMware Horizon events database for a specific user's activity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published