Cmdlets for LDAP

Build 25.0.9434

Add-LDAP Cmdlet

Parameters   Output Objects  

Inserts LDAP data.

Syntax

Add-LDAP [parameters]

Remarks

The Add-LDAP cmdlet allows you to use a syntax similar to SQL INSERT statements to create new LDAP records.

Add-LDAP -Connection $connection -Table "User" -Columns @("CN") -Values @("Users")

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434