Microsoft Configuration

An organization using Microsoft to manage UC provisioning requires at least three different portals in a tenant: Azure, Microsoft 355 Admin Center, and (once users are licensed through Microsoft Office 365), a portal on the Microsoft Teams side for telephony.

VOSS-4-UC combines these functions into a single management interface, allowing service providers to import data from multiple Microsoft tenants and to manage these customers (or tenants) from a single portal and login.

The diagram describes the initial configuration required to integrate Microsoft with VOSS-4-UC:

  • You will need to install and configure a Microsoft Windows PowerShell Proxy server (one or more). This is to allow VOSS-4-UC to access Azure via the PowerShell. For details, see:

    Microsoft Windows PowerShell Proxy Server Installation and Upgrade Guide
  • Once the Microsoft Windows PowerShell service is installed, you will use the IP address and credentials of the proxy server to configure the Microsoft tenant.

    @startuml
'Microsoft Configuration Flowchart
!include style.iuml

start
:[[../src/user/index-ms-powershell-proxy-server-install-upgrade-ms-teams.html PowerShell Proxy Service]];
note right
* Separate Proxy server setup
* MS Azure IP, admin, users
end note
fork
:Azure users synced into MS 365;
fork again
:Azure users synced into MS Teams;
end fork
:[[../src/user/tasks-ms-configuration-setup.html Microsoft Authentication Setup]];
note right: authentication between MS 365, Teams and VOSS-4-UC
:[[../src/user/concepts-VOSS-4-UC-configuration-and-sync-for-microsoft.html Go to VOSS-4-UC Configuration]];
@enduml