Hello,
How do you specify email server for vCM? I want to scheduled reports and compliance audit and send it to helpdesk to verification and escalation.
I have tested from the vCM server I can send email, however vCM does not send reports.
Vertification:
Send-MailMessage -To "recipient@company.com" -Subject "test" -From "noreplyh@company.com" -SmtpServer mailhost
Am I missing something or overlooking something really simple in vCM configuration?
Please advise