Some users expressed appreciation for recent changes to ControlUp Workflows, and asked where to find a script for Grant Temporary Device Admin Access. @member stated they have the script, and @member offered to review it. They also mentioned an issue with removing a scheduled task, and suggested using a scheduled task in the Workflow instead. The script is given at the end of the input.
Read the entire article here...
PowerShell Related Training & Support Archives
PowerShell training and support-related archives from inside the ControlUp Community on Slack.
Understanding ControlUp Monitor Database and Query Options
There were questions about where the ControlUp monitor database is stored and what tables are available. It was suggested that the database is stored in RAM and data is only exported to the cloud backend for long enough. There were suggestions to use the powershell invoke-cuquery or api to query the database. It was also mentioned that the export-cuquery may have less impact on the monitor and export more data at a time.
Read the entire article here...
Read the entire article here...
Troubleshooting Permissions for Running Scripts on ControlUp Monitors
Some users suggested using ssh as a workaround for issues with permissions for running scripts on monitors or for more centralized management. Although it may require a "double hop" process, it can be effective. Python was also mentioned as a possible tool for opening an ssh session that opens Powershell. The advantage of ssh is that it allows for redirecting error and std_out streams. In theory, a similar approach using psexec could work but has not been successful for some users.
Read the entire article here...
Read the entire article here...
Managing Multiple Sites in ControlUp
A user asked about adding multiple sites to one scout in ControlUp. Another user suggested using a Custom Script Scout to consolidate multiple checks into one. However, this may result in a loss of some per-site features and alerting. Currently, ControlUp does not allow for multiple endpoints per scout. The team is looking into potentially incorporating this feature at a later time.
Read the entire article here...
Read the entire article here...
Troubleshooting Blank Lines in ControlUp Auto Action Output File
A user is experiencing extra blank lines in the Auto Action output log file when running with the .NET engine. They are seeking advice on how to suppress or clean up these lines automatically. Other users suggest checking for newlines in the messages and the use of string.join which could potentially add additional newlines. The post ends with a question about best practices surrounding newlines in messages.
Read the entire article here...
Read the entire article here...
Troubleshooting AppX Packages with FSLogix in ControlUp
Users discussed issues with black screens related to AppX packages when using FSLogix, and how this affects logon time. Suggestions were given to disable unnecessary AppX packages or block them through PowerShell or Group Policy, with examples provided. A resource from ControlUp, https://www.controlup.com/resources/blog/appx-packages-slowing-you-down/, was also shared for further assistance.
Read the entire article here...
Read the entire article here...
Reporting on High Network Utilization in ControlUp
A user is looking to report on applications with high Network Utilization in a Non-persistent environment. They suggest having a "Top 5" report for Network Usage. Another user recommends using the Process view in CU4VDI or the Monitor PowerShell query API to easily sort based on Network send or receive.
Read the entire article here...
Read the entire article here...
Suggestions for Tracking Devices at Specific Office Locations on ControlUp
A user is looking for a solution to track devices being used from a specific office location, but there is currently a bug in the location history report regarding Windows devices. Other users suggest using geolocation through Powershell, but there are limitations with Entra joined devices. Further suggestions include using workflows and advanced features.
Read the entire article here...
Read the entire article here...
ControlUp Users Discuss Trigger Export and Future Potential for Aggregated Alerts Portal
ControlUp users requested a PowerShell command to export all enabled triggers with configuration, and a possible solution was shared. It was mentioned that a new "alerts" portal will be available to aggregate all triggers, events, and alerts from physical, virtual, and Scoutbees, with potential for a public API in the future. This could improve IT service intelligence, mapping services to business processes. A one-time trigger export can help in understanding ControlUp's detailed alerting process, but interested users can speak to their CSM/TSN for early access to the beta version of the new alerts portal.
Read the entire article here...
Read the entire article here...
How to Create Toast Notifications in CU VDI using PowerShell and ControlUp
A user is asking for help writing a trigger in CU VDI that alerts users to clean up their D drive. Another user suggests using PowerShell with BurntToast to create toast notifications, but notes that it must be run in the user's session. They provide several methods for doing so, including running in each user's session and creating a scheduled task. Another user suggests writing a script that runs on the monitor instead of the target machine and uses Invoke-CUQuery and Invoke-CUAction to get information and run the toast notification script on the user's session. They note that there are some nuances that need to be figured out and suggest using Get-CUAvailableActions to get the action ID of the toast script. A working example is requested.
Read the entire article here...
Read the entire article here...
