Powershell Script used to query Skype for Business hardcoded DNS's to all Domains part of the Office 365 tenant, help you detect your current configuration, check the SIP domain status(Enabled/Disabled) and help you migrate the tenant Coexistance mode to TeamsOnly by giving you an summary of the current status.
1. Open PowerShell and run the following cmdlet: "Set-ExecutionPolicy -ExecutionPolicy Unrestricted"
- Install: Open PowerShell and run the following cmdlet: "Install-Module -Name MicrosoftTeams"
- Update: Open PowerShell and run the following cmdlet: "Update-Module MicrosoftTeams"
- Module Source: https://www.powershellgallery.com/packages/MicrosoftTeams/2.0.0
- Run the following cmdlets to confirm module loaded:
- -> Import-Module MicrosoftTeams
- -> get-module
4. Once the above steps are completed, you can execute the script. Open a Powershell and execute scrip: MigrationToTeamsDNSCheck VXX.ps1
- Once you execute the script, you will be prompt to enter your Office 365 credentials.
- The credentials will be used to obtain all the SIP Domains automatically from the tenant - "Get-CsOnlineSipDomain".
- This script will only list data, won't do any change.
- Lyncdiscover
- SIP
- _sip._tls.
- _sipfederationtls._tcp
Thanks to everyone that is sending feedback to improve this analyser script.