The user asked for a way to limit the number of scripts in ControlUp. They wanted to be able to delete unwanted scripts or hide them from view. Dennis suggested a query to delete unwanted scripts, which is supported for on-prem users, but is not officially supported. Landon also chimed in with thanks.
Read the entire ‘Managing Scripts in ControlUp’ thread below:
Hello everyone.
Is it possible to limit the number of scripts? The ones that have not yet been downloaded and activated. I really like the scripts. But I sometimes get the comments that the large number of scripts is confusing. Especially the scripts for techniques that are guaranteed not to be used by the customer. For example, for Cloud Y when Cloud X is to be used. I can only gray them out in the security policy, but that’s not enough for me. Can I delete the unwanted ones directly in the database? Or is there something in the GPO templates?
The console does not have any way to hide those. Solve will only show downloaded scripts though.
Thank you Dennis ๐
A clear benefit of SOP.
What about
DELETE FROM [ControlUpDB].[dbo].[SBARecord] WHERE Name LIKE ‘Horizon%’
when not using Horizon in this environment?
At the risk of the support team saying "Reset" at some day. And only after backing up the DB ๐
yeah you can definitely delete them from the DB. Buuuuuut, you asked if we support that ๐
We don’t officially support that
That would be perfectly fine if your on-prem. That is actually how they are added to begin with is by inserting all the data into that table via the SQL file provided by the download.
Thank you Landon and Dennis ๐
Continue reading and comment on the thread ‘Managing Scripts in ControlUp’. Not a member? Join Here!
Categories: All Archives, ControlUp Scripts & Triggers