For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-RDMDataSource

Synopsis

Create a new workspace instance.

Syntax

SQLiteDataSource

New-RDMDataSource -Database <string> -Name <string> -SQLite [-Password <securestring>]
 [-SetDatasource] [<CommonParameters>]

SQLServerDataSource

New-RDMDataSource -Database <string> -Name <string> -Password <securestring> -Server <string>
 -SQLServer -Username <string> [-SetDatasource] [-TrustServerCertificate <DefaultBoolean>]
 [<CommonParameters>]

SQLServerDataSourceIntegratedSecurity

New-RDMDataSource -Database <string> -Name <string> -Server <string> -SQLServer
 [-IntegratedSecurity] [-SetDatasource] [-TrustServerCertificate <DefaultBoolean>]
 [<CommonParameters>]

SQLServerDataSourceUserEditable

New-RDMDataSource -Database <string> -Name <string> [-SetDatasource] [<CommonParameters>]

SQLServerDataSourceDontSavePassword

DropboxDataSource

DVLSDataSource

DVLSDataSourceIntegratedSecurity

XMLDataSource

HubBusinessDataSource

HubPersonalDataSource

Description

Create a new workspace instance. The instance has not yet been saved. Assign the result to a variable then call "Set-RDMDatasource $s" to save the workspace.

Parameters

-Database

Indicates the filename of the SQLite database (.db).

-DontSavePassword

Don't save the password in the SQL Server workspace settings

-Dropbox

Create a Dropbox workspace. Deprecated.

-DVLS

Create a Devolutions Server workspace.

-Filename

XML Filename

-HubBusiness

Create a Devolutions Cloud workspace.

-IntegratedSecurity

Specify to use Windows Integrated Authentication for authenticating to the workspace.

-Name

Name of the workspace.

-Password

Password used to encrypt the SQLite database (.db).

-ScriptingApplicationPassword

Application password used to access the Devolutions Server instance.

-ScriptingTenantID

Application ID used to access the Devolutions Server instance.

-Server

Name of Devolutions Server instance.

-SetDatasource

Save the workspace.

-SQLite

Create an SQLite workspace.

-SQLServer

Create an SQL Server workspace.

-TrustServerCertificate

Trust the server's self-signed certificate

-UserEditable

Editable username

-Username

Username to access the Devolutions Server instance

-XML

Create a XML workspace.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help New-RDMDataSource -detailed". For technical information, type "Get-Help New-RDMDataSource -full".

Last updated

Was this helpful?