Hi I was wondering if anyone can help.
I am trying to prevent users from creating groups in Teams. I have already setup a Security group in AD for user who will have access. Just not sure what the next steps are I need to configure in O365
Hi I was wondering if anyone can help.
I am trying to prevent users from creating groups in Teams. I have already setup a Security group in AD for user who will have access. Just not sure what the next steps are I need to configure in O365
I found the following link that should help you to get started. You're on the right path but you may also need to do a few things in powershell to help. https://docs.microsoft.com/en-us/office365/admin/create-groups/manage-creation-of-groups?redirectSourcePath=%252fen-ie%252farticle%252fmanage-who-can-create-office-365-groups-4c46c8cb-17d0-44b5-9776-005fced8e618&view=o365-worldwide
Cordially,
Ronnie Wong
Edutainer Manager, ITProTV
*if the post above has answered the question, please mark as solved.
**All "answers" and responses are offered "as is" and my opinion. There is no implied service, support, or guarantee by ITProTV.
@ronnie-wong I just tried running the powershell script but get the below error;
The output seems to indicate you're missing the AzureADP Preview
module recommended in step 2.
Cordially,
Ronnie Wong
Edutainer Manager, ITProTV
*if the post above has answered the question, please mark as solved.
**All "answers" and responses are offered "as is" and my opinion. There is no implied service, support, or guarantee by ITProTV.
@ronnie-wong I have already installed the AzureAD Preview using the following command;
"Install-Module AzureADPreview"
If I run; Get-Module azureadpreview -ListAvailable
Output: Version 2.0.2.5 AzureADPreview