Remove-R1NamingContextMergedBackend

SYNOPSIS

Removes a merged backend from an LDAP proxy naming context.

SYNTAX

Remove-R1NamingContextMergedBackend [-dn] <String> [-radiantoneNamespaceDn] <String> [-dataSource] <String>
 [-remoteBaseDn] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Removes a merged backend from the LDAP proxy naming context node, so its entries are no longer presented. The merged backend is identified by all three of its properties, which is the form Get-R1NamingContextMergedBackend returns it in.

EXAMPLES

Example 1

Remove-R1NamingContextMergedBackend -dn 'o=proxy' -radiantoneNamespaceDn 'ou=sample,o=proxy' -dataSource 'vds' -remoteBaseDn 'ou=ad_sample,ou=AllProfiles'

Removes the merged backend presented at ou=sample,o=proxy, after prompting for confirmation.

Example 2

Get-R1NamingContextMergedBackend -dn 'o=proxy' | Remove-R1NamingContextMergedBackend -dn 'o=proxy'

Removes every merged backend from o=proxy, prompting for confirmation of each.

PARAMETERS

-dn

The DN of the LDAP proxy 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

-radiantoneNamespaceDn

The DN at which the merged entries are presented.

Type: String
Parameter Sets: (All)
Aliases:

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

-dataSource

The name of the merged LDAP data source.

Type: String
Parameter Sets: (All)
Aliases:

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

-remoteBaseDn

The DN in the data source whose entries are merged.

Type: String
Parameter Sets: (All)
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.Void

NOTES

Get-R1NamingContextMergedBackend

Add-R1NamingContextMergedBackend