Share via

Encrypt email using PowerShell

Alex Mathew 11 Reputation points
2021-08-02T15:34:00+00:00

Hello,

I need to send encrypted emails using PowerShell. Can someone please share the script and pre-requisites. Appreciate your help.

Thx,
Alex

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

2 answers

Sort by: Most helpful
  1. Alex Mathew 11 Reputation points
    2021-08-02T20:28:59.667+00:00

    Hi Rich,

    Thanks for your response.
    I came across this link but is that the only way to send encrypted emails and do we have to sign to encrypt?
    Also, The script is referring a certificate but in my case I need to send emails to 100 users that means I need to have 100 certificates for each email?

    Was this answer helpful?


  2. Rich Matheisen 48,116 Reputation points
    2021-08-02T18:42:55.31+00:00

    By "encrypted" I'm assuming you mean to sign and encrypt the message body using a certificate, and not just by using an encrypted channel between to SMTP servers?

    Maybe something like this?

    how-to-sign-and-encrypt-a-message-using-s-mime-in-powershell

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.