The ability to download and write scripts adds infinite expandability to the ControlUp solution without people needing to know how to read, write or run PowerShell. It is so immensely powerful that as we dive into how to integrate scripts into the ControlUp Community, we all learn more as we do it.
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
Script to List Installed Versions of the VDA and Functional Level of MC & DG?
A user asked if there's a script to list installed versions of the VDA as well as the functional level of the Master Catalog and Desktop Group. Suggestions were provided along with a script for functional level. It was recommended to put the functional level requirement as a roadmap item for the product.
Read the entire article here...
Read the entire article here...
Export-CUQuery: Troubleshooting Outlook Crashes and Cleaning Results in Excel?
A user asked questions about using Export-CUQuery to filter Outlook crashes and problems - Wouter replied suggesting running the query on different monitors and checking data types. It was suggested that the events are kept in the monitor in-memory database for 60 mins by default.
Read the entire article here...
Read the entire article here...
Why is My Advanced Trigger in ControlUp Not Functioning Correctly for Long-Running Processes?
A user was having trouble with a trigger set up to identify a process that has been running too long, resulting in either false positives or no action taken. Suggestions were made to set up a scheduled trigger with invoke-cuquery and possibly use invoke-cuaction with Remote PowerShell for the killing of the process. A suggestion was also made to open a support ticket. Another user also highlighted the filter on Start Time in the GUI as not being useful for the things they needed it for.
Read the entire article here...
Read the entire article here...
How to Set an Alert for Specific Account Login on a Certain Machine?
A user was looking for an alert to fire when a specific account logs in to a specific machine. The suggestion was to use a User Logged In trigger with a quick filter, and they figured out in the end that the issue was with the domain\username not just username.
Read the entire article here...
Read the entire article here...
How Can I Create an Alert in Solve ControlUp for Users When OneDrive.exe Isn’t Running?
I am using Solve ControlUp website and wanted to reach out too see if you guys could guide me in the right direction on creating an Alert for my users.
...
Read the entire article here...
Read the entire article here...
How to Sign ControlUp Scripts
A user asked how to best sign ControlUp scripts - either through buying a code-signing certificate or using KB guidance. It was suggested that scripts be imported into the SBA using the import button, as they can be too big for copy/paste, and a GitHub link was shared for a script which could be used to sign PowerShell scripts using a code-signing certificate.
Read the entire article here...
Read the entire article here...
How to fix messed up one of the data indexes, now opens to grey screen with no records
To solve the issue of a grey screen when trying to access a custom data index, it is suggested to delete the whole index and build a new Object with all separate items. The object should include `'NIC Name'` and `'ipconfig interfacealias='` properties, and have to work around `IPv4Address` and `DNSServer` which are arrays. Deleting the index will allow the agent to send data again, and regenerate the index.
Read the entire article here...
Read the entire article here...
How to get the IGEL Device Name vs. the MAC Address with ControlUp Remote DX?
The user asked about how the naming of an IGEL thin client works, as it appears in the COP and in scripts. The network name had not been set, so it appeared differently in UMS and COP, and the scripts gave an error. By setting the Network Name, it should appear consistently across the platform. For more information, please see https://kb.igel.com/endpointmgmt-6.08/en/renaming-igel-os-devices-47711460.html.
Read the entire article here...
Read the entire article here...
Can I remove\organize\curate the list of ControlUp Script Actions in the right-click context menu?
The user asked about curating the right-click action list in ControlUp - by using a prefix with the company and script name, the scripts can be filtered and found more easily in the Console. Renaming a community script with a prefix may orphan it from future updates. Virtual Expert rules can also be used to organize the columns. The user also mentioned using Site Monitor on a trigger to dump a CSV onto a share.
Read the entire article here...
Read the entire article here...

