When looking at user sessions in ControlUp Console, state "Down" can happen briefly during session logoff. This was observed in 20-30% of session logoffs. The "Down" state can indicate a closed session due to an error, and remote access might be possible via RDP. Users should try this next time the "Down" state appears.
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
PowerShell Script to Show Published Apps by Delivery Group?
A user asked for an existing PowerShell script to show published apps by delivery group. A suggested script of Get-BrokerDesktopGroup, Get-BrokerApplication, and Select Name was provided and the user received the necessary help.
Read the entire article here...
Read the entire article here...
Integrating with ServiceNow through ControlUp Solutions
This discussion covers the recommended methods for integrating ControlUp with ServiceNow - these include ControlUp Real-Time DX (VDI & DaaS) or other solutions. ControlUp has an Event Management module which includes integration via Email and Rest API. The blog posts "10 Simple Steps to Build Your Own Integration in ControlUp" and "Control Up Test Drive Part II" provide additional information.
Read the entire article here...
Read the entire article here...
Troubleshooting Scheduled Task with PS1 on Intune Laptop
A user encountered an issue pushing a PS1 to a remote Intune laptop to create a scheduled task. Suggestions to include code to set the output encoding to ensure non-ASCII characters are captured, and to set the principal for the task to run as system were offered. The user ultimately found success in adding code to set the principal for the task.
Read the entire article here...
Read the entire article here...
How to show only devices that have Zoom installed and allow to push a custom script via ControlUp Edge DX?
The user asked how to identify which devices have Zoom installed so they can bulk select and push a custom script. It was suggested that they check the Installed Applications report on ControlUp Edge DX, and in the new Devices 2.0 dashboard they will be able to filter devices by installed application and then bulk select to push the custom script. The installed applications/versions are updated on the desktop daily but can be forced by deleting the HKLM\SOFTWARE\Avacee\SIP\ScriptLastRunTimes value.
Read the entire article here...
Read the entire article here...
Not Receiving Any Disk Metrics in ControlUp
The user asked why disk metrics were not showing up, checked if the machines had the Agent connected, and discussed setting triggers for the C drive. Another member encountered Prefmon and language pack issues, and put in a ticket. The trigger settings were discussed as well. Title: Troubleshooting Missing Disk Metrics with ControlUp Agent
Read the entire article here...
Read the entire article here...
How to View Information in Real-Time with EUC Environment in ControlUp
A user asked if information in the console can be viewed in real-time, and was advised that EUC environment needs to be added to the console in order to view this information. Agent deployment is not affected - the steps can be found at https://support.controlup.com/docs/add-xendesktop-site Thank's Landon! This help me!
Read the entire article here...
Read the entire article here...
Error “there was an error accessing the service” on an EUC environment
A user encountered an error accessing the service in their EUC environment, even when the broker was available and accessible on port 80 and shared credentials were working. They tried port 443 but the same error occurred. It was suggested that they use the Data Collector's installed Citrix PoSh SDK to see why it was failing, but were unable to do so due to no trust between domains. The user suggested it had been working until some days ago. It was suggested to look at the other side as all parts on the ControlUp side were working.
Read the entire article here...
Read the entire article here...
How to resolve discrepancy in the ‘log off session via script’ community script between User 1 and User 2 in ControlUp?
Two users noticed that a "Log off session via script" action was not working as expected, and discussed ways to troubleshoot the issue. They suggested that one user clear their ControlUp AppData directory or rename the ControlUp Store.xml file before relaunching to do this safely. The other user asked if there was an easier way to find out why the trigger was stopped working, and both suggested checking the event logs on the monitor for related event ID 5000/5005. Support ticket could also be launched if troubleshooting does not reveal the cause.
Read the entire article here...
Read the entire article here...
Triggering ControlUp Automation with Scoutbees Alerts
A user asked if an alert from Scoutbees can trigger a ControlUp automated action. It was suggested to run scripts using ControlUp Automation to interact with Scoutbees. An idea was proposed to create an error log in the events, and for ControlUp RealTime to trigger an automation from that event. Additionally, writing a script to either put the server into maintenance mode or reboot was considered. ControlUp RealTime currently only has the ability to execute native actions through PowerShell commandlets and the follow up actions can call web hooks.
Read the entire article here...
Read the entire article here...