Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/email/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用powershell从exchange服务器发送电子邮件_Powershell_Email - Fatal编程技术网

使用powershell从exchange服务器发送电子邮件

使用powershell从exchange服务器发送电子邮件,powershell,email,Powershell,Email,是否可以通过powershell从exchange服务器发送电子邮件?我需要每天早上在检查sql数据库时发生特定事件时发送消息 致以最良好的祝愿, Thijs是的,这是可能的,您只需要SMTP服务器名称 此外,您还可以在任务计划程序中每天计划powershell脚本。 是的。查看sendmailmessage

是否可以通过powershell从exchange服务器发送电子邮件?我需要每天早上在检查sql数据库时发生特定事件时发送消息

致以最良好的祝愿,
Thijs

是的,这是可能的,您只需要SMTP服务器名称

此外,您还可以在任务计划程序中每天计划powershell脚本。

是的。查看
sendmailmessage