Boredguy Posted September 29, 2014 Posted September 29, 2014 Microsoft have active the new group features in Office 365, which is all nice for advanced sharing between users and all that. However, as expect, our darling students have spotted it and already created one group with a iffy name. Now looking in the admin panel I can't see anything regarding configuring it or removing the functionality from groups of users. I certainly want to delete the group that they have created asap, but not sure how at present. Anyone else come across this feature and it's control commands. Powershell flags are fine.
woodham Posted September 29, 2014 Posted September 29, 2014 go into o365 admin>exchange then select groups under reciepents highlight said group and click on the trash can at the top the group will then be deleted
Boredguy Posted September 29, 2014 Author Posted September 29, 2014 The new groups does not appear in the normal Exchange groups section. I have gotten round it for now by logging in as the group "Admin" and deleting it via that account. Now to work out how we can turn the feature off for students for now.
Boredguy Posted September 29, 2014 Author Posted September 29, 2014 Ah... Office 365 Admin -> groups shows the new "collaborative Group" instead it of being under the Exchange Admin -> Groups as expected. Now to still try and work out how to turn the feature off to students (or at least those that can't behave themselves)
woodham Posted September 30, 2014 Posted September 30, 2014 im sure there will be some powershell to do this but I don't know it
Boredguy Posted September 30, 2014 Author Posted September 30, 2014 I was hoping something might be published today as there was a Q&A session last night on it by Microsoft but nothing so far. At least I can removed groups if any unsavoury ones pop up which is the main thing.
Haptic Posted September 30, 2014 Posted September 30, 2014 It really depends on how you want to control this aspect of the system and how you want to do it. I don’t know your config so can’t be specific with a fix all script for you here but I would be looking at changing permissions for your student user group using one of the following in combination with the group cmdlets. Set-RoleAssignmentPolicy Set-SiteMailboxProvisioningPolicy The first of the two are probably the most useful to you, feel free to ask more? Andy
Boredguy Posted September 30, 2014 Author Posted September 30, 2014 Cheers @CPLTD, I'll give them a whirl tomorrow and see what happens. 1
Boredguy Posted October 1, 2014 Author Posted October 1, 2014 Found the solution to turn off the ability for students to create a new group. The following will turn it off for all users (unless you have created a separate OwaMailbox Policy for students which we have) Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -GroupCreationEnabled $false 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now