Forum Discussion
CrashLongJohns
Aug 12, 2021Brass Contributor
Issue setting Azure Team Group SecurityEnabled from False to True
Hello. Still new to this whole PowerShell thing. I have Power Shell 7.1.4 PSEdition Core. Since MSFT changed things from AzureRM/Azure to Az finding cmdlets not really matching instructions out...
CrashLongJohns
Aug 24, 2021Brass Contributor
VasilMichev hello. I'm hoping since I see your a mega poster that you might have some insight for me on this. I just need to get my O365 Team in Teams to have its SecurityEnabled switched from False to True so I can pick my Team as a co-owner in Power Apps. Appreciate your time.
- VasilMichevAug 24, 2021MVPIf PowerShell is giving you trouble, you can always use the Graph API call directly: https://docs.microsoft.com/en-us/graph/api/group-update?view=graph-rest-beta&tabs=http
Or use the MSGraph module, which is wrapper for the above.
https://docs.microsoft.com/en-us/graph/powershell/installation