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

Get-RDMDataSource

Synopsis

Retrieve the list of available workspaces.

Syntax

__AllParameterSets

Get-RDMDataSource [[-Name] <string>] [-CaseSensitive] [<CommonParameters>]

Description

Retrieve the list of available workspaces.

Examples

Example 1

PS C:\> $list = Get-RDMDataSource

Retrieves the list of available workspaces.

Example 2

PS C:\> $list = Get-RDMDataSource; $list[0]

Retrieves the list of available workspaces and displays the first item.

Example 3

Retrieves the list of available workspaces and sets the current workspace the the second element in the list.

Parameters

-CaseSensitive

Case sensitive

-Name

Workspace name

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 Get-RDMDataSource -detailed". For technical information, type "Get-Help Get-RDMDataSource -full".

Last updated

Was this helpful?