Get-R1DataSourceObject

SYNOPSIS

Returns the objects available for schema extraction.

SYNTAX

Get-R1DataSourceObject [-name] <String> [<CommonParameters>]

DESCRIPTION

Returns the objects an LDAP or custom data source offers for schema extraction.

EXAMPLES

Example 1

Get-R1DataSourceObject -name 'opendj'

Returns the objects available from the opendj data source.

PARAMETERS

-name

The name of the data source.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

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

INPUTS

None

OUTPUTS

System.String

NOTES

Get-R1DataSource

Get-R1DataSourceTable