A user asked if it is possible to pre-fill/pre-stage Event Pane settings for all ControlUp users, as it seems to be a user-specific configuration. Some suggestions were to use PowerShell to add filters, but others pointed out that credentials are encrypted by user SID so that may not work. The user also asked if these events filters could be set as a GPO setting. File name: "%appdata%\ControlUp\Configuration\CommonPrivateConfiguration.xml"
Read the entire article here...
PowerShell Related Training & Support Archives
PowerShell training and support-related archives from inside the ControlUp Community on Slack.
ControlUp Community Radio Episode #8 – A Conversation with Guy Leech, CTP, MVP & VIPP
Troubleshooting Data Storage Issues with PowerShell Script in ControlUp
A user had trouble with a powershell script not storing data in the data index on a specific device, but with the help of another user's input, the issue was resolved. The correct script with a dummy key value, JSON format and dummy key field name can be found in the discussion.
Read the entire article here...
Read the entire article here...
Generating Reports on GPO Application with ControlUp
A discussion about a new GPO led to the suggestion of creating a report on devices that have received the GPO using ControlUp and scraping the output of the gpresult command. Information on how to do this can be found in a recent ControlUp blog post. A script was also provided for converting the output to json and generating a report. A link to the post and the script was included.
Read the entire article here...
Read the entire article here...
Python Support and File Transfer on ControlUp
One user asked if Python will be added to the windows script list on ControlUp. Another user suggested using Powershell to call the Python script. A third user mentioned using Invoke-Webrequest or copying the script itself in the script window for file transfer. Another user suggested using a PS1 script that encapsulates the python script and checking if python is installed, and installing it if necessary. They also mentioned hurdles with file transfer and suggested a feature request for blob storage. Overall, Python support on ControlUp is not currently on the roadmap.
Read the entire article here...
Read the entire article here...
Efficient Deployment Strategies for ControlUp Users
Members of the ControlUp team discussed how to handle deployment scripts requiring an install file or certificate. Suggestions included using a shared location or a platform such as MS Intune/SCCM, although issues with Edge DX were noted. Another option would be to manually install through remote control, but automation is preferred. Some members have found success with using workarounds involving Google Drive and PowerShell scripts.
Read the entire article here...
Read the entire article here...
How to Fetch Default Reports in ControlUp with an API Key
A user asked for help with fetching the default report for applications on ControlUp. Another user suggested using an API key and provided a sample API request. The user had already tried inspecting the element and network tabs without success.
Read the entire article here...
Read the entire article here...
Tracking Downtime and Uptime for VDIs in ControlUp
A user asked for ways to track downtime and uptime percentage of their VDI's for an SLA with a customer. A team member suggested using Scoutbees or the session count historical dashboard. Another option is to use the ControlUp powershell module to build a database for tracking availability. A UserVoice request can also be made for this feature. URL: https://support.controlup.com/v1/docs/monitor-cluster-powershell-api-cmdlets
Read the entire article here...
Read the entire article here...
Creating a Custom Report in ControlUp: Tips and Suggestions
A user asked if the Slack discussion was the best place to ask a question about creating a specific custom report, and received responses recommending using APIs or a PowerShell script. Another user mentioned the option to use filters and add more filters for columns not displayed in the report. However, the issue of fully patched machines not showing in the index was also noted. It was suggested to explore other options.
Read the entire article here...
Read the entire article here...
Discussing Data Retrieval from Custom Data Indexes at ControlUp
The conversation on Slack revolved around pulling data from custom data indexes via API. It was revealed that while there are 7 indexes with varying numbers of items, only 10,000 rows can be queried from each one. This is because EdgeDX expects filtering and aggregation to be done on the tenant side rather than the client side. The logic behind data retention was also brought up, with the max amount of data being 30 days. The discussion ended with the advice to query the collapsed index for more recent data. The full conversation can be found at https://controlup.slack.com/archives/CAZ3VBF6B/p1617709089046900.
Read the entire article here...
Read the entire article here...