mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
Added support for alternative output when creating contacts
This commit is contained in:
@@ -2,6 +2,30 @@
|
||||
|
||||
Merged GAM-Team version
|
||||
|
||||
6.62.08
|
||||
|
||||
Added option `addcsvdata <FieldName> <String>` to these commands. This adds additional columns of data to the CSV file output
|
||||
when the `csv` option is used.
|
||||
```
|
||||
gam create contact
|
||||
gam <UserTypeEntity> create contact
|
||||
gam <UserTypeEntity> create contactgroup
|
||||
```
|
||||
|
||||
6.62.07
|
||||
|
||||
Added option `csv [todrive <ToDriveAttribute>*]` to these commands that causes GAM to output
|
||||
the contact creator and contact ID in CSV form. This will be useful when bulk contacts are created.
|
||||
|
||||
Added `returnidonly` to these commands that causes GAM to return just the
|
||||
contact ID as output. This will be useful in scripts that create a contact and then
|
||||
want to perform subsequent GAM commands on the contact.
|
||||
```
|
||||
gam create contact
|
||||
gam <UserTypeEntity> create contact
|
||||
gam <UserTypeEntity> create contactgroup
|
||||
```
|
||||
|
||||
6.62.06
|
||||
|
||||
Added output `Item cap` to `gam <UserTypeEntity> print filecounts select select <SharedDriveEntity>` that
|
||||
|
||||
Reference in New Issue
Block a user