question

raki-3122 avatar image
0 Votes"
raki-3122 asked raki-3122 commented

How to send invitation with custom sender information for bulk users invitation in azure AD

Hello,

I would like use PowerShell to invite bulk external users using CSV but problem is i don't want to send Sender information as my name and email rather would like to send other user information based on CSV columns (username, email). so that when external users will receive the invitation, they will see that user info which is specified into CSV. is it possible even if i run the script using my credentials?

Thanks in advanced!

windows-server-powershell
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

RichMatheisen-8856 avatar image
0 Votes"
RichMatheisen-8856 answered raki-3122 commented

Yes, it is.

· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

sorry i didnt understand you. is it possible or not? if its possible could you please share the script?

Thanks

0 Votes 0 ·

You asked if this was possible. I think my reply was short, understandable, and to the point. Yes, it's possible.

You can find many examples of using PowerShell's Send-MailMessage and using a CSV as the source for the recipients addresses by using any search engine -- have you done any of your own searching?

0 Votes 0 ·

Thanks Rich for your reply. actually i haven't find similar example that i am looking for. i have found below example from Microsoft site but how i will enter senders information into CSV and that will send with invitation and all invitees will see that senders information.

https://docs.microsoft.com/en-us/azure/active-directory/external-identities/bulk-invite-powershell

0 Votes 0 ·

There's no provision for doing what you want in the PowerShell cmdlet. According to this thread (25419) you can use the API customize the email.


0 Votes 0 ·