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...
ControlUp Scripts & Triggers Training & Support Archives
ControlUp Script and Trigger training and support-related archives from inside the ControlUp Community on Slack.
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 Select Storage Region and Understand Security in ControlUP (Cloud)?
A user asked about setting up ControlUp Cloud - the default regional location depends on the user's location and can either be the US or EU. Historical data loss will occur if migration to a different region is requested. The region specific locations are US-East-1 (N. Virginia) and EU-central-1 (Frankfurt). There might also be some customers on eu-west-1 (Ireland). Any client identifiable information should be discussed with the sales team.
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...
Help Needed with ‘Analyze Logon Duration’ Script: Auto-Action Issue and Incomplete Output
A user experienced an issue with the "Analyze logon duration" script run as a triggered task, only seeing an error attachment instead of the full output they needed. Ton suggested removing the -ErrorAction SilentlyContinue part to see if this helps, and @member suggested it may be a permission issue. The automated script creates the same output, with priority given to stderr streams over stdout. Users should check the audit log and ensure the logging of events is enabled.
Read the entire article here...
Read the entire article here...
Options to Monitor Missing Services in ControlUp 8.8
A user asked for options to monitor whether a service is missing, and was suggested to use the new service triggers in ControlUp 8.8. This can be done by monitoring the service stop and not configured status, and including the checkmark for just discovered machines. The user faced difficulty with slower login times and broken communications with banking apps due to their security groups not following vendor AV recommendations.
Read the entire article here...
Read the entire article here...
Bypassing Group Policy for PowerShell Scripts
A user was trying to run a PowerShell script in a script action, but was having issues due to an execution policy blocking the script. The user wanted to know if it was possible to bypass the group policy, to which it was suggested this would be seen as a security vulnerability by Microsoft. A workaround of setting the execution policy on the current user was suggested and seemed to work.
Read the entire article here...
Read the entire article here...
Suggestion for Script to Create Log Bundles with ControlUp Infrastructure Servers
A user suggested creating a script to generate log bundles with logs from ControlUp infrastructure servers such as SBA, COP, IOP, etc. An example of such a script was AppSense-Support.vbs and this was used to successfully retrieve the logs. The ControlUp Script Library includes a script (https://www.controlup.com/script-library-posts/deploy-log4net-for-controlup-processes/) for generating log bundles for Cloud components, although it is more complicated to do so for on-prem components due to the large size of the logs.
Read the entire article here...
Read the entire article here...