Tag: Get-UnifiedGroup
Posted by: websitedeveloper | on March 30, 2021
How to Disable Welcome message to group Office 365 online
How to Disable Welcome message to group Office 365 online(Azure Directory)?
Solution 1:
Using PowerShell
Step 1 Open PowerSheel and connect to ExchangeOnline
PS C:\Users\UKgoodByeSales> Connect-ExchangeOnline
Step 2 Change the value of this UnifiedGroupWelcomeMessageEnable to “false”
PS C:\Users\UKgoodByeSales> Set-UnifiedGroup -Identity "UKgoodbyeSalesDepartment@groups.ukgoodbye.co.uk" -UnifiedGroupWelcomeMessageEnable:$false
Use the command Get-UnifiedGroup view the variable of the Sharepoint group or Azure D group:
C:\Users\MoussaSow> Get-UnifiedGroup -Identity "UKgoodbyeSalesDepartment@groups.ukgoodbye.co.uk" | Format-List
Posted in blog, Microsoft Office 365, PowerShell, Windows 10 | Comments Off on How to Disable Welcome message to group Office 365 online
Tags: Get-UnifiedGroup, UnifiedGroupWelcomeMessageEnable