Erwin Bierens

Knowledge is Power

Activating Teams Calling -Microsoft Teams

2018-01-12 1 min read Microsoft Teams Erwin Bierens

This howto helps you to check/configure Calling in Microsoft Teams.

Make sure you have correct licenses on your Office365 tenant.

  • E1
  • E3
  • E5

Microsoft Phone System License (this one is included in E5) and a Calling plan (domestic or Domestic + International Calling)

/

Login to the Skype for Business Online Powershell

Make sure you have download the SkypeOnlineConnector for Powershell.

    Import-Module SkypeOnlineConnector
    $credential = Get-Credential
    $session = New-CsOnlineSession -Credential $credential -Verbose
    Import-PSSession $session
    Get-Command -Module tmp_mmdx3k5r.cuh

Check your tenant settings

Get-CsTeamsCallingPolicy

clip_image002

Continue reading

Microsoft Teams - Connect to Powershell

2017-11-06 1 min read Microsoft Teams Powershell Erwin Bierens

Hi Guys,

Microsoft recently(11-2017) released the Powershell Cmdlets (still in beta), which gives you the opportunity to manage Microsoft Teams by Powershell.

Installing

To get started you wil first need to install the Microsoft Teams Powershell module. You can do this by using the following command:

    Install-Module -Name MicrosoftTeams

install-module MicrosoftTeams

Loading module

Once you have installed a module on your system, you will likely want to import the module in order to use it. Importing is the process that loads the module into active memory, so that a user can access that module in their PowerShell session. You can use the following cmdlet te import the MicrosoftTeams module.

Continue reading

Enable External (guest) Access for Microsoft Teams

2017-09-12 1 min read Microsoft Teams Erwin Bierens

Microsoft has released Guest Access for Microsoft Teams, but Microsoft Teams guest access is a tenant-level setting and is turned off by default, so i will show you how to turn this on.

/

Turn on Guest Access on tenant level

Go to your Admin portal, Settings, Services and Addins and select Microsoft Teams. Or use the link below.

https://portal.office.com/adminportal/home#/Settings/ServicesAndAddIns

Enable Guest access microsoft teams

Invite guests to your Team

go to your Team you want to share and insert the guest users email address

Continue reading

Why Microsoft Teams is so great!

2017-07-18 4 min read Microsoft Teams Erwin Bierens

What is Microsoft Teams?

Microsoft Teams is a relative new tool in the Office 365 suite. Teams is combining Office 365 Apps in one tool to facilitate collaboration and communication for groups or you probably can guess, teams. There are several applications on the market like Slack, Azendoo and HipChat but in my opinion they are missing some great integration with all the Office 365 Apps.

Below some reasons why i choose to use Microsoft Teams at Work.

Continue reading
Newer posts