Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to Solution.
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.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
30 | |
24 | |
23 | |
20 |
User | Count |
---|---|
54 | |
33 | |
22 | |
20 | |
20 |