User Profile
Jon_Nesovic
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Re: Microsoft 365 Group Mailboxes Can't Drag N Drop Both Ways
Our organization had the same issue with moving emails out of Group Inboxes. To resolve the issue I set my OrganizationConfig settings back to default per this site: https://learn.microsoft.com/en-us/microsoft-365/enterprise/manage-folders-and-rules-feature?view=o365-worldwide So In powershell I connected to Exchange online then ran the following commands to view the current state of each setting: Get-OrganizationConfig | select IsGroupMemberAllowedToEditContent Get-OrganizationConfig | select IsGroupFoldersAndRulesEnabled Get-OrganizationConfig | select BlockMoveMessagesForGroupFolders Then I set them to default: Set-OrganizationConfig -IsGroupMemberAllowedToEditContent $false Set-OrganizationConfig -IsGroupFoldersAndRulesEnabled $true Set-OrganizationConfig -BlockMoveMessagesForGroupFolders $false 20 minutes later, and restarting Outlook, boom everything worked.2.6KViews0likes0Comments
Groups
Recent Blog Articles
No content to show