The user was trying to add scouts using the API but encountered an error message. Dennis suggested adding the TLS setting `$AllProtocols = [System.Net.SecurityProtocolType]'Ssl3,Tls,Tls11,Tls12'[System.Net.ServicePointManager]::SecurityProtocol = $AllProtocols` which resolved the issue.
Read the entire article here...
ControlUp Community Training & Support Archives
All training and support-related archives from inside the ControlUp Community on Slack.
Issues Setting Up ControlUp with Split Accounts
A user was setting up ControlUp with split accounts and was facing issues when connecting with the console. It appeared that the impersonation activity was using the wrong account, causing access denials. Support explored the issue but couldn't find a rootcause. It turned out changing the account for a specific application pool in IIS to the SVC_CU_DB account fixed the issue, suggesting it was an installer problem. An event log in security was making logon failures with a STATUS_WRONG_PASSWORD code.
Read the entire article here...
Read the entire article here...
Resolving Logon Duration Analyse Script Issues in Citrix Environment
The user was testing Logon Duration Analyse script on a Citrix environment but it wasn't showing in the Community Scripts window. Suggestions included reimporting SBA.sql or deleting the ControlUp Store folder. After restarting the services and console, the scripts were appearing normally. Thanks to the support provided by other members.
Read the entire article here...
Read the entire article here...
Can the ControlUp Monitor Upload Time Be Adjusted?
The user asked if it was possible to adjust the monitor upload time, which was answered as being hard coded to 30 minutes with a delay of up to two hours. On-Premise versions are written to disk every 10 minutes while the cloud version is every 30 minutes. No possibility was available to adjust the interval.
Read the entire article here...
Read the entire article here...
New script that with CVAD + Teams troubleshooting help
A user suggested creating a new script to resolve issues with Teams by clearing the cache, running a bat file to kill Teams processes, delete the cache folder, and restart Teams in the public desktop for easy user access. An EdgeDX script already exist that does this. ControlUp does not have user initiated scripts, but the bat file can be dropped on their desktop. The EdgeDX script can be found below.
Read the entire article here...
Read the entire article here...
Implementing ControlUp Edge DX Agent with SCCM and Intune
A user discussed the implementation of ControlUp's Edge DX agent with SCCM and Intune. The command line switches needed for the MSI can be found on the download page. It was suggested to study how to deploy to 1000 devices. ControlUp has a video that walks through how to deploy the agent using these methods, available at https://vimeo.com/786923949.
Read the entire article here...
Read the entire article here...
Troubleshooting Access to ControlUp Portal – can access ControlUp Console but not Solve
A user was facing issues while trying to access https://solve.controlup.com/ portal, and was advised to make sure the account has the right permissions in the security policy and to add organization members that right if necessary. The user was then guided to add the org name to the URL, then save the settings, after which the user was able to log in.
Read the entire article here...
Read the entire article here...
Problems Identifying Data in ControlUp RealTime Console
A user was experiencing discrepancies in the data displayed by the ControlUp RealTime console. It wasn't showing all user sessions and metrics on the top nav bar were not reflecting changes made to filtered views. The discussion resulted in the user being advised that the numbers in the top navigation bar and grid below are refreshed at different intervals and it may be causing discrepancies. Solving the issue should be simple, but the discrepancies make it difficult to identify anything accurately.
Read the entire article here...
Read the entire article here...
New “Group” Feature in ControlUp Script Creation Page Explored
Users were discussing a new "group" feature in script creation that allows them to assign scripts to a role and limit the access users in that role have to certain scripts. There is also the ability to filter in the devices overview and multi select and run scripts against these. The same term "group" is used elsewhere, causing confusion, and @member was asked for input regarding customizing the group name and being able to target scripts against devices in a group or tag.
Read the entire article here...
Read the entire article here...
Search for Machines by Third Letter in ControlUp Console
It is possible to search for machine name based on the third letter on ControlUp's Management Console by using a wildcard or a regular expression. This isn't documented behavior but instead an consequence of the UI element used. The example of using ^.{4}82 to match machines with characters 5 and 6 set as 82 is given.
Read the entire article here...
Read the entire article here...
