Forum Discussion
markgort
Feb 26, 2020Copper Contributor
When creating multiple channels within a newly created team (Folders are not created in SharePoint)
I'm working on some automation with the Microsoft Teams PowerShell module. But after creating a new Microsoft Team and directly create some channels the folders are not created. As attachment the Pow...
cesar
May 24, 2022Copper Contributor
I'm having the same issue, Teams public channels are visible in Teams, but the associated folder(s) on the SharePoint document library are not created. Using the following script from Teams Module
New-TeamChannel -GroupId $Team.GroupId -DisplayName "Test"
The folder associated to the public Teams channel is created in SharePoint only after I click on the Teams Channel -> Files Tab.
New-TeamChannel -GroupId $Team.GroupId -DisplayName "Test"
The folder associated to the public Teams channel is created in SharePoint only after I click on the Teams Channel -> Files Tab.