VoIP:VTX Teams Connect: Difference between revisions
From VTX Public Wiki
(Create a page for MS Teams) |
(Add info about Kiosk) |
||
Line 15: | Line 15: | ||
** '''A Microsoft 365 Admin account''' that will be able to buy and affect licenses to your users |
** '''A Microsoft 365 Admin account''' that will be able to buy and affect licenses to your users |
||
* A Microsoft 365 Domain provided by VTX to you like <servicenumber>.teams.ipvoip.ch ( ex: 123456.teams.ipvoip.ch ) |
* A Microsoft 365 Domain provided by VTX to you like <servicenumber>.teams.ipvoip.ch ( ex: 123456.teams.ipvoip.ch ) |
||
** To integrate this domain on your account, |
** To integrate this domain on your account, you can enable it from your Kiosk Interface, FIXME, add link |
||
** This domain will be used by "VTX Team Connect" service to bridge Microsoft Teams Cloud with VTX VoIP platform using |
** This domain will be used by "VTX Team Connect" service to bridge Microsoft Teams Cloud with VTX VoIP platform using |
||
* A Microsoft 365 user account teamsadmin@<servicenumber>.teams.ipvoip.ch (using the "VTX Teams Connect" domain provided) with the following Admin Right. It will be used to setup phone numbers on the account using Powershell ( unless VTX can do it for you from the Kiosk ) |
* A Microsoft 365 user account teamsadmin@<servicenumber>.teams.ipvoip.ch (using the "VTX Teams Connect" domain provided) with the following Admin Right. It will be used to setup phone numbers on the account using Powershell ( unless VTX can do it for you from the Kiosk ) |
Revision as of 13:55, 8 April 2020
With VTX Teams Connect, use Microsoft Teams as your main Telephony Solution
Requirements[edit | edit source]
- A Microsoft 365 domain and account
- That will include a Microsoft domain for your enterprise like enterprise.onmicrosoft.com ( or your own enterprise internet name if by example you migrated your emails to Microsoft )
- A Microsoft 365 Admin account that will be able to buy and affect licenses to your users
- A Microsoft 365 Domain provided by VTX to you like <servicenumber>.teams.ipvoip.ch ( ex: 123456.teams.ipvoip.ch )
- To integrate this domain on your account, you can enable it from your Kiosk Interface, FIXME, add link
- This domain will be used by "VTX Team Connect" service to bridge Microsoft Teams Cloud with VTX VoIP platform using
- A Microsoft 365 user account teamsadmin@<servicenumber>.teams.ipvoip.ch (using the "VTX Teams Connect" domain provided) with the following Admin Right. It will be used to setup phone numbers on the account using Powershell ( unless VTX can do it for you from the Kiosk )
- A Microsoft 365 Phone System license ( Temporarily license each time you wish to affect numbers to users )
- The Microsoft Teams App ( FIXME: Double check if it is till needed )
- Skype For Business Admin Admin right
- Teams admin Admin right
- Teams communication Admin Admin right
- Teams communication support engineer Admin right
- Teams communication support specialist Admin right
- For all your users wishing to have a telephone number
- A "Microsoft Teams" license ( "Microsoft Teams Commercial Cloud" or Microsoft Teams license included in the E1 or E3 or E5 license )
- A "Microsoft 365 Phone System" License for any users that will get a phone number
Microsoft Teams Management[edit | edit source]
Connect to Microsoft 365 Admin Portal[edit | edit source]
![]() | You can use this interfaces for the Domain Management, User management, License management and Software Management |
- Main URL : https://admin.microsoft.com/
- Domain Management URL: https://admin.microsoft.com/Adminportal/Home#/Domains
- User Management URL: https://admin.microsoft.com/Adminportal/Home#/users
Powershell Management Interface[edit | edit source]
![]() | Unfortunatly, you cannot affect numbers from web interfaces yet, so the IT of your domain will need to use a Windows PC to setup the domain and affect numbers to users |
![]() | VTX might provide soon an interface to ease this setup by providing automated scripts or even do it for you |
Install the needed tools[edit | edit source]
- (Powershell) : Install Powershell your PC https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell?view=powershell-7
- (Microsoft Visual Studio C++): Install Microsoft Visual Studio C++ 2019 x64 using https://support.microsoft.com/fr-ch/help/2977003/the-latest-supported-visual-c-downloads
- Install Windows Powershell Skype for Business Online module'
- Follow https://docs.microsoft.com/en-us/SkypeForBusiness/set-up-your-computer-for-windows-powershell/set-up-your-computer-for-windows-powershell
- Install Windows Powershell module Skype for Business Online module: https://www.microsoft.com/en-us/download/details.aspx?id=39366
Allow Powershell Execution on your PC[edit | edit source]
- Run this command in Powershell as Asmin, cf https://docs.microsoft.com/fr-fr/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-6
PS C:\WINDOWS\system32> Get-ExecutionPolicy Restricted PS C:\WINDOWS\system32> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Execution Policy Change The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): Y
PS C:\WINDOWS\system32> Get-ExecutionPolicy RemoteSigned
- Loggout as admin and login again as normal user
- Now you can use the Import-Module Command
PS C:\WINDOWS\system32> Import-Module SkypeOnlineConnector PS C:\WINDOWS\system32>