A user asked if it was possible to automatically capture user data from endpoints, store it in a csv located in a central shared location, and present it using PowerBI. Both Wouter and someone else responded to confirm that this is possible, though code cannot be shared from outside a customer's environment. The best suggestion is to create a scheduled trigger or a user logon trigger to continuously capture data and aggregate it into one master csv.
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.
Finding an Inventory Script for Citrix Systems
A user was looking for an inventory script that gathers information on Citrix systems like PVS and VDA; they were recommended to look at Websters' downloads available at https://carlwebster.com/downloads/download-info/citrix-virtual-apps-and-desktops-v3-script/.
Read the entire article here...
Read the entire article here...
Anyone used the ControlUp Powershell module to automate adding new servers to ControlUp?
Has anyone used the ControlUp powershell module to automate adding new servers to ControlUp?
Read the entire article here...
Read the entire article here...
Help Needed with ‘Analyze Logon Duration’ Script: Auto-Action Issue and Incomplete Output
A user experienced an issue with the "Analyze logon duration" script run as a triggered task, only seeing an error attachment instead of the full output they needed. Ton suggested removing the -ErrorAction SilentlyContinue part to see if this helps, and @member suggested it may be a permission issue. The automated script creates the same output, with priority given to stderr streams over stdout. Users should check the audit log and ensure the logging of events is enabled.
Read the entire article here...
Read the entire article here...
Options to Monitor Missing Services in ControlUp 8.8
A user asked for options to monitor whether a service is missing, and was suggested to use the new service triggers in ControlUp 8.8. This can be done by monitoring the service stop and not configured status, and including the checkmark for just discovered machines. The user faced difficulty with slower login times and broken communications with banking apps due to their security groups not following vendor AV recommendations.
Read the entire article here...
Read the entire article here...
Bypassing Group Policy for PowerShell Scripts
A user was trying to run a PowerShell script in a script action, but was having issues due to an execution policy blocking the script. The user wanted to know if it was possible to bypass the group policy, to which it was suggested this would be seen as a security vulnerability by Microsoft. A workaround of setting the execution policy on the current user was suggested and seemed to work.
Read the entire article here...
Read the entire article here...
Suggestion for Script to Create Log Bundles with ControlUp Infrastructure Servers
A user suggested creating a script to generate log bundles with logs from ControlUp infrastructure servers such as SBA, COP, IOP, etc. An example of such a script was AppSense-Support.vbs and this was used to successfully retrieve the logs. The ControlUp Script Library includes a script (https://www.controlup.com/script-library-posts/deploy-log4net-for-controlup-processes/) for generating log bundles for Cloud components, although it is more complicated to do so for on-prem components due to the large size of the logs.
Read the entire article here...
Read the entire article here...
Any plans to add more options for ControlUp Triggers on Services?
Are there plans to add more options for Triggers on Services?
Currently limited to Stopped or Not Configured, but there are other states that can be rep...
Read the entire article here...
Read the entire article here...
Is there a ControlUp script to reset the hypervisor connection of VDIs with a specific power state?
Hello, I am not a developper, I can run a small quick and dirty script I wrote but I wish there was a proper script to reset the hypervisor connection o...
Read the entire article here...
Read the entire article here...
How to Configure CVAD Maintenance Mode from a CVAD Integration in a ControlUp Trigger
A user asked about using the CVAD Maintenance Mode from an integration in a trigger. The account was using shared credentials and the Monitor/Data Source connection seemed ok. It was suggested that the user use an Advanced Trigger and select the "Include newly discovered devices" option and use the "Disable CVAD machine maintenance mode" script action to enable the machine. The user was also recommended to check out the Trigger Packs article. The link for the Disable CVAD machine maintenance mode is https://github.com/controlup/script-library/tree/master/Disable%20CVAD%20machine%20maintenance%20mode and the Trigger Packs article is found at https://support.controlup.com/docs/trigger-packs.
Read the entire article here...
Read the entire article here...
