Last week, Microsoft made available new PowerShell Modules, in this case was for Microsoft Teams, and I have to say that it is wonderful, because since then, we were obliged to use the Office 365 Groups PowerShell commands, and not all the commands fulfill the use case.
First of all, we need to install the Microsoft Teams PowerShell module:
Once we have installed the commands, as is needed for each O365 service, we’ll need to connect to it:
If we want to see all the available commands, we will need to put the following:
As it can be seen, the list of cmdlets is a bit short, but I’m sure that will grow and will improve the capabilities and also the availble features.
Till next time!