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...
PowerShell Related Training & Support Archives
PowerShell training and support-related archives from inside the ControlUp Community on Slack.
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...
Creating Two of the Same Script Actions in a MSP Environment using ControlUp
A user asked for help in creating two of the same script actions for different clients in a MSP environment. Suggestions included manually copying settings/script content and editing the XML file, changing the SBAId and/or SBARootID. It was confirmed that any GUID would work by changing the RootSBAId in the XML.
Read the entire article here...
Read the entire article here...
Creating Toast Notifications With ControlUp Edge DX Scripts
A user asked about creating Toast Notifications with ControlUp's script for Edge DX. After getting an error in the script, they asked for help and received two examples from @member. It was also mentioned that BurntToast, a PowerShell module, could be installed and used with Edge scripts.
Read the entire article here...
Read the entire article here...
Adding Computers from Different AD Forests with ControlUp Monitor
A user asked how to add a computer in a different AD forest using the ControlUp Monitor. The EUC-Sync script, which can add machines is available, but the DNS records must be recognized. Additionally, the AD Connection needs to be configured in ControlUp Monitor settings in the Domain Identities section, which is not tied to the user logged in to the console.
Read the entire article here...
Read the entire article here...