End User Compute Monitoring Platform that is FREE and based on PowerShell. Will cover Citrix, VMware and Microsoft technologies. Driven and written by the community for the community
Flipped public functions to advanced with [cmdletbinding()] and removed default verbose output. Verbose can be seen with -verbose switch for the two commands.
Start-XDMonitor
added some parameters to allow file flexibility
Logging file path. Defaults to current directory euc-monitoring.log (LogFile)
Json file path. Defaults to current directory euc-monitor.json (JsonFile)
CSS file path. Defaults to current directory euc-monitor.css (CSSFile)
Changed some verbose output to errors
Removed registry read for location
Set-EUCMonitoring
Granular checking for file testing and download.
Removed registry tattooing for now (needs admin rights)
MonitoringPath parameter uses current directory to download files by default
[cmdletbinding()]
and removed default verbose output. Verbose can be seen with-verbose
switch for the two commands.Start-XDMonitor
Set-EUCMonitoring
New-HtmlReport.ps1