Add-AD Cmdlet
Inserts Microsoft Active Directory data.
Syntax
Add-AD [parameters]
Remarks
The Add-AD cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Active Directory records.
Add-AD -Connection $connection -Table "User" -Columns @("CN") -Values @("Users")