If you have occasion to copy/migrate values from one profile field to another in Slack, here’s a script to do just that. Slack has had the same built-in profile fields for quite a while now, including Title, Phone, Real Name & Display Name, but in...
Category: macOS IT
G Suite Account Archive-to-Drive (using Google Vault + GAM)
The G Suite offboarding features leave much to be desired, and IT teams will often end up bringing in services such as BetterCloud to automate the process. It is rare that GAM cannot solve a G Suite problem, so here is a GAM script that...
AWS CLI – Change profile tool
Here’s a tool to allow quicker changing of the AWS_PROFILE env var. You can save it as /usr/local/bin/chp, and source it to use it: . chp. Alternatively, switch directly to a profile, e.g. . chp 2
Okta & BambooHR—The missing manager email
Okta’s BambooHR integration by default only provides the first and last names of the user’s manager/supervisor, whereas for downstream apps (G Suite, etc.), the manager’s address is much more useful. It turns out BambooHR has an unpublished field in their API called supervisorEmail, however this...