-1
Q:

how to send mail and attachment using powershell

$file = "C:\folder\file.csv"
$att = new-object Net.Mail.Attachment($file)
1

New to Communities?

Join the community