- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Aug 13 2021 12:20 AM
Hi,
How can I schedule a meeting in a Team channel for a future date, without every Team member receiving an outlook invitation?
For context, I scheduled a meeting in the future, for 60 people. This team has 200 members and everyone received an outlook invitation.
How can I schedule a meeting in a Team channel for a future date, without every Team member receiving an outlook invitation?
For context, I scheduled a meeting in the future, for 60 people. This team has 200 members and everyone received an outlook invitation.
Labels:
- Labels:
-
Meetings
-
Microsoft Teams
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Aug 13 2021 12:35 AM
Hi, you cannot schedule channel meetings from Outlook today (unfortunately). When it comes to invitations to channel meetings it depends on if the user is a "subscriber" of the group or not. You would have to run this in PowerShell: Remove-UnifiedGroupLinks with the -Subscriber and -Links parameter.
https://docs.microsoft.com/en-us/powershell/module/exchange/remove-unifiedgrouplinks?view=exchange-p...
Ex. Remove-UnfiedGroupLinks -Identity "the group to remove user from" -LinkType Subscriber -Links xxx@xxx.com
https://docs.microsoft.com/en-us/powershell/module/exchange/remove-unifiedgrouplinks?view=exchange-p...
Ex. Remove-UnfiedGroupLinks -Identity "the group to remove user from" -LinkType Subscriber -Links xxx@xxx.com