Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
jplarios
Frequent Visitor

Disable Email Notifications when adding +Add User to Power Bi App

Hello:

We have an app that we are going to grant access to a group. I noticed when I go to the app and to +Add User - the user gets a notification email that states the App was shared and to view the app.

 

We would like to disable that notification since- anyone know if possible?

Since would add a group eventually with >30 users and want to send a separate communication method.

 

Thank you for any help on this

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jplarios ,

 

This can typically be done using PowerShell commands if you’re using Microsoft 365 or similar services. Here’s a general approach:

Connect to your Office 365 Admin using PowerShell:
Open PowerShell and run the following command to connect:

Connect-ExchangeOnline -UserPrincipalName <your admin email>

Check the current setting:
Run this command to see if the welcome message is enabled:

Get-UnifiedGroup -Identity "<group name>" | fl WelcomeMessageEnabled

Disable the welcome message:
If it’s set to True, you can disable it by running:

Set-UnifiedGroup -Identity "<group name>" -UnifiedGroupWelcomeMessageEnabled:$false

Connect to Exchange Online PowerShell | Microsoft Learn

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @jplarios ,

 

This can typically be done using PowerShell commands if you’re using Microsoft 365 or similar services. Here’s a general approach:

Connect to your Office 365 Admin using PowerShell:
Open PowerShell and run the following command to connect:

Connect-ExchangeOnline -UserPrincipalName <your admin email>

Check the current setting:
Run this command to see if the welcome message is enabled:

Get-UnifiedGroup -Identity "<group name>" | fl WelcomeMessageEnabled

Disable the welcome message:
If it’s set to True, you can disable it by running:

Set-UnifiedGroup -Identity "<group name>" -UnifiedGroupWelcomeMessageEnabled:$false

Connect to Exchange Online PowerShell | Microsoft Learn

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Thank you!

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors