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