On Oct 24, 2025, at 7:02 AM, Steve Keyak <ske...@urbn.com> wrote:
https://support.google.com/a/answer/16343077?src=supportwidget0&hl=en&authuser=0Has anyone seen this feature successfully hit their org yet? Curious if it'll be supported via GAM.
--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/e7a28c09-5f4d-415c-92cd-231c7e92deban%40googlegroups.com.
https://support.google.com/a/answer/16343077?src=supportwidget0&hl=en&authuser=0Has anyone seen this feature successfully hit their org yet? Curious if it'll be supported via GAM.
--




To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/b911661b-2868-4a86-9755-2e309e8a8980n%40googlegroups.com.
On Oct 24, 2025, at 3:22 PM, 'Ivan Carlos' via GAM for Google Workspace <google-ap...@googlegroups.com> wrote:Wow I got it!!<image.png><image.png><image.png>
# Make a CSV file SharedMailboxes.csv with these columns:
User,Delegate,FirstName,LastName,OrgUnit,Password
share...@domain.com,,Shared,Tech,/SharedMailboxes,pw1234567890
share...@domain.com,tech...@domain.com
share...@domain.com,tech...@domain.com
share...@Domain.Com,Tech...@domain.com
share...@domain.com,,Shared,Marketing,/SharedMailboxes,pw1234567890
share...@domain.com,mktg...@domain.com
share...@domain.com,mktg...@domain.com
share...@Domain.Com,Mktg...@domain.com
# Create the shared mailboxes; process rows with with a blank Delegate; use a fixed password
gam config csv_input_row_filter "Delegate:regex:^$" redirect stdout ./CreateSharedMailboxes.txt multiprocess redirect stderr stdout csv SharedMailboxes.csv gam create user "~User" firstname "~FirstName" lastname "~LastName" ou "~OrgUnit" password "~Password"
# Create the shared mailboxes; process rows with with a blank Delegate; use a random 12 character password, notify the helpdesk
gam config csv_input_row_filter "Delegate:regex:^$" redirect stdout ./CreateSharedMailboxes.txt multiprocess redirect stderr stdout csv SharedMailboxes.csv gam create user "~User" firstname "~FirstName" lastname "~LastName" ou "~OrgUnit" password random 12 notify help...@domain.com
# Create the shared mailbox delegates; process rows with with a non-blank Delegate
gam config csv_input_row_drop_filter "Delegate:regex:^$" redirect stdout ./CreateSharedMailboxDelegates.txt multiprocess redirect stderr stdout csv SharedMailboxes.csv gam user "~User" add delegate "~Delegate"
# Send a message to the delegates; process rows with with a non-blank Delegate
gam config csv_input_row_drop_filter "Delegate:regex:^$" redirect stdout ./NotifyDelegates.txt multiprocess redirect stderr stdout csv SharedMailboxes.csv gam sendemail to "~Delegate" subject Delegation textmessage "~~User~~ has granted you ~~Delegate~~ access to read, delete and send mail on their behalf."
On Oct 24, 2025, at 7:02 AM, Steve Keyak <ske...@urbn.com> wrote:
https://support.google.com/a/answer/16343077?src=supportwidget0&hl=en&authuser=0Has anyone seen this feature successfully hit their org yet? Curious if it'll be supported via GAM.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/efe03647-8787-40ab-a691-f517fa45d735n%40googlegroups.com.