Cmdlets for Twitter

Build 24.0.9060

Add-Twitter Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060