A question was asked about using powershell to manage triggers in bulk. It was noted that the powershell module in version 9.0.5 has trigger management capabilities. The module can be accessed at https://support.controlup.com/docs/powershell-cmdlets-for-triggers.
Read the entire article here...
ControlUp Scripts & Triggers Training & Support Archives
ControlUp Script and Trigger training and support-related archives from inside the ControlUp Community on Slack.
How to Remove Devices from EdgeDX Before Maintenance Fall Off Takes Effect
A user asked about removing devices from EdgeDX before the maintenance fall off, due to a hardware refresh causing devices to be listed twice. Others suggested using the register with name flag or selecting and removing the device, and an API endpoint for deleting devices was shared. Someone offered their powershell module and potential ways to track old device names. It was recommended to match on serial numbers.
Read the entire article here...
Read the entire article here...
Troubleshooting On-Prem Solve Installation in ControlUp Community.
A user is experiencing issues with the on-prem version of Solve and asks for help with installation and configuration. Another user suggests downloading keys from the SOP appliance and configuring the IP address or FQDN, and provides a link to the instructions for the installation process. The user later updates that they have redeployed and followed the suggested steps, but still experience issues with the connection to the monitors. Another user explains that the monitors initiate the connection and suggests checking the monitor logs. The user thanks for the help and will try the suggestion.
Read the entire article here...
Read the entire article here...
How to Monitor File Count and Send Email Alerts with ControlUp Trigger
A user asked if it is possible to monitor file count on a specific server and send an email if the limit is exceeded through ControlUp. The reply suggested using a scheduled trigger and creating a script for the file count, which could then generate a windows event for a subsequent trigger to respond to.
Read the entire article here...
Read the entire article here...
Troubleshooting Web Login Timeouts in ControlUp 9.0.5
Members of the ControlUp team discussed an issue with the Web login for version 9.0.5, in which they were getting logged out after 24 hours despite setting the R/T console to 14 days. They questioned whether using SAML would change the session timeout, and another member suggested trying to rename the ControlUp folder in the roaming appdata in the profile.
Read the entire article here...
Read the entire article here...
Translating Trigger Values in ControlUp Scripts
A user asked about a key to translate the "trigger" values for scripts returned via the edgeDX API. Another user mentioned they have the information and will share it. The answer is found through the use of Github Copilot and AI.
Read the entire article here...
Read the entire article here...
Finding Solutions for Password Management in ControlUp
A discussion took place on using a PAM product and Edge DX together, with one user mentioning issues with copying and pasting passwords at login and UAC prompts in ControlUp. Another user suggested checking browser clipboard settings, and it was also noted that this issue is a backlog item under review by ControlUp. A UserVoice request was shared for tracking purposes. It was also discussed that using LAPs and an Elevated Cmd session may be potential workarounds. Lastly, an AutoHotKey script was mentioned as a possible solution for a better experience for techs. The cited link can be found at https://support.controlup.com/docs/submit-and-vote-on-feature-requests
Read the entire article here...
Read the entire article here...
Troubleshooting DEX Metrics for Horizon Environments on ControlUp
A user is experiencing an issue with ControlUp's DEX feature, as it is showing 150+ billion total horizon machines. They ask for insights on where this number is being pulled from and mention potential issues with recent upgrades. Another user suggests checking the HZ Machines metric on the root level to troubleshoot. The conversation then shifts to a discussion about scripts to grab the numMachines from VMware.Hv.DesktopSummaryData.
Read the entire article here...
Read the entire article here...
Troubleshooting Secure DX Install Issues on a Windows Desktop
A user needed help troubleshooting an issue with the Secure DX not installing on a Windows desktop. Another user suggested checking the Device Events tab in Edge DX for any issues running the script. After investigating, the user found an error stating that the Remote Server was unavailable with a code of 503, despite the device being online and pinging.
Read the entire article here...
Read the entire article here...
Creating a Trigger to Analyze Process Starts
A user asked about creating a trigger that would analyze the starts of defined processes, count them, and then execute a script if the count is higher than 1. Another question was posed about using a PowerShell script for this purpose. A suggestion was made to use the cmdlet (get-process -name processname).count to schedule a trigger and respond to it.
Read the entire article here...
Read the entire article here...