- 7.22.00
Expanded <UserTypeEntity>
to allow specification of non-archived/archived users.
- See Collections of Users
These commands have also been updated to deal with archived users:
gam print aliases
gam update groups
gam info orgs
gam print orgs
gam print users
Added datetime <DateTimeFormat>
command that can be embedded in Gam batch files.
The current time is formatted with <DateTimeFormat>
and subsequent lines in <BatchContent>
will have %datetime%
replaced with the formatted time value.
See: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes
- See Update History