A user asked about generating a report from remote control/remote shadow sessions, and was suggested to filter it from the system events log, which is being expanded with additional events. Exporting as a csv is also an option. Title: Generating Reports from Remote Control/Remote Shadow Sessions
Read the entire article here...
Logs Related Training & Support Archives
Logs training and support-related archives from inside the ControlUp Community on Slack.
Troubleshooting Tips for AppX Package Issues
The discussion covered troubleshooting tips for appx package issues. It suggested using "AppX packages loaded" section and procmon'ing the affected user to gain more visibility. It also included a link to a video and summarized the relevant section relating to troubleshooting gaps. The video can be found at https://youtu.be/jyj5dEpXg_Y?t=1872.
Read the entire article here...
Read the entire article here...
Accessing the API Tab in ControlUp SIP
In order to access the API tab in ControlUp SIP, users must login directly to SIP, not through DEX. If unable to log on, a support ticket can be submitted for a devops team to create an API key. An instructional video featuring all the steps to get started with Edge DX API and Power BI can be found at https://vimeo.com/843341854?share=copy. There is no exact ETA on when the API key tab will be available for DEX.
Read the entire article here...
Read the entire article here...
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...
ControlUp Script Batch Release – June 25, 2023
ControlUp's new script batch features four categories, with the focus of this blog post on scripting using new CUActions APIs. This includes 'List Available CUActions', 'Power On Generic VM', 'Force Power Off Generic VM', and 'Logoff Disconnected Sessions'. The post details how to write and use these scripts, including techniques for loading the appropriate DLL, identifying and invoking the correct CUAction, and querying the monitor table. The 'Logoff Disconnected Sessions' script, for instance, fetches data in chunks and logs off all disconnected sessions for a selected user.
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...
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...
Understanding App Load Time in ControlUp
A user asked if there is a document outlining how App Load Time works. There is only one App Load Time entry for Edge and Chrome, and ControlUp will only monitor the app load time for the first app it sees. More information can be found at https://support.controlup.com/docs/en/app-load-time-?highlight=app%20load%20time.
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...

