July 2017
Intermediate to advanced
648 pages
31h 9m
English
PowerShell v2 and later includes a core cmdlet that can be used to send email messages through SMTP to one or more recipients. Use the following syntax to send an email message:
Send-MailMessage -To user1@testlabs.se `
-From administrator@testlabs.se `
-Subject "Test E-mail" `
-Body "This is just a test" `
-SmtpServer tlex01.testlabs.se
Read now
Unlock full access