SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
235 stars 67 forks source link

[Feature Request] Manage signatures in Gmail #152

Closed scrthq closed 5 years ago

scrthq commented 5 years ago

@Jonas on the SCRT HQ Slack requested the ability to manage signatures in Gmail to replicate the existing GAM command gam user $useremail signature file $htmlfilepath charset utf16 html

phatmandrake commented 5 years ago

I'd be able to completely divest from GAM if this comes about. 10/10

scrthq commented 5 years ago

image

Working great in Dev! @phatmandrake

Going to add in a more direct wrapper function Update-GSGmailSignature since I feel this is going to be a lot more commonly used than the rest of the SendAs settings.

Hoping to have these and a number of other new features and bug fixes out this weekend!

scrthq commented 5 years ago

image

image

Wrapper function added in with some cool bells and whistles (read from local file and/or as plain text) =]

scrthq commented 5 years ago

Out now on the PS Gallery in v2.23.0! Get it while it's hot =]