Quantcast
Viewing latest article 3
Browse Latest Browse All 11

SQL Query App-V 5.0 Usage

You can use the following query on your App-V 5.0 reporting server database (AppVReporting) to get application usage information for which users ran which software on which systems and when.

select distinct username, host_name, app_name, start_time

from dbo.ApplicationUsage APPU

join dbo.ClientInformation CLIINFO on APPU.host_id=CLIINFO.host_id

order by start_time desc

Image may be NSFW.
Clik here to view.
appv_usage


Filed under: App-V 5.0 Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.

Viewing latest article 3
Browse Latest Browse All 11

Trending Articles