A user asked for a script to kill a process in a user session, and was given suggestions such as using the Kill Process function in the ControlUp GUI or creating an SBA using Invoke-CUAction. There are also examples of such scripts available on the ControlUp Community website and a Citrix-specific solution called "LogoffCheckSysModules" was also suggested. For more information and examples, visit the links provided.
Read the entire article here...
ControlUp Scripts & Triggers Training & Support Archives
ControlUp Script and Trigger training and support-related archives from inside the ControlUp Community on Slack.
Accessing Alerts in Edge DX
A member from ControlUp asked about role permission for accessing alerts within Edge DX. Another member replied with a helpful suggestion.
Read the entire article here...
Read the entire article here...
ControlUp Scripts for Intune Compliance Checks
A user is interested in a ControlUp script to force an Intune Compliance Check on a Windows Device. While there is no official script available, it is a potential future roadmap item for Secure DX. Other users suggest creating a PowerShell script and setting it as an action on the device. A recommendation is made to include a check that ensures the correct components are installed on the device.
Read the entire article here...
Read the entire article here...
Using Windows Event Based Triggers for Automated Actions in ControlUp
A user asked about the possibility of passing text/fields from a Windows event log message as arguments for a script action using the Windows event based trigger. Another user noted that this is not currently possible but can potentially be implemented in the future. They provided a link to a support document and explained how to access the necessary information using a sample event based object. Another user suggested using this feature for automated actions based on specific error criteria. Another option is to use built-in actions like reset VM which utilize the ControlUp service account for the hypervisor. ControlUp Academy may have more resources on this topic.
Read the entire article here...
Read the entire article here...
How to Export DEX Audit Logs with ControlUp’s API
A user asked about exporting DEX Audit Logs and was directed to use API's to convert the data to any format desired, such as Excel. A link to the relevant API reference was also provided.
Read the entire article here...
Read the entire article here...
Securing Laptops with ControlUp and other Options
A discussion took place about different security options for laptops, specifically a method to prevent bootup in the event of theft. It was mentioned that ControlUp does not have this feature, but there is a user voice open for it. It was also suggested to use MDM or Intune for this purpose, but it was noted that a script will not run if the agent cannot communicate with the device. Some laptops have Absolute software built-in for this purpose. Another possible solution is using BitLocker with TPM+PIN, but it is important to ensure proper policies are in place for it to be effective. URL mentioned: www.absolute.com
Read the entire article here...
Read the entire article here...
Exporting Cache Drive Usage Data Using ControlUp and PowerBI/Excel
A user asked how to export cache drive usage data to PowerBI/Excel for a customer who wants historical data. A scheduled trigger can be used with a specific query to retrieve the information and export it to a CSV file. Another user shared a tip on using wildcards in the query to retrieve data from specific folders.
Read the entire article here...
Read the entire article here...
How to Script Force Reset VM in ControlUp
A user asked if it is possible to script the Force Reset VM action in ControlUp. Another user shared a code snippet that uses the Invoke-CUAction and Invoke-CUQuery commands to reset the VM name that is passed through arguments. This can be found at https://support.controlup.com/docs/invoke-cuaction
Read the entire article here...
Read the entire article here...
Creating Triggers in ControlUp for Outlook Inbox Monitoring
A user inquired about creating a trigger for Outlook Inbox on a server, and received a response suggesting the use of ControlUp to run a script using PowerShell and the Outlook COM Object. The script would then check and report the number of items in the Inbox. An example code was also provided. This solution was provided by Yoni and can be implemented through ControlUp.
Read the entire article here...
Read the entire article here...
Deleting OR Conditions in ControlUp Alert Policies
A user asked for clarification on deleting a single OR condition in an alert policy. A team member mentioned a past bug in the UI regarding this issue. Additionally, it was suggested that the default setting for alert policies with no configuration is to have only OR statements.
Read the entire article here...
Read the entire article here...