Get-R1NamingContextConfigurationParameter

SYNOPSIS

Returns the configuration parameters of a content node.

SYNTAX

Get-R1NamingContextConfigurationParameter [-dn] <String> [<CommonParameters>]

DESCRIPTION

Returns the configuration parameters of a content or container node: its link parameters, the additional clause and the base search and update parameters of its queries, and the stored procedures it calls on insert, update and delete.

EXAMPLES

Example 1

Get-R1NamingContextConfigurationParameter -dn 'EMPLOYEES,o=DBJoin'

Returns the configuration parameters of a content node at EMPLOYEES,o=DBJoin.

PARAMETERS

-dn

The DN of the naming context node.

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

psRadiantOne.ConfigurationParameters

NOTES

Get-R1NamingContext