Chris Bradbury

GAM

Active Directory

GAM – Hide all users in AD OU from Global Address List

Fairly niche one this one. Needed to hide all the users in a specific group from the GSuite Domain’s Global Address List Powershell to the rescue. Pulling through all the users in a specific searchbase and iterating through them with the GAM gal off command. Get-ADUser -Filter * -SearchBase “OU=Name,DC=domain,DC=local” -Properties Read more…

By chrisbradbury, 4 years12 months ago
GAFE

GAM – Set profile photo of entire group to single image

For out students, we want a single image for their GSuite profile photos. Sadly there isn’t a way of preventing users from changing their photo, so we have to run a script regularly to remove any changes they may have made. #- Address of the group -# $groupAddress = “[email protected]” #- Read more…

By chrisbradbury, 4 years4 years ago
Calendar

GAM – Give mail group calendar permissions

Had a need to add all the users from a GSuite group as editors on a Google Calendar. The script reads and outputs the current ACLs, gets the members of the group and then adds them to the calendar giving them the appropriate permissions. At the end, it outputs the Read more…

By chrisbradbury, 4 years4 years ago
  • Cookie Policy
This site uses cookies: Find out more.