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
234 stars 68 forks source link

Get-GSGmailSignature #347

Closed skywayskase closed 3 years ago

skywayskase commented 3 years ago

Is your feature request related to a problem? Please describe. Currently I need to use GAM for getting a users existing signature. I typically use this for testing and verification purposes when doing forced signature updates for my company.

Describe the solution you'd like I would like a Get-GSGmailSignature function to be added to this module. This will get me one step closer to replacing GAM in my scripts.

Describe alternatives you've considered Currently I use GAM to get user signatures, but I'd like to replace GAM with PSGSuite as much as possible.

phatmandrake commented 3 years ago

Get-GSGMailSignature is an alias of Get-GSGmailSendAsAlias, which will return the output you're looking for.

image

😄

skywayskase commented 3 years ago

Oh hey, look at that.. Welp, thanks for the tip!