Monday, April 3, 2017

Enable or disable sending emails when dial-in conferencing settings change

Enable or disable sending emails when dial-in conferencing settings change

Skype for Business dial-in conferencing by default will send email to the users when they are enabled for dial-in conferencing. There may be times though when you want to reduce the number of emails that are sent to users, and in that case you can disable this.

If you disable sending emails, all dial-in conferencing emails won't be sent to your users including emails for when users are enabled or disabled for dial-in conferencing, when their PIN is reset, when the conference ID and the default conferencing phone number changes.

Here is an example of the email that is sent to users when they are enabled for dial-in conferencing:

Dial-in conferencing email

When are emails being sent to your users?

  • There are several emails that are sent to users in your organization after they are enabled for dial-in conferencing:

    • When a Skype for Business PSTN Conferencing license is assigned to them.

    • When you manually reset the user's dial-in conferencing PIN.

    • When you manually reset the user's conference ID.

    • When the Skype for Business PSTN Conferencing license is removed from them.

    • When the dial-in conferencing provider of a user is changed from Microsoft to another provider or None.

    • When the dial-in conferencing provider of a user is changed to Microsoft.

Enable or disable email from being sent to dial-in users

You can use the Skype for Business admin center or Windows PowerShell to enable or disable email from being sent to users.

Use the Skype for Business admin center
  1. Sign in to Office 365 with your work or school account.

  2. Go to the Office 365 admin center > Skype for Business and in the left navigation click Dial-in conferencing.

  3. On the Microsoft bridge settings page, check or uncheck the Automatically send emails to users if any of the dial-in configuration changes.

  4. Click Save.

    Tips: You can also send email to the user with the dial-in conferencing settings, by going to the user's properties > Dial-in conferencing > Send conference info via email.

    If you do this, an email will be sent that only includes conference ID and conference phone number, but the PIN won't be included.

    See, Send an email to a user with their dial-in conferencing information.

Use the Windows PowerShell

What else should you know?

  • When automatic emails are disabled, you can still manually trigger sending an email with the conference ID and phone number using the Skype for Business admin center. However, if you do this the PIN won't be included. If you want to reset the dial-in conferencing PIN and sending emails is disabled, you will need to send it to the user in another way.

  • By default, the sender of the emails will be from Office 365 but you can change the email address and display name using Windows PowerShell and also use the Set-CsOnlineDialInConferencingTenantSettings cmdlet.

    Note:  If you want to change the email address information, you need to make sure that the inbound email policies of your environment allow emails that come from the custom specified from address.

    • Enter the email address in the SendEmailFromAddress parameter.

    • Enter the email display name in the SendEmailFromDisplayName parameter.

    • Set the SendEmailOverride parameter to True.

    • Set-CsOnlineDialInConferencingTenantSetting -SendEmailOverride $true -SendEmailFromAddress amos.marble@contoso.com -SendEmailFromDisplayName "Amos Marble"

  • Sending email to your users can be disabled using the Skype for Business admin center or the Windows PowerShell.

Want to know how to manage with Windows PowerShell?

See Also

Dial-in conferencing in Office 365

No comments:

Post a Comment