siltanu Posted May 7, 2020 Posted May 7, 2020 i am trying to restrict some user from join or creating teams with out permission. I created a security groups on MS office 365 account and run a PowerShell command which work okay but disable even the global administrator form creating or joining. I can revert back but i really do not want all user to create teams. help thank you
mavhc Posted May 7, 2020 Posted May 7, 2020 https://docs.microsoft.com/en-gb/microsoft-365/admin/create-groups/manage-creation-of-groups You need a azure group, I synced my staff ad group to azure, of course there it had a different name, the one from the AD description field, that's what the code needs
siltanu Posted May 7, 2020 Author Posted May 7, 2020 thank you Mavhc we have followed https://docs.microsoft.com/en-gb/mic...tion-of-groups and created groups. it is the group it has. security group or office365 groups we created and applied the PowerShell. still blocked all user including global user. I have spoken Microsoft (still investigating) what you are saying is i need to create a security group in Azure add users not in AD (local) or office365 and apply the restriction PowerShell to this group. is that right? this i have not tried
mavhc Posted May 8, 2020 Posted May 8, 2020 Yes, you can sync an AD group to become an Azure AD group with Azure AD Connect, and then use that. Basically you disable anyone from making groups, and then enable one group to make groups again. Don't forget everything has a few hours delay when testing
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