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

PS C:\> $list = Get-RDMDataSource; Set-RDMDataSource $list[1].ID

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

Parameters

-CaseSensitive

Case sensitive

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Name

Workspace name

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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".

Devolutions Forum logo Share your feedback