PSGSuite
PSGSuite copied to clipboard
Remove Gmail signature
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
Is there a way to remove signature assignment on reply/forward too and delete all signatures from Gmail ?
Thank you, Luca
Unfortunately not, there is no API resource available for this (at least not that I can find, and I've spent a while looking!).