Posts

Showing posts with the label google apps

Subscribe Google Apps users to calendars using GAM and python

If you want to subscribe a Google App user to calendar, you can use GAM and python. This following script my get you started: Note: You have to have GAM up and running before running this script.

An issue with Google Apps Directory Sync and how to fix it

As you know, Google Apps Directory Sync is a great tool to synchronize your MS Active Directory accounts with your Google Apps (for Business or Education). It can help you map your user account structure into Google including the users, groups, OUs... You simply set up the proper search rules for users and groups of your AD architecture. The tool works great except for one thing: When you add a new user into a group in AD, it will add that user into the counter part of that group in Google. But, when you move that user out of the group in AD, the google account will not be removed from the google groups. What google only does is stop allowing the user to post to that group. After looking for the solution for a while, I came up with one hack that works: 1. Search for all users in AD groups which you want to sync to Google: http://www.dangtrinh.com/2016/07/get-all-ms-active-directory-group.html 2. Search for all users in Google groups: http://www.dangtrinh.com/2016/07/get-go...