Add-LDAP Cmdlet
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")