PSGSuite icon indicating copy to clipboard operation
PSGSuite copied to clipboard

Remove Gmail signature

Open lucafabbri365 opened this issue 4 years ago • 1 comments

Hello, I was searching for a way to remove end user' signature on Gmail, completely. Running cmdlet below will remove the signature assignment for new emails only:

Update-GSGmailSignature -User <[email protected]> -SendAsEmail <[email protected]> -Signature $null

image

Is there a way to remove signature assignment on reply/forward too and delete all signatures from Gmail ?

Thank you, Luca

lucafabbri365 avatar Jan 08 '21 11:01 lucafabbri365

Unfortunately not, there is no API resource available for this (at least not that I can find, and I've spent a while looking!).

Buenno avatar Jun 05 '21 09:06 Buenno