A user asked for a script that would quickly list the users and groups that have access to all of their delivery groups. It was suggested to use the Get-BrokerAccessPolicyRule command with no parameters, however included groups needed to be resolved to get a list of users. A CU_ProcessADObject script was provided to recursively process underlying groups.
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
ControlUp Incidents and Alerts Stopped Working
Luke has been having trouble getting 33,000 incidents and his alerts stopped working since last Tuesday. He was advised to check the Monitor and Console VM can properly connect to the required back-end service at https://support.controlup.com/docs/communication-ports-used-by-controlup-hybrid-cloud-1 . Luke was also provided with a script from Support to test connectivity at https://support.controlup.com/docs/how-to-check-network-connectivity-to-controlup-cloud-services and was able to download the script. He plans on logging with Support.
Read the entire article here...
Read the entire article here...
How to push metrics from ControlUp to ServiceNow ITOM – metric data ONLY?
The user asked how to push metrics from ControlUp to ServiceNow ITOM. Monitor exports and scheduled triggers can be used for this, as well as improved APIs when they become available in the future. Links to relevant resources are provided at https://support.controlup.com/docs/export-settings and https://support.controlup.com/docs/monitor-cluster-powershell-fields-by-table.
Read the entire article here...
Read the entire article here...
Excluding Logical Drive Letters from Monitoring in ControlUp
A user asked if it is possible to exclude a logical drive letter from being monitored - the answer is to add the letter to a drives value registry on HKEY_LOCAL_MACHINE\SOFTWARE\Smart-X\ControlUp\Agent\ExclusionRules. Additionally, a script or registry controller can be used to get or set excluded drives.
Read the entire article here...
Read the entire article here...
Health Checks for VMware UAGs Using Horizon and UAG APIs within ControlUp
A user asked for suggestions on what metrics to assess in a project to do better health checks on VMware UAGs using Horizon and UAG APIs. Ideas include alerting when a connection server exceeds a threshold, and when services are not in a running state, as well as low available memory and high CPU. These metrics would also be desirable to display in ControlUp's Solve and Console. Discussions also included Dennis' idea to bring the data to Edge DX and a feature request for UAG data.
Read the entire article here...
Read the entire article here...
EUC Environment Cloud Connection Disconnection Issues with ControlUp
Users are experiencing multiple disconnects/reconnects with their EUC Environment cloud connection daily which is causing issues in the ControlUp console, false reports of failed desktops, and data disappearing when navigating Solve. A ticket was raised four years ago but no resolution has been provided. Support suggested rebooting data collectors and adding resources but it is believed the issue lays with Citrix's API blocking connections. ControlUp is actively working with Citrix to resolve the issue.
Read the entire article here...
Read the entire article here...
Does ControlUp keep a log of user input delay anywhere, or is it merely a realtime thing?
This discussion addressed whether ControlUP keeps a log of user input delay. It was suggested to use the Monitor PS cmdlets Export-CUQuery to query the Sessions table and Field UserInputDelay. An example was given on how to refresh this table every two seconds for a duration of 200 seconds using Invoke-CUQuery and Export-Csv.
Read the entire article here...
Read the entire article here...
How to remotely query the registry of machine using a ControlUp Script Action?
It is possible to query the registry of a machine using a Script action, however the user was getting 'access denied' errors. If the computer runs the CU agent, it might be easier to run the script there instead of remotely. It was suggested that PS remote needs to be enabled for Invoke-Commands. 8.8 release will allow users to see the value for VHDLocations as a column in console and Solve as part of the FSLogix integration.
Read the entire article here...
Read the entire article here...
Is there a Logout Duration Script like the Logon Duration Script in ControlUp?
We all appreciate the Analyze logon duration script, but is there an equivalent for logout duration?
Thanks in advance, cheers
Read the entire article here...
Read the entire article here...
Error 94 in FSLogix Log Parser Script
Users were having issues with the FSLogix log parsing script, showing an error in line 94. It was found that changing the line to include a '+' would solve the issue, which @member then confirmed. The update has been pushed to production, and the issue is now resolved.
Read the entire article here...
Read the entire article here...