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