A user was looking for a way to generate email alerts when a column in the console says "Needs Updating', and to check the status of VMWare servers that may need updating. It was suggested to use an advanced trigger, and once created, to check a test. Additionally, a scheduled trigger can be used to report the status, or Export-CUQuery can be used to dump the data to a CSV file each week. Instructions for running Export-CUQuery in the monitor were provided. Links for the ControlUp Academy and Export-CUQuery Support Docs were given.
Read the entire article here...
PowerShell Related Training & Support Archives
PowerShell training and support-related archives from inside the ControlUp Community on Slack.
Gathering Custom Reports with ControlUp Insights
This discussion focused on custom reporting needs and different ways to create and access reports. It was suggested to ask ControlUp for a road map call, and to open a public API as part of the new streaming data project. Insights (on-prem) and PowerShell and Excel were also mentioned as possible ways to create custom reports. Additionally, reports should be stored for one year, rather than having the data in two places, to avoid extra work for users.
Read the entire article here...
Read the entire article here...
Issue with Two Netscalers Resolved with Shared Credentials with the ControlUp DEX Portal
A user experiencing issues with their two Netscalers asked for help. They were advised to check their monitor settings, data sources tab, credentials, and run a test-netconnection. The user detected a firewall issue, used the shared credentials and saw data in the web portal. They then asked help with their email trigger when the primary/secondary flip not working.
Read the entire article here...
Read the entire article here...
Adding Entra ID Joined Machines to Control Up
It is possible to add Entra ID Joined machines to Control Up with a DNS record or via the Cloud Connection Sync Script, which adds all machines in an Azure subscription. The Universal Sync Script can also be used to synchronize EUC environments. Instructions for both can be found at https://support.controlup.com/.
Read the entire article here...
Read the entire article here...
Sending MSFT Teams Messages with ControlUp Realtime DX’s Rest Action
A user asked for examples of using Realtime DX's Rest action to send messages to MSFT Teams via the Graph API. It was suggested to follow ControlUp guidelines (https://support.controlup.com/docs/using-webhooks-as-follow-up-action) and use webhooks and Adaptive Cards for Teams. Sample powershell code was provided along with the permissions typically needed (Chat.ReadWrite or ChannelMessage.Send).
Read the entire article here...
Read the entire article here...
Managing Microsoft Edge Cache and Cookies with Scripts in ControlUp
The user asked if there is a script to close and delete the cache and cookies on the Microsoft Edge browser, and it was suggested that it is possible, with a link provided to the necessary folders. Clearing the folders is not always simple, as other software may use msedge.exe in the background, so users should be notified before making any changes. A possible solution is being worked on that would send a notification to the user to say the browser is attempting to be closed, and they will be notified when it is able to reopen.
Read the entire article here...
Read the entire article here...
Is It Possible to “Collect” Event IDs and Fire an Action in ControlUp?
It was asked if it is possible to "collect" event IDs and fire an action when a certain event ID happened multiple times within a certain time frame. Currently, this is not possible, however, users can use a workaround with a Powershell script and event triggers. A related request has been submitted to ControlUp, and can be found at https://controlup.uservoice.com/redirect/suggestions/46413556.
Read the entire article here...
Read the entire article here...
Locked Out of ControlUp Solve Portal Despite Permissions
A user was locked out of their Solve and DEX portals due to a permissions issue. After being granted all necessary permissions, they still couldn't access Solve from the console. It was established that the user needed the "Use Solve" right in their security policy. The user then tried a few solutions, including the add-cuuser cmdlet (https://support.controlup.com/docs/add-cuuser-create-new-solve-users#), but still could not access the portal. A restart of the monitor did not help however, so the issue is still unresolved.
Read the entire article here...
Read the entire article here...
Is it Possible to Track Certificate Expiry with ControlUp?
A user asked if Controlup could track certificate expiry on storefront servers, as is done for ADC (trigger). A PowerShell script fired via a scheduled trigger can be used to alert before cert expiry, but Landon's smarter approach via scoutbees in ScoutBees can also be used. More information can be found in ScoutBees.
Read the entire article here...
Read the entire article here...
Creating a Trigger to Compare Two PVS Stores in ControlUp
A user asked for help creating a trigger which compares two PVS stores and sends an email if not identical. @member suggested ChatGPT, which can add an error to the event log if the contents are not the same, and a second trigger can be set up for the error. A PowerShell script was provided which writes an error message to the event log if changes are present in the folders, with the needed event log name, source, and EventId customizable.
Read the entire article here...
Read the entire article here...