Hi All,
Hope All is Well.
I am new to powershell. I am trying to attach a txt file using the following in a ps file and it works well.
Send-MailMessage -To <> -From <> -Subject "System Events" -Attachments "c:\scripts\sysevents.txt" -
↧