Cmdlets for LDAP

Build 24.0.9060

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) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060