Applications per device
What applications were started within SRW or TK within # days, with export
Description
This script shows what Exe have been started within SRW or TK depending on the time frame provided.
The information is collected from the collected events, so the following events need to be set up for collection, if the collected events are being filtered:
- AEP Allow
- Local Application Launch
- Resource Launch
Usage
Import-Module "<path>\Applications.ps1"
Get-TSTMGMTApplications -URI "http://myserver/TSTMgmt" -Days 30 -ExportPath "C:\Temp\output.csv"
Files
Example: