Forum Discussion
simuuh
Mar 19, 2021Brass Contributor
Channel folder cannot be deleted
Hi community There are channel folders they cannot be deleted. the channels have already been deleted in Microsoft Teams. Tried to delete the folder with "Sharegate" Ques...
simuuh
Mar 19, 2021Brass Contributor
Thanks for the answer.
so, I have to wait until the channels are deleted completly after 21 days?
so, I have to wait until the channels are deleted completly after 21 days?
Francis Laurin
Mar 07, 2022Brass Contributor
For the record (the other thread is locked): the solution was to simply move the folder in a dummy one and then delete the dummy one. However, even moving is not available anymore through the UI. It is still possible to do it in PowerShell (as opposed to direct delete) via Move-PnPFolder cmdlet. This worked for me today.
- AnounouhiMay 23, 2022Copper ContributorMaybe this used to be the solution but it doesnt work anymore! when I try to move the folder I get the message: Move-PnPFolder : To delete this folder, go to the channel in Microsoft Teams
The channel is still a active channel! Does anyone else has a solution? - 365forthewinMar 15, 2022Copper ContributorFrancis Laurin Thank you! This is probably the most valuable reply regarding this topic on the web. I have confirmed that this still works.
After deleting the respective Teams channel in the Teams Admin Portal I then created a dummy document folder in SharePoint Admin, moved my desired document folders associated with the previous channel into the dummy folder and then, and only then, was able to delete it; otherwise you will not get the "delete" option. FTR, did not need to wait the 21 day grace period post deletion of Teams channel.
It is strange that this fix is not mentioned anywhere I looked, whether it be in official Microsoft documentation or third party like 'Office 365 for IT Pros.' Anyways, have a great day everyone!- VisumeMar 24, 2022Copper ContributorFrom what I'm seeing there is no way to delete or move these leftover folders in the browser or Teams. PowerShell may work as mentioned above.
- StephanGeeMay 13, 2022Steel Contributor
Maybe it was a solution but now...
Move-PnPFolder -Folder "Shared Documents/00 Proposal" -TargetFolder "Shared Documents/zz_todel"
Move-PnPFolder : To move this folder, go to the channel in Microsoft Teams
At line:1 char:1I simply have no time for a support call with Microsoft. Anyone has a solution? I also have no problem to say to the enduser - you created it .. live with it 😉
- VisumeMar 24, 2022Copper Contributor