Add-Twitter Cmdlet
Inserts Twitter data.
Syntax
Add-Twitter [parameters]
Remarks
The Add-Twitter cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Twitter records.
Add-Twitter -Connection $connection -Table "Tweets" -Columns @("Text") -Values @("My twitter message")