Using Edge DX to capture memory dumps after BSOD.
One of our super smart engineers was talking to a customer who had a manual process for capturing memo...
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 monitor a running service using ControlUp?
ControlUp 8.8 will feature a service monitoring capability, as well as increased visibility and monitor health. Currently, services can be monitored using the real-time console, or by running a scheduled script. Previous versions have had issues with alerting, however in 8.7.0.655 stability has been greatly improved and weekly reboots have aided in this.
Read the entire article here...
Read the entire article here...
How to use ControlUp Edge DX to create a report of installed BIOS versions of your devices?
A user asked about creating a report to display machine name, model, and BIOS versions, and was advised to use Edge scripting and SIP DATA tags to convert WMI objects to JSON. To make sure the data is current, they were also advised to overwrite the data each time, and to use their own index. Certifications were also recommended. The article at https://support.controlup.com/docs/edge-dx-scripting-guide#example-for-powershell was provided for reference. The user ultimately managed to create the desired report.
Read the entire article here...
Read the entire article here...
Investigating Citrix VDA Registration Issues with ControlUp
A ControlUp user was dealing with a fallout after domain controller patching impacting Citrix VDA registration. Yoni suggested using the built in machine action GP Update to check the Events pane for ID 14 and the domain membership script action for repairing identity issues, while other ControlUp SMEs were tagged for further help. Links were also provided to Microsoft articles for Kerberos and Netlogon protocols.
Read the entire article here...
Read the entire article here...
Understanding the ControlUp “Logon Duration – Other” Setting
A user asked about the "Logon Duration - Other" metric and if there is a definition of user logon time that can be seen as comfortable. According to the responses, the metric is time that cannot be categorized into neat buckets and can be analyzed using the ControlUp script “Analyze Logon Durations”. In addition, Auditing should be enabled and Procon Mon can be used to look for more detailed information.
Read the entire article here...
Read the entire article here...
Investigating ‘Down’ State in ControlUp Console User Sessions
When looking at user sessions in ControlUp Console, state "Down" can happen briefly during session logoff. This was observed in 20-30% of session logoffs. The "Down" state can indicate a closed session due to an error, and remote access might be possible via RDP. Users should try this next time the "Down" state appears.
Read the entire article here...
Read the entire article here...
PowerShell Script to Show Published Apps by Delivery Group?
A user asked for an existing PowerShell script to show published apps by delivery group. A suggested script of Get-BrokerDesktopGroup, Get-BrokerApplication, and Select Name was provided and the user received the necessary help.
Read the entire article here...
Read the entire article here...
Integrating with ServiceNow through ControlUp Solutions
This discussion covers the recommended methods for integrating ControlUp with ServiceNow - these include ControlUp Real-Time DX (VDI & DaaS) or other solutions. ControlUp has an Event Management module which includes integration via Email and Rest API. The blog posts "10 Simple Steps to Build Your Own Integration in ControlUp" and "Control Up Test Drive Part II" provide additional information.
Read the entire article here...
Read the entire article here...
Troubleshooting Scheduled Task with PS1 on Intune Laptop
A user encountered an issue pushing a PS1 to a remote Intune laptop to create a scheduled task. Suggestions to include code to set the output encoding to ensure non-ASCII characters are captured, and to set the principal for the task to run as system were offered. The user ultimately found success in adding code to set the principal for the task.
Read the entire article here...
Read the entire article here...
How to show only devices that have Zoom installed and allow to push a custom script via ControlUp Edge DX?
The user asked how to identify which devices have Zoom installed so they can bulk select and push a custom script. It was suggested that they check the Installed Applications report on ControlUp Edge DX, and in the new Devices 2.0 dashboard they will be able to filter devices by installed application and then bulk select to push the custom script. The installed applications/versions are updated on the desktop daily but can be forced by deleting the HKLM\SOFTWARE\Avacee\SIP\ScriptLastRunTimes value.
Read the entire article here...
Read the entire article here...