A user requested assistance with using the dal query to get a specific data index for a particular service on a given device. Another user explained the differences between "match" and "term" operators and how to use them in Elastic Search queries. The requested help was provided.
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
Collaboration and Suggestions for ControlUp Workflow Scripts
Some users expressed appreciation for recent changes to ControlUp Workflows, and asked where to find a script for Grant Temporary Device Admin Access. @member stated they have the script, and @member offered to review it. They also mentioned an issue with removing a scheduled task, and suggested using a scheduled task in the Workflow instead. The script is given at the end of the input.
Read the entire article here...
Read the entire article here...
Understanding ControlUp Monitor Database and Query Options
There were questions about where the ControlUp monitor database is stored and what tables are available. It was suggested that the database is stored in RAM and data is only exported to the cloud backend for long enough. There were suggestions to use the powershell invoke-cuquery or api to query the database. It was also mentioned that the export-cuquery may have less impact on the monitor and export more data at a time.
Read the entire article here...
Read the entire article here...
How to Add Custom Locations for ControlUp Endpoints
A user was looking for an easy way to add 500+ IP scopes as custom locations for ControlUp for Endpoints. The option of doing this manually seemed inefficient, so they asked @member for a solution. ControlUp suggested using Device Tagging, which can also help with tracking network issues. Further input from @member was requested.
Read the entire article here...
Read the entire article here...
Troubleshooting the Microsoft Copilot+ Readiness Dashboard in ControlUp
The team discussed the availability of the ai_report index in the Microsoft Copilot+ Readiness Dashboard. It was determined that a custom script is needed to populate the index and it can be found under device events. Support may need to be contacted if the script does not run automatically. A new automation and scripting dashboard has been added for more details on script runs.
Read the entire article here...
Read the entire article here...
Troubleshooting Permissions for Running Scripts on ControlUp Monitors
Some users suggested using ssh as a workaround for issues with permissions for running scripts on monitors or for more centralized management. Although it may require a "double hop" process, it can be effective. Python was also mentioned as a possible tool for opening an ssh session that opens Powershell. The advantage of ssh is that it allows for redirecting error and std_out streams. In theory, a similar approach using psexec could work but has not been successful for some users.
Read the entire article here...
Read the entire article here...
Categorizing Scripts and Actions in CU4D
A user suggested implementing a feature to categorize Scripts/Actions in CU4D, but it was clarified that this is currently only available for VDI. There is no mention of this feature being added in the road map. The person who clarified is tagged but not mentioned by name.
Read the entire article here...
Read the entire article here...
Managing Multiple Sites in ControlUp
A user asked about adding multiple sites to one scout in ControlUp. Another user suggested using a Custom Script Scout to consolidate multiple checks into one. However, this may result in a loss of some per-site features and alerting. Currently, ControlUp does not allow for multiple endpoints per scout. The team is looking into potentially incorporating this feature at a later time.
Read the entire article here...
Read the entire article here...
Troubleshooting Blank Lines in ControlUp Auto Action Output File
A user is experiencing extra blank lines in the Auto Action output log file when running with the .NET engine. They are seeking advice on how to suppress or clean up these lines automatically. Other users suggest checking for newlines in the messages and the use of string.join which could potentially add additional newlines. The post ends with a question about best practices surrounding newlines in messages.
Read the entire article here...
Read the entire article here...
New Capability in ControlUp 9.2 to Monitor and Trigger VDA Registration in Real Time
A user asked for help with obtaining the current registration failure reason in ControlUp, similar to what is available in Citrix DaaS Monitor. @member mentioned that the upcoming 9.2 release will introduce a new capability to monitor and trigger on VDA registration state in real time. This will provide deeper insights and allow for automation actions to be taken against DDC or VDA.
Read the entire article here...
Read the entire article here...
