Add-Exchange Cmdlet
Inserts Microsoft Exchange data.
Syntax
Add-Exchange [parameters]
Remarks
The Add-Exchange cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Exchange records.
Add-Exchange -Connection $connection -Table "Contacts" -Columns @("GivenName") -Values @("Jon Doe")