Showing posts with label horizon. Show all posts
Showing posts with label horizon. Show all posts

Saturday, May 15, 2021

VMware Horizon – Get user login date

Here’s a nice SQL query to get users login to your VDIs:

SELECT a.ModuleAndEventText,a.Time
FROM event_historical a
INNER JOIN
(SELECT ModuleAndEventText,
MAX(Time) as Time
FROM event_historical
GROUP BY ModuleAndEventText
) AS b
ON a.ModuleAndEventText = b.ModuleAndEventText
AND a.Time = b.Time
WHERE EventType = 'Agent_CONNECTED';

Sunday, September 11, 2016

VMware Horizon Client - New PC and Mobile App Available



And may I say...Finally!
VMware made available a Windows 10 PC and Mobile app for VMware Horizon Client!



This new app it's compatible with VMware Horizon 7 and here's the release notes highlights:
  • Leave the desktop behind with Horizon Hosted Applications: Use VMware Horizon 7 hosted applications, leave the desktop behind and run remote application with delight experience.
  • Enhanced user experience: The VMware Blast Extreme protocol used with Horizon 7 is designed and optimized for mobile users. Blast Extreme leverages H.264 hardware decoding to deliver the best remote experience while reducing power consumption.
  • Work smarter with continuum: Attach your Windows 10 phone to a monitor, mouse and keyboard through wired or wireless accessories to get complete workspace experience without productivity compromise.
Note that this app it's VMware Horizon 7 compatible only and it's still in beta.

If you want to take a look and give your own opinion download it on Windows Store: