Hello Readers,

Hope you’re well.

This post is a follow up to a couple of posts I’ve done regarding the free Skype for Business Online & Teams Network Assessment Tool by Microsoft.  It seems there’s a new tool which is replacing the previous one.  Its called the Skype for Business & Microsoft Teams Network Testing Companion or (TMTC for short).

The old tool had a couple of iterations.  The first tool was just for Skype for Business Online and was just an executable that you could invoke using PowerShell.  Just unzip, browse to the folder and run .\NetworkAssessmentTool.exe.

 

baf52-networkassessment

That initiated a synthetic test call to the Microsoft network edge.  It saved the results of the test to a tsv file in the same directory.  To look at the results you ran .\ResultsAnalyzer.exe .\results.tsv and you could see if you passed.

abe27-results

The updated tool was a little more sophisticated and included a test for Microsoft Teams.  By this point, Microsoft started adding voice capability to Teams.  This time, you installed the tool.  And there were a lot more DLLs.  You still ran the tool by browsing to the executable location in PowerShell and running the same command to initiate and the same command to analyze the results.

Not a great leap between the two.  But at least you could run a basic network assessment from a machine on your LAN and see if the connectivity and metrics were good enough for Skype for Business or Microsoft Teams calling.  Both had issues where the tool would only send 283 packets intermittently which messed up the results.  In my experience, version 1.1 was more stable, but I think others still had the problem.

On with the show!

Network Testing Companion

Microsoft introduced the Network Testing Companion in February.  I had it in my long list of things to test and decided to give it a go finally.

This tool couldn’t be more different to the previous one.  Although I think it is doing the same thing, just in a nicer way.

The Network Testing Companion is a UI driven testing tool that performs network quality and connectivity tests.  It’s hosted on the PowerShell Gallery which means you only need to install the module to have it on your PC.

Network Testing Companion-16

You’ll need admin rights on your PC to install it.  Run PowerShell as Administrator.  I have it pinned to my start menu and taskbar.  The easiest way is to hold down CTRL+SHIFT and click on the PowerShell shortcut.  This will prompt you to run it as admin and press ok.

First run Install-Module -Name NetworkTestingCompanion

Next, run Invoke-ToolCreateShortcuts

Network Testing Companion-20

Step one installs the module.  Step two adds shortcuts to the tool to the Desktop and Start Menu.

Network Testing Companion-03

Click on one of your shortcuts to run the tool

Network Testing Companion-21

When the tool opens it does a pre-flight check to make sure you satisfy all the prerequisites.

  1. 64 bit Windows Operating System running Windows 7 or better
  2. Have an internet connection
  3. Have the Skype for Business and Teams Network Assessment Tool installed (see, I told you it was doing the same thing).
  4. Have a Microsoft Certified headset.  This is just informational.  But it is always a good to run a certified headset if you can.  It’s a nice touch to show the user that they stand a good chance of having good audio quality.

As you can see below, my companion showed that I didn’t have the Assessment Tool installed.  Rather than going through the steps to install it (above), it has a nice big button to start the install.

Network Testing Companion-19

Click on install to download and install the Assessment tool

Network Testing Companion-18

Once the install is done, you should have all green ticks on the left and a visual indicator that the tool was installed

Network Testing Companion-17

Now click start to start a test.  The tool will start to perform a test.  First for connectivity

Network Testing Companion-13

Defender should pop up to ask if you want to allow the tool to communicate on your networks.  Tick the boxes you want to allow and click Allow Access

Network Testing Companion-14

Once allowed you should get a green tick on Connectivity.  Then it starts to do the quality test

Network Testing Companion-12

The audio quality test is still just a synthetic call to the network edge.  Once the test is finished, the tool starts to analyze the results

Network Testing Companion-11

When the tool is done with the analysis, you should get a result on quality.  As you can see, I passed

Network Testing Companion-10

You can view the results to see all of the metrics of the test.  I got green across the board

Network Testing Companion-09

You can view detailed results by click on the Report icon.

Network Testing Companion-23

The network connectivity report is a list of connection tests to all of the Relay IP Addresses in the Network Edge.

Here’s a list of endpoints you should know about for SfBO and Teams.

Network Testing Companion-25

Next is Network quality report

Network Testing Companion-22

This opens the results analyzer tsv file

Network Testing Companion-24

Now you can go to the settings tab.  Here you can adjust the settings.

Network Testing Companion-08

You used to have to edit a config file to change things like number of iterations and the interval between tests

appsettings

Consecutive audio tests adjusts the number of iterations.  From 1 to 50 tests

Network Testing Companion-02

You can also change the delay time between the tests from 1 to 120 seconds (2 minutes).

Network Testing Companion-07

The timeout can be set between 90 and 190 seconds.  This is the time the test will run before it times out.  Perhaps if it if your first fun and you can’t tell Defender to allow access etc.  The test will just time out and stop.

Network Testing Companion-06

The about screen shows the version you’re running and where to send feedback.

Network Testing Companion-05

Clicking on the information links on the left takes you to the MyAdvisor site.

The info link in the Network Assessment Tool takes you to the installation instructions page

Network Testing Companion-04

The other info links take you to the user guide page

Network Testing Companion-01

Summary

I think you’ll agree that this UI based tool is a lot more user friendly than the old one.  It does exactly the same thing as the old one, but in a much nicer and easier way.

If you’re starting a project to migrate to Microsoft Teams, you (or your partner org) should, at the very least, run this tool in each office you’ll have Teams users.

If you pass with this tool, there’s a good chance you’re good to go.

If you fail or don’t like the results, you should think about a more detailed assessment using a commercial tool from the likes or IR or Nectar.  Ask your partner organization for more details.

That’s all folks!