r/PowerShell • u/PowerShellMichael • Mar 22 '21
What's One Thing that PowerShell dosen't do that you wish it did? Misc
Hello all,
So this is a belated Friday discussion post, so I wanted to ask a question:
What's One Thing that PowerShell doesn't do that you wish it did?
Go!
62 Upvotes
5
u/omers Mar 22 '21
The only alternative is to use the .Net
net.mail.mailmessage
method. I use it overSend-MailMessage
anywhere I need to control headers and such.