diff --git a/wiki/ChromeOS-Devices.md b/wiki/ChromeOS-Devices.md index 4d908104..2a400ecf 100644 --- a/wiki/ChromeOS-Devices.md +++ b/wiki/ChromeOS-Devices.md @@ -409,7 +409,7 @@ gam update ou csvkmd cros.csv keyfield OU datafield deviceId add croscsvdata dev reenable gam update action [acknowledge_device_touch_requirement] - [actionbatchsize ] + [actionbatchsize ] [maxtodeprov ] ``` ChromeOS devices are now processed in batches. The batch size defaults to 10, the `actionbatchsize ` option can be used to set a batch size between 10 and 250. @@ -424,6 +424,10 @@ each device. Please also be aware that deprovisioning can have an effect on your See https://support.google.com/chrome/a/answer/3523633 for full details. +The option `max_to_deprov ` can be used to limit the number of devices to be deprovisioned; +no deprovisions are processed if the number of devices in `` exceeds ``; +the default value is one; set `` to 0 for no limit. + ## Send remote commands to ChromeOS devices Thanks to Jay for most of the following. diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 7f1a3ae1..cb988494 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,25 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.43.05 + +Added option `matchfield attendeesorganizer ` to `` +that is used in commands that process events. The match is true if all of the addresses in `` +are present as attendees in the event and are an organizer or not based on ``. + +Added option `max_to_deprov ` to `gam update cros action ` +that is used when `` is any of the following: +``` +deprovision_different_model_replace| +deprovision_different_model_replacement| +deprovision_retiring_device| +deprovision_same_model_replace| +deprovision_same_model_replacement| +deprovision_upgrade_transfer +``` +`max_to_deprov ` - No deprovisions are processed if the number of devices in `` exceeds ``; +the default value is one; set `` to 0 for no limit. + ### 7.43.04 Added option `include_suspended_zeros []` to `gam print vaultcounts` that causes @@ -28,7 +47,7 @@ gam print filelist ... filepath|fullpath ### 7.43.02 -Added option `maxactivities ` to `gam print driveactivity` to limit +Added option `maxactivities ` to `gam print driveactivity` to limit the number of activities displayed; the default is 0, no limit. ### 7.43.01 diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index ad7eb772..d4bb94c9 100644 --- a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +++ b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md @@ -251,7 +251,7 @@ writes the credentials into the file oauth2.txt. ``` gamteam@server:/Users/gamteam$ rm -f /Users/gamteam/GAMConfig/oauth2.txt gamteam@server:/Users/gamteam$ gam version -GAM 7.43.04 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.43.05 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.4 64-bit final macOS Tahoe 26.4.1 arm64 @@ -1034,7 +1034,7 @@ writes the credentials into the file oauth2.txt. ``` C:\>del C:\GAMConfig\oauth2.txt C:\>gam version -GAM 7.43.04 - https://github.com/GAM-team/GAM - pythonsource +GAM 7.43.05 - https://github.com/GAM-team/GAM - pythonsource GAM Team Python 3.14.4 64-bit final Windows 11 10.0.26200 AMD64 diff --git a/wiki/Users-Calendars-Events.md b/wiki/Users-Calendars-Events.md index 330d0e14..ab633429 100644 --- a/wiki/Users-Calendars-Events.md +++ b/wiki/Users-Calendars-Events.md @@ -277,6 +277,7 @@ ::= (matchfield attendees )| + (matchfield attendeesorganizer )| (matchfield attendeesonlydomainlist )| (matchfield attendeesdomainlist )| (matchfield attendeesnotdomainlist )| @@ -460,8 +461,11 @@ The Google Calendar API processes `*`; you may specify none * `singleevents` - Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves * `updatedmin