teams list [options]
Lists all teams in a tenant
| Option | Description |
| ----------------------- | ----------------------------------------- |
When looking at the GET-Team command of the MicrosoftTeams Module they perform following operations.

The benefit of this command is to retrieve all Teams of a tenant. We should consider what type of object we should return.
I feel a combination of properties of the first query + the results of the second Team specify objects might be an interesting choice
At this stage I haven't found filter options that might make sense. Maybe we could think about filters such as "isArchived" to get back archived teams. We could also think adding filters related to visibility (public, private)
Just noticed that the command already exist. Closing the issue
Most helpful comment
Just noticed that the command already exist. Closing the issue