Update DataSource Properties with PowerShell

Update DataSource Properties with PowerShell

avatar

We have about 20 DataSources on a SQL-Server. I did not find a way to Change the Server-IP or the Caching-Mode from PowerShell.
If we move our SQL-Server or want to configure other Settings for Timeout or Caching we have to do it 20-times manually in the UI.
Is ther a way to update the Properties of a Datasource with PowerSehll?
Important: i mean DataSource not Session
edited by franzr77 on 8/5/2014

All Comments (2)

avatar

Hi,
We don't have anything right now to change the data source configuration in PowerShell. I have entered an improvement request.

Thank you for the suggestion

David Hervieux

avatar

The next RDM beta build will have the following PS cmdlet:

Set-RDMDataSource
New-RDMDataSource
Remove-RDMCurrentDataSource
Set-RDMDataSourceProperty
Get-RDMDataSourceProperty

Documentation to follow shortly.

Regards,

Stéfane Lavergne