I was wondering if anyone out there had an offboarding script based around GAM they would be willing to share?
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8b9df177-779b-4b1c-ba77-827817b79907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Here is my termUser script. I keep our entire script repository on GITHUBWe use bash.
On Mon, Aug 6, 2018 at 8:52 AM Steve - DynTech <st...@dyntech.co.uk> wrote:
I was wondering if anyone out there had an offboarding script based around GAM they would be willing to share?--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8b9df177-779b-4b1c-ba77-827817b79907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kevin - that's great. Really appreciate it.Looking at that and seeing my gam path is different, one minor adjustment to it could be to set the gam path as a variable then refer to it that way later in each commandGAM=/home/s_larsen/bin/gamadv-xtd/gam$GAM update user $userEmail suspended offI've started to make one here but it's not tested as working nor complete yet.
On Monday, 6 August 2018 19:06:17 UTC+1, k.melillo wrote:
Here is my termUser script. I keep our entire script repository on GITHUBWe use bash.
On Mon, Aug 6, 2018 at 8:52 AM Steve - DynTech <st...@dyntech.co.uk> wrote:
I was wondering if anyone out there had an offboarding script based around GAM they would be willing to share?--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8b9df177-779b-4b1c-ba77-827817b79907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Kevin MelilloElectronic Communications AnalystInformation Technology445 Hoes LanePiscataway, NJ 08854Phone:732-465-6609 | Mobile: 732-609-4331E-mail: k.me...@ieee.org
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/0abaef42-6407-4ee3-8f0f-56cc522ea9d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
GAM=/home/s_larsen/bin/gamadv-xtd/gam$GAM update user $userEmail suspended off
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAKM%3DboYth9h%2B3SVnzt1yf9LKMDuQBOG%2BXwhWZU%2Bpm1uZrotqRQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/E08E5BE2-096C-4EDE-B0F6-0ACEFF44F1D1%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
GAM=/home/s_larsen/bin/gamadv-xtd/gam
GAMFILEPATH=~/gam-data
I was wondering if anyone out there had an offboarding script based around GAM they would be willing to share?