A user asked about manually setting the Controlup EdgeX location. It is possible to override the location using the IP address and a script is provided to check the IP address against known subnets and their corresponding locations. Locations must be set on the tenant side and must be in valid JSON with the property "LocationsByIpRange". ControlUp does not offer specific documentation for this feature. The script and full JSON example are included in the discussion.
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
Automating a Reboot with Two Triggers in ControlUp
A user was looking for a way to reboot a server after an Event Viewer error had triggered maintenance mode and logged out all users. It was suggested to use two triggers - the first would put the server into maintenance mode and set a registry key, and the second would check the registry key and if it was present, reboot the server. The use of a PowerShell script was offered to create the registry key in the first trigger. To ensure that only servers with the 1005 error code were rebooted, the registry key would need to be checked.
Read the entire article here...
Read the entire article here...
Troubleshooting Trigger that Runs Analyze Logon Script in MSP Mode
A user was having trouble getting their automated trigger to run their analyze logon script, and has identified that it is likely caused by running in MSP mode. Support has suggested clearing the console cache, and further investigation is taking place.
Read the entire article here...
Read the entire article here...
How to automate “Force Reset VM” in the real-time console for a ControlUp Trigger?
A user asked if there is a way to automate a 'Force Reset VM' using the real-time console for a trigger. The ControlUp 8.8 Powershell module includes the option to use Solve Actions for this need. A sample script will be available at the end of the month.
Read the entire article here...
Read the entire article here...
ControlUp Script that sends a message box to a user in a Citrix session with a text plus clickable link or URL
I would like a script that sends a message box to a user in a Citrix session with a text plus clickable link or URL. Is that possible? I have tried to e...
Read the entire article here...
Read the entire article here...
How to Troubleshoot ‘Request Timed Out’ Error When Implementing ControlUp’s High Latency Analysis Script
A user asked for help with a script found at https://www.controlup.com/script-library-posts/analyze-high-latency-issues/, which was running the full 5 minutes before timing out. A member suggested to change the endpoint IP to the public one if the client is on the same network or at least pingable, but noted that most home firewalls will not allow ping so it will likely time out.
Read the entire article here...
Read the entire article here...
What command is executed when you right click on a proces and “kill process”?
When right-clicking on a process and selecting "kill process" using the RT Console, the user asked what command is being executed. They needed to create an automated action to kill winlogon.exe, which is preventing sessions from logging out. It was suggested that they use the Powershell Cmdlets for SOLVE Actions, as found in the ControlUp documentation. Alternatively, a stop-process force or taskkill can be used as part of a logoff trigger.
Read the entire article here...
Read the entire article here...
How to Collect and Transfer Non-Native ControlUp Data for PowerBI Visualization?
A user asked if it was possible to automatically capture user data from endpoints, store it in a csv located in a central shared location, and present it using PowerBI. Both Wouter and someone else responded to confirm that this is possible, though code cannot be shared from outside a customer's environment. The best suggestion is to create a scheduled trigger or a user logon trigger to continuously capture data and aggregate it into one master csv.
Read the entire article here...
Read the entire article here...
Finding an Inventory Script for Citrix Systems
A user was looking for an inventory script that gathers information on Citrix systems like PVS and VDA; they were recommended to look at Websters' downloads available at https://carlwebster.com/downloads/download-info/citrix-virtual-apps-and-desktops-v3-script/.
Read the entire article here...
Read the entire article here...
Anyone used the ControlUp Powershell module to automate adding new servers to ControlUp?
Has anyone used the ControlUp powershell module to automate adding new servers to ControlUp?
Read the entire article here...
Read the entire article here...