Group Expiry Policies, how to exclude certain groups
When creating an expiry policy for groups usingSet-AzureADMSGroupLifecyclePolicy you can specify if this policy should apply to 'All', 'None', or 'Selected' groups using the -ManagedGroupType parameter. If this is set to 'All' how does this interact with usingRemove-AzureADMSLifecyclePolicyGroup to remove that policy from a specific group? The options seem to all be set up the wrong way round to me, we would want a policy, we would want to that to apply automatically to self-service created groups, but as admins we would want to exclude certain groups from the policy. The commandlets and UI all seem to be about creating a policy and opting-in to that.3.4KViews0likes4CommentsDelete, unshare, or hide an Office 365 Group's calendar
I see that when creating an Office 365 Group that a calendar is also automatically created for that group and that it appears in the list of calendars for all members of the Group regardless of their follow status of the group. My users would rather not have any calendars for Groups. How can I remove or hide them for the members of the Group?22KViews0likes6CommentsHide Groups from a Guest User
How can I hide the list of Office 365 Groups in my tenant. When a guest account is added through Azure AD and the invite email is sent, they follow the instructions to login into the Guest tenant and end up on this landing page. https://account.activedirectory.windowsazure.com/r#/applications The Guest User can then click on Groups and Join Groupand see a list of all the tenant groups and the members of any of the groups. How is this possible? A guest user shouldn't be able to see a list of internal groups. The names alone could possibly give away important information (internal project, other third party companies, etc.) Surely there should be a boundary for listing groups between an internal and external user?11KViews2likes18CommentsIntroducing 'Follow in inbox' and other improvements for managing group emails in Outlook
If some clicks "Follow in inbox" ... message also comes to Inbox... Question: if you read the item from your Inbox (not from Group mailbox), the status would get changed to Read or in Group the status would remain Unread? Same for the reply, if you reply from your Inbox,the reply will appear as a thread under Group mailbox?Solved3.6KViews1like6CommentsHow to create O365 Groups in Powershell from a csv file
Hello, First I want to say that it's my irst post here, so I didn't know if I should post here or in the Powershell conversations. I'm struggling at the moment because I'm trying to massively create a few hundreds Office 365 groups for my organization, each with (possibly) multiple owners and members. I've got a list of the groups to create in a csv file, which looks like that: Name;Email;Members;Owners O365 TestGroup Vincent;O365_TestGroup_vincent@xxx.fr;e-mail_of_member1, e-mail_of_member2;e-mail_of_owner1, e-mail_of_owner2 (of course in my actual script I have the actual e-mail addresses) My script looks like that: $Groups=Import-Csv "path to my csv file" -Header Name, Email, Members,Owners -Delimiter ";" | select -skip 1 foreach ($Group in $Groups){ $Name=$Group.Name $Mail=$Group.Email $Members=$Group.Members $Owner=$Group.Owners New-UnifiedGroup -DisplayName $Name -EmailAddresses $Mail -ManagedBy $Owner -Members $Members -AccessType Private -Language fr-FR -RequireSenderAuthenticationEnabled $false -SubscriptionEnabled -AutoSubscribeNewMembers } It seems that adding multiple members or owners in a variable from a text file does not work like that. It returns me this error (in French, but it says that "user1, user2" cannot be found) Désolé... Nous n’avons pas pu trouver le propriétaire «e-mail_of_owner1, e-mail_of_owner2», car nous avons rencontré l’erreur «L'objet "user1, user2" est introuvable. Assurez-vous que vous l'avez correctement tapé ou spécifiez un autre objet.». + CategoryInfo : NotSpecified: (:) [New-UnifiedGroup], GroupMailboxFai...eOwnerException + FullyQualifiedErrorId : [Server=MR2P264MB0033,RequestId=036653cc-558d-407c-9e71-84ce2c437b53,TimeStamp=26/10/2018 12:12:42] [FailureCategory=Cmdlet-GroupMailboxFailedToResolveOwnerException] 4C7DBAFB,Microsoft.Exchang e.Management.RecipientTasks.NewUnifiedGroup + PSComputerName : ps.outlook.com If I try without the import-csv part and I put multiple owners separated by a comma in my variable, it works, I can create one group like that (but that means 1 script for 1 group) So I don't really know how to do it with my list of groups in a text file. Can you help me with that please? Thanks in advance. Best regards, VincentSolved24KViews0likes5CommentsConvert SharePoint Team site to Office Group
Dear Experts, is there a way to extend existing SharePoint team sites so they become Office 365 groups? There is already amigration option for distribution list but I suspect some customers rather have team sites as a starting point for a group purpose.Solved30KViews5likes31CommentsMerge Office 365 Groups?
We have 2 Office 365 Groups which were created for the same purpose, but at different times and with different names, that have both now been in active use for over a year without anyone noticing. I need to eliminate the duplicate, but don't want to lose the historical content of that group if we can avoid it. What, if any, options are available for merging one group (or at least it's content) into another?9.8KViews1like7CommentsCreate mail-enabled security group from 0365 portal
I'm trying to create a mail-enabled security group from the 0365 admin portal. However, the two options I seem to have are to either create an 0365 group or create a security group. Is it not possible to create a mail enabled security group from the 0365 admin portal?4.3KViews0likes2CommentsOffice Group membership limitation
Hi Guys, Below blog mentions a limitation to the amount of groups a user can be a member of: There is no limit to the number of Groups per Office 365 tenant Each user can create up to 250 Office 365 Groups Each user can be a member of up to 1,024 Groups Groups with over 1,000 users are supported Group conversations can be slow in groups of this size or greater Public Groups can be a risk, since anyone in your organization can join them A special Group mailbox is created in Office 365 to store all the Groups content. The maximum size of this mailbox is 50 GB https://www.exchangesavvy.com/office-365-groups-public-folder-migration/ Is this limitation still applicable or is this post outdated or incorrect? Tx in advance. Kr, BarendSolved24KViews1like7Comments