Teams – The Skype for Business PowerShell is no longer required

Microsoft Teams is Replacing Skype for Business - Vantage Point Solutions  GroupAs an Office 365/Teams administrator, you know you need both the Skype for Business Online and Teams PowerShell modules.

Well, good news this is no longer the case as the Skype for Business Online commands have been merged with the Teams PowerShell module (with the version 1.1.6)

You can install the Teams PowerShell module using the PowerShell command (use the Run As Administrator)

Install-Module -Name MicrosoftTeams -RequiredVersion 1.1.6

or update it if you already have it installed with the command

Update-Module -Name MicrosoftTeams -RequiredVersion 1.1.4

Then you can connect to Skype for Business Online directly with the New-CsOnlineSession command, as it has always been  but you don’t have the SfB Online modules installed.

Teams – Meeting organizer can download the attendance list

Teams meeting organizer can download the list of the attendee of a meeting in a CSV format. This is also available for Meet Now meeting

Read More

Exchange Online – New version of the Exchange Online PowerShell (aka v2) is now available

As you know, managing Exchange and Exchange Online can be done from either the Exchange Administration Center (EAC) or with PowerShell modules.

Read More

Exchange Online – A new Exchange Online PowerShell module v2 is now available in preview

For those working with Office 365 and Exchange Online, you already know that the Exchange Online PowerShell modules have been evolving and is now...

Read More