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