The question was asked about how the language is determined in ControlUp Realtime DX. It was observed that the console inherits its locale according to the culture set in the environment where it is started, with examples provided on how to do so in PowerShell. It was noted that the calendar used is in Irish due to the setting of ga-IE, but that the administrator needs to set the culture to en-IE for an English calendar. This is because the DateTimePicker takes its language and formatting settings from the system's regional and language settings.
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
How to push a ControlUp custom user action to machines via API call?
Does anyone know if there is a way to push a custom user action to machines via API call? We are running into an issue and we would like to run a user a...
Read the entire article here...
Read the entire article here...
Targeting ControlUp Edge DX Alerts to Specific Devices
A user asked about targeting specific devices for a ControlUp Edge DX alert, and Landon recommended using an environment variable in a script to make sure it only runs on certain devices. The user then clarifies their question to also include checking for WiFi strength, which can’t be done with a script but will have to be done manually. They thanked Landon for looking into it. The referenced support article can be found at https://support.controlup.com/docs/scripting-guide#targeting-a-script-at-a-specific-device.
Read the entire article here...
Read the entire article here...
Finding Actual Size of FSLogix Profile .vhd in ControlUp
The user asked for a way to get the actual size of their FSlogix profile .vhd in ControlUp since disk metrics in Solve use values from Windows or FSlogix logs. Four scripts in the realtime console may have the relevant info and the "Current Size" column can display the size of the VHDX. It was then suggested to watch a webinar from yesterday and a blog which talks about the VHDX size. The Show FSLogix mounted container details SBA can show the "VHD Actual Size (MB)" field which displays the size of the VHD from the share.
Read the entire article here...
Read the entire article here...
Viewing Remote Users Through UAGs with ControlUp Real Time DX/Solve
The user was unable to use ControlUp Real Time DX/Solve to view remote users connecting through UAGs. After resolving an issue to get the Universal EUC Sync Script working, this user is now looking for a way to view historical data of specific UAGs connections. Currently, the data is only available in real-time and historical data can be made by using the Export-CUQuery in PowerShell, exporting the relevant fields and sending it to PowerBI, Splunk, or Tableau to build a report. Link to documentation: https://support.controlup.com/docs/add-horizon-integration and https://support.controlup.com/docs/export-cuquery.
Read the entire article here...
Read the entire article here...
Stress Testing Tool Recommendations for Generating High Usage in ControlUp
A user asked for recommendations on stress testing tools and generating high CPU/RAM/network usage. Suggestions offered included Notepad for increasing memory, CPUStress, LoadGen, SimLoads from eucscore, a PowerShell script for maxing out all but one of the CPU cores, and a Linux command to generate a single thread of stress. The G0-EUC team use LoadGen for their research and the post also provided a link to their testing methodology.
Read the entire article here...
Read the entire article here...
Could Language Regional Settings Cause ALD Script Output Errors in ControlUp?
A user had a problem with an ALD script that showed an output with a duration of 83000 seconds and Logon end in the future. It was suggested that the problem could come from different language regional settings in the console and the target machine, with the decimal separator (e.g. 36,00) being sent to the machine as text and being misinterpreted. The Desktop Load Time could also be an issue and it was suggested to look for an anomalous value in the Windows Shell line.
Read the entire article here...
Read the entire article here...
Capturing Event Log Data with ControlUp Edge DX Documentation
Timothy's new documentation covers collecting event data from Agent, recording additional events, viewing recorded events with the event log report, setting up alerts and automation using the win_event_log index, running a script on a device to scam for historical events and remote control into a device to view events manually. The article can be found at https://support.controlup.com/docs/windows-event-logs-with-edge-dx and was praised for being well done.
Read the entire article here...
Read the entire article here...
Executing Script Actions from Solve Context Menu
The user asked about executing Script Actions from the Solve context menu - depending on the security policy and configuration, some scripts may not be available. It was suggested to check the ones that do show up and apply that to the ones that don't. Documentation for Solve Actions can be found at https://support.controlup.com/docs/solve-actions.
Read the entire article here...
Read the entire article here...
Checking Citrix Tag Assignment in ControlUp
A user asked about checking if a machine had a specific Citrix tag assigned, to which it was replied that currently ControlUp does not have Citrix tags as a metric, but version 8.8MR (in beta) has a way of adding ControlUp tags to grids through a script that pulls the Tag and writes it to the machine's registry. Details for joining the ControlUp beta can be found in #controlup_product-betas.
Read the entire article here...
Read the entire article here...