To grab information on settings in the groups I have, I've been running:
..\gam print groups description permission settings > groups.csv
This gives me a long list of settings that I can bulk modify and then feed back into a PowerShell script that uses gam to write the settings back. Really nice for making settings consistent.
Today, I ran the command and got the following error:
Traceback (most recent call last):
File "gam.py", line 6430, in <module>
File "gam.py", line 5248, in doPrintGroups
File "csv.pyo", line 153, in writerows
File "csv.pyo", line 144, in _dict_to_list
ValueError: dict contains fields not in fieldnames: include_In_Global_Address_List, spam_Moderation_Level
At this point, gam exits and does not write the contents out to the groups.csv file. I know that the last time the command worked was on September 1st, but I don't know at what point after that things might have changed. The output of gam without any options is:
Google Apps Manager 2.51
Python 2.7.3 final
Windows-2008ServerR2-6.1.7601-SP1 AMD64
No huge hurry, but any help you can provide would be appreciated.
-Neil