In this Slack discussion, a member requested for a way to obtain real-time reports of the ControlUp Agent version on all integrated machines. Another member responded with a command to run on ControlUp Monitor, where the number 9.0.0.1675 should be replaced with the current ControlUp version. However, this method only works for currently connected agents. No further references are given.
Read the entire ‘Obtaining Real-Time Reports of ControlUp Agent Versions’ thread below:
Could you please inform me if there is a method to obtain the real-time report of the Control Up Agent version that is installed on all machines integrated into Control Up?
“`Import-Module "C:\Program Files\Smart-X\ControlUpMonitor\Version 9.0.0.1675\ControlUp.PowerShell.User.dll"
$export = Export-CUQuery -Fields sName,sServerName,sEXEProductVersion,sEXEVersion -Where "sName LIKE ‘cuAgent.%’" -Table Processes
$data = Import-Csv $export.FullFilePath
$data | out-gridview
Remove-Item $export.FullFilePath“`
Run this on a controlup monitor. Replace 9.0.0.1675 with the ControlUp version you’re running
This is only for currently connected agents though
Thank You @member
Continue reading and comment on the thread ‘Obtaining Real-Time Reports of ControlUp Agent Versions’. Not a member? Join Here!
Categories: All Archives