Hi everybody
Is there a way to export a list (csv/txt/xlsc) with all installed driver on our Dataminer instance?
Kind regards
Stefan
Ive Herreman [SLC] [DevOps Catalyst] Answered question 15th June 2023
Hi Stefan, I'm not aware of a way to do it directly in the Cube client. But if you have access to the server itself you could create a CSV file using the following PowerShell command. This list includes all installed connectors, also those that are not in use by an element.
Dir "C:\Skyline DataMiner\Protocols" -Directory | Select-Object BaseName | Export-CSV connectors.csv
Tom Waterbley [SLC] [DevOps Enabler] Answered question 15th June 2023