0

I gave a lot of M365 group connected sites, with Teams configuration. For old project I would like

  • Delete Teams Team
  • Delete M365 group
  • Keep SharePointsite with all of the files (and set new security)

Can't find a PowerShell-command for this. Any tips?

dashed
  • 59
  • 1
  • 10

1 Answers1

0

Try this command to delete M365 Group:

Remove-UnifiedGroup -Identity "group name"

Xuyan Ding
  • 84
  • 3