diff --git a/src/whatsnew.txt b/src/whatsnew.txt index 98bbeeb9..692e9b16 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -1,21 +1,73 @@ GAM 3.66 - -Print address fields in logical order for gam info domain/instance - -Fix problem with gam create alias target - -Add skus argument to gam info user to allow any licenses to be processed - -Add limit argument to gam print printjobs, gam printjob fetchto allow selecting number of print jobs to process - limit 0 means all print jobs. - -Add revision argument to gam get drivefile to allow downloading of specific drive file revision (Seth Stein @wfu-linux) - -Add command gam show filerevisions to show drive file revisions (Seth Stein wfu-linux) - -Allow info user/group arguments to be used in gam whatis and be processed/ignored as appropriate - -Add membernames argument to gam print group-members to add member full name to output - -Add domain to unqualified group in gam print group-members - -Add fields argument to gam print group-members to allow field selection - MembersFieldNameList is a comma separated list of field names: email | group | id | name | role | type - -Add command gam show gplusprofile [todrive] to show Google+ profile - -Add domain and member arguments to gam print group-members to allow selecting subsets of groups - -Add showcounts argument to gam show labels to allow seeing message counts for each label - -Add arguments to gam show fileinfo * to allow field selection - -Add option to gam update group to allow clearing members: gam update group clear [owner] [manager] [member] +See GamCommands.txt for a complete syntax description. + +Added arguments to gam info group to suppress aliases listing and include groups of which this group is a member. +`gam info group ... [noaliases] [groups]` + +Added argument to gam print cros to limit number of activeTimeRanges and recentUsers entries +`gam print cros ... [listlimit ]` + +Added argument to gam signature/vacation to allow specification of file character set so that extended characters can be read. +`gam signature file [charset ]` +`gam vacation ... [charset ] ...` + +Added argument to gam add/update calendar to allow specification of event notifications +`gam add/update calendar notification email|sms eventcreation|eventchange|eventcancellation|eventresponce|agenda` + +Added option to reminder and notification arguments of update calendar to allowing clearing of reminders/notifications. +`gam update calendar [reminder clear] [notification clear]` + +Added arguments to `gam print group-members` to allow selecting subsets of groups. +Added argument to `gam print group-members` to add member full name to output, +Added argument to `gam print group-members` to allow output field selection. +`gam print group-members [todrive] ([domain ] [member ])|[group ] [membernames] [fields ]` +`MembersFieldNameList` is a comma separated list of field names: `email | group | id | name | role | type` + +Added argument to `gam info user` to specify SKUs for which license information is desired. +`gam info user [] ... [skus ]` + +Added argument to `gam print printjobs` and `gam printjob fetch` to allow specifying the maximum number of print jobs to retrieve. +`gam printjob fetch ... [limit ]` +`gam print printjobs ... [limit ]` +`limit ` specifies the maximum number of print jobs to retrieve; defaults to 25, set limit to 0 to retrieve all print jobs. + +Credit to Seth Stein for the following enhancements. +Added argument to `gam get drivefile` to allow downloading a specific revision of a drive file. +`gam get drivefile (id )|(query ) [format ] [targetfolder ] [revision ]` +Added command to show drive file revisions. +`gam show filerevisions ` + +Added argument to `gam print adminroles` to allow uploading to Google Drive. +`gam print adminroles [todrive]` + +Added `group, groups, mobile` arguments to `gam report`. +`gam report admin|calendar|calendars|drive|docs|doc|groups|group|logins|login|mobile|tokens|token ...` + +Added command to show user Google+ profile. +`gam show gplusprofile [todrive]` +To enable this command, visit: https://github.com/jay0lee/GAM/wiki/CreatingClientSecretsFile +In step 3.v, enable the Google+ API +In step 6.iii.d, add `https://www.googleapis.com/auth/plus.me` to the API scopes - Service Account list, then remove and re-add the authorization. + +Added argument to `gam show labels` to allow seeing message counts for each label. +`gam show labels|label [onlyuser] [showcounts]` + +Added argument to `gam show fileinfo` to allow field selection. +`gam show fileinfo [allfields|*]` + +Added argument to `gam update group` to allow removing members by role. +`gam update group clear [members] [managers] [owners]` +If no option follows clear, all members will removed. + +Changed `gam print admins` to include 'id:' in OrgUnitID column as with other `gam print` commands. + +Fixed GAM to handle both future date error messages in `gam report` + +Fixed `gam show delegates` to handle Unicode characters in delagator name. + +Fixed `gam get drivefile` to properly handle file extension. + +Fixed `gam create alias target `. GAM 3.65 -fix vacation issues (Ross)