Can you use powershell to email an outlook template that is already made?

Can you use powershell to email an outlook template that is already made?

I have a new user script to create users and my work has a bunch of emails they want sending to all new users such as policies etc.

These templates are already made and saved on a drive and most would just need a person to send to adding and then sending but when I look at the info on send-mailmessage I can only see ways to create new emails.

Once I am able to send these simple emails I wonder if it is possible to fill in areas of an email template with details that have been grabbed from the setup script.

Any help is much appreciated.

Well … as often … it depends … :wink:

Depending on the format and complexity of those templates it should be possible to fill in some placeholders and send them via Send-MailMessage as HTML emails. :wink: