CodeCoverage.xml

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="2510" errors="0" failures="3" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2022-08-06" time="15:30:52">
  <environment clr-version="4.0.30319.42000" user-domain="COMPLEX" cwd="D:\Code\Personal\TeamsFunctions" platform="Microsoft Windows 11 Pro|C:\WINDOWS|\Device\Harddisk0\Partition4" machine-name="COMPLEX" nunit-version="2.5.8.0" os-version="10.0.22622" user="David" />
  <culture-info current-culture="en-GB" current-uiculture="en-GB" />
  <test-suite type="TestFixture" name="Pester" executed="True" result="Failure" success="False" time="602.9658" asserts="0" description="Pester">
    <results>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1" executed="True" result="Failure" success="False" time="443.7138" asserts="0" description="D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="TeamsFunctions Module Tests" executed="True" result="Failure" success="False" time="434.6665" asserts="0" description="TeamsFunctions Module Tests">
            <results>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Module" executed="True" result="Failure" success="False" time="1.4156" asserts="0" description="TeamsFunctions Module Tests.Module">
                <results>
                  <test-suite type="ParameterizedTest" name="TeamsFunctions Module Tests.Module.has the root module '.psm1'" executed="True" result="Failure" success="False" time="0.3527" asserts="0" description="has the root module '.psm1'">
                    <results>
                      <test-case description="has the root module '.psm1'" name="TeamsFunctions Module Tests.Module.has the root module '.psm1'()" time="0.3527" asserts="0" success="False" result="Failure" executed="True">
                        <failure>
                          <message>Expected path 'D:\Code\Personal\TeamsFunctions\TeamsFunctions.psm1' to exist, but it did not exist.</message>
                          <stack-trace>at "$PsScriptRoot\$ModuleName.psm1" | Should -Exist, D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1:16
at &lt;ScriptBlock&gt;, D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1:16</stack-trace>
                        </failure>
                      </test-case>
                    </results>
                  </test-suite>
                  <test-suite type="ParameterizedTest" name="TeamsFunctions Module Tests.Module.has the a manifest file of '.psd1'" executed="True" result="Failure" success="False" time="0.1998" asserts="0" description="has the a manifest file of '.psd1'">
                    <results>
                      <test-case description="has the a manifest file of '.psd1'" name="TeamsFunctions Module Tests.Module.has the a manifest file of '.psd1'()" time="0.1998" asserts="0" success="False" result="Failure" executed="True">
                        <failure>
                          <message>Expected path 'D:\Code\Personal\TeamsFunctions\TeamsFunctions.psd1' to exist, but it did not exist.</message>
                          <stack-trace>at "$PsScriptRoot\$ModuleName.psd1" | Should -Exist, D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1:20
at &lt;ScriptBlock&gt;, D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1:20</stack-trace>
                        </failure>
                      </test-case>
                    </results>
                  </test-suite>
                  <test-case description=" has folder for Functions" name="TeamsFunctions Module Tests.Module. has folder for Functions" time="0.1697" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description=" has folder for Tests" name="TeamsFunctions Module Tests.Module. has folder for Tests" time="0.1551" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description=" is valid PowerShell code" name="TeamsFunctions Module Tests.Module. is valid PowerShell code" time="0.3254" asserts="0" success="False" result="Failure" executed="True">
                    <failure>
                      <message>ItemNotFoundException: Cannot find path 'D:\Code\Personal\TeamsFunctions\TeamsFunctions.psm1' because it does not exist.</message>
                      <stack-trace>at &lt;ScriptBlock&gt;, D:\Code\Personal\TeamsFunctions\TeamsFunctions.Tests.ps1:33</stack-trace>
                    </failure>
                  </test-case>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="2.273" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsAutoAttendant' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendant' should exist" time="0.1423" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\Get-TeamsAutoAttendant.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\Get-TeamsAutoAttendant.ps1' should have a valid header" time="0.2175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendant' should have a function" time="0.1762" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendant' is valid PowerShell code" time="0.2024" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="3.0448" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Import-TeamsAudioFile' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Import-TeamsAudioFile' should exist" time="0.1475" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\Import-TeamsAudioFile.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\Import-TeamsAudioFile.ps1' should have a valid header" time="0.2142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Import-TeamsAudioFile' should have a function" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Import-TeamsAudioFile' is valid PowerShell code" time="0.1649" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="3.9911" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendant' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendant' should exist" time="0.139" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendant.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendant.ps1' should have a valid header" time="0.415" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendant' should have a function" time="0.1247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendant' is valid PowerShell code" time="0.1506" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="4.7009" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantCallFlow' should exist" time="0.1133" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantCallFlow.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantCallFlow.ps1' should have a valid header" time="0.2276" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantCallFlow' should have a function" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantCallFlow' is valid PowerShell code" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="5.5402" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantDialScope' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantDialScope' should exist" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantDialScope.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantDialScope.ps1' should have a valid header" time="0.2065" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantDialScope' should have a function" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantDialScope' is valid PowerShell code" time="0.2899" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="6.2564" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantMenu' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantMenu' should exist" time="0.1237" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantMenu.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantMenu.ps1' should have a valid header" time="0.2089" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantMenu' should have a function" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantMenu' is valid PowerShell code" time="0.1403" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="6.9805" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantMenuOption' should exist" time="0.1105" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantMenuOption.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantMenuOption.ps1' should have a valid header" time="0.2029" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantMenuOption' should have a function" time="0.1147" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantMenuOption' is valid PowerShell code" time="0.171" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="7.8261" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantPrompt' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantPrompt' should exist" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantPrompt.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantPrompt.ps1' should have a valid header" time="0.3692" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantPrompt' should have a function" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantPrompt' is valid PowerShell code" time="0.1285" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="8.559" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantSchedule' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantSchedule' should exist" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantSchedule.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\New-TeamsAutoAttendantSchedule.ps1' should have a valid header" time="0.2184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantSchedule' should have a function" time="0.136" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsAutoAttendantSchedule' is valid PowerShell code" time="0.1492" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="9.4382" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsAutoAttendant' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsAutoAttendant' should exist" time="0.1273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\Remove-TeamsAutoAttendant.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\AutoAttendant\Remove-TeamsAutoAttendant.ps1' should have a valid header" time="0.2084" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsAutoAttendant' should have a function" time="0.2769" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsAutoAttendant' is valid PowerShell code" time="0.1423" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="10.1623" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsCallQueue' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCallQueue' should exist" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\CallQueue\Get-TeamsCallQueue.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\CallQueue\Get-TeamsCallQueue.ps1' should have a valid header" time="0.2101" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCallQueue' should have a function" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCallQueue' is valid PowerShell code" time="0.1444" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="10.9401" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsCallQueue' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCallQueue' should exist" time="0.1151" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\CallQueue\New-TeamsCallQueue.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\CallQueue\New-TeamsCallQueue.ps1' should have a valid header" time="0.243" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCallQueue' should have a function" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCallQueue' is valid PowerShell code" time="0.164" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="12.0097" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsCallQueue' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsCallQueue' should exist" time="0.2735" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\CallQueue\Remove-TeamsCallQueue.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\CallQueue\Remove-TeamsCallQueue.ps1' should have a valid header" time="0.184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsCallQueue' should have a function" time="0.1748" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsCallQueue' is valid PowerShell code" time="0.2649" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="12.9681" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsCallQueue' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsCallQueue' should exist" time="0.1474" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\CallQueue\Set-TeamsCallQueue.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\CallQueue\Set-TeamsCallQueue.ps1' should have a valid header" time="0.2866" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsCallQueue' should have a function" time="0.1698" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsCallQueue' is valid PowerShell code" time="0.2061" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="13.8728" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-AzureAdLicense' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdLicense' should exist" time="0.1238" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdLicense.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdLicense.ps1' should have a valid header" time="0.2172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdLicense' should have a function" time="0.2898" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdLicense' is valid PowerShell code" time="0.1434" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="14.5651" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-AzureAdLicenseServicePlan' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdLicenseServicePlan' should exist" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdLicenseServicePlan.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdLicenseServicePlan.ps1' should have a valid header" time="0.1945" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdLicenseServicePlan' should have a function" time="0.1144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdLicenseServicePlan' is valid PowerShell code" time="0.1327" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="15.2399" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-AzureAdUserLicense' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdUserLicense' should exist" time="0.1251" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdUserLicense.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdUserLicense.ps1' should have a valid header" time="0.1892" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdUserLicense' should have a function" time="0.1241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdUserLicense' is valid PowerShell code" time="0.1343" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="16.3815" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdUserLicenseServicePlan' should exist" time="0.3525" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdUserLicenseServicePlan.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-AzureAdUserLicenseServicePlan.ps1' should have a valid header" time="0.3404" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdUserLicenseServicePlan' should have a function" time="0.1944" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdUserLicenseServicePlan' is valid PowerShell code" time="0.1337" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="17.0928" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsTenantLicense' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenantLicense' should exist" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-TeamsTenantLicense.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-TeamsTenantLicense.ps1' should have a valid header" time="0.2002" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenantLicense' should have a function" time="0.1291" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenantLicense' is valid PowerShell code" time="0.1334" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="18.3105" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsUserLicense' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserLicense' should exist" time="0.2221" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-TeamsUserLicense.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-TeamsUserLicense.ps1' should have a valid header" time="0.5995" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserLicense' should have a function" time="0.1388" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserLicense' is valid PowerShell code" time="0.1377" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="19.1552" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserLicenseServicePlan' should exist" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-TeamsUserLicenseServicePlan.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Get-TeamsUserLicenseServicePlan.ps1' should have a valid header" time="0.1968" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserLicenseServicePlan' should have a function" time="0.1816" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserLicenseServicePlan' is valid PowerShell code" time="0.204" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="19.8408" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-AzureAdUserLicenseServicePlan' should exist" time="0.1203" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Set-AzureAdUserLicenseServicePlan.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Set-AzureAdUserLicenseServicePlan.ps1' should have a valid header" time="0.1972" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-AzureAdUserLicenseServicePlan' should have a function" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-AzureAdUserLicenseServicePlan' is valid PowerShell code" time="0.1261" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="20.7138" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsUserLicense' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserLicense' should exist" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Licensing\Set-TeamsUserLicense.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Licensing\Set-TeamsUserLicense.ps1' should have a valid header" time="0.2292" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserLicense' should have a function" time="0.1173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserLicense' is valid PowerShell code" time="0.1376" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="21.3837" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-TeamsResourceAccount' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsResourceAccount' should exist" time="0.1108" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Find-TeamsResourceAccount.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Find-TeamsResourceAccount.ps1' should have a valid header" time="0.1992" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsResourceAccount' should have a function" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsResourceAccount' is valid PowerShell code" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="22.2957" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsResourceAccount' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccount' should exist" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Get-TeamsResourceAccount.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Get-TeamsResourceAccount.ps1' should have a valid header" time="0.3634" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccount' should have a function" time="0.1401" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccount' is valid PowerShell code" time="0.1533" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="22.9768" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsResourceAccountAssociation' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccountAssociation' should exist" time="0.1117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Get-TeamsResourceAccountAssociation.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Get-TeamsResourceAccountAssociation.ps1' should have a valid header" time="0.1973" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccountAssociation' should have a function" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccountAssociation' is valid PowerShell code" time="0.1371" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="23.9271" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccountLineIdentity' should exist" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Get-TeamsResourceAccountLineIdentity.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Get-TeamsResourceAccountLineIdentity.ps1' should have a valid header" time="0.2484" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccountLineIdentity' should have a function" time="0.1365" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsResourceAccountLineIdentity' is valid PowerShell code" time="0.1473" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="24.7025" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsResourceAccount' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccount' should exist" time="0.1576" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\New-TeamsResourceAccount.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\New-TeamsResourceAccount.ps1' should have a valid header" time="0.2498" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccount' should have a function" time="0.1149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccount' is valid PowerShell code" time="0.1434" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="25.4359" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsResourceAccountAssociation' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccountAssociation' should exist" time="0.1302" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\New-TeamsResourceAccountAssociation.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\New-TeamsResourceAccountAssociation.ps1' should have a valid header" time="0.2418" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccountAssociation' should have a function" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccountAssociation' is valid PowerShell code" time="0.1359" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="26.3118" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccountLineIdentity' should exist" time="0.1096" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\New-TeamsResourceAccountLineIdentity.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\New-TeamsResourceAccountLineIdentity.ps1' should have a valid header" time="0.3651" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccountLineIdentity' should have a function" time="0.1248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsResourceAccountLineIdentity' is valid PowerShell code" time="0.1357" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="27.0048" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsResourceAccount' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsResourceAccount' should exist" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Remove-TeamsResourceAccount.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Remove-TeamsResourceAccount.ps1' should have a valid header" time="0.1901" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsResourceAccount' should have a function" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsResourceAccount' is valid PowerShell code" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="27.8896" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsResourceAccountAssociation' should exist" time="0.1176" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Remove-TeamsResourceAccountAssociation.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Remove-TeamsResourceAccountAssociation.ps1' should have a valid header" time="0.1945" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsResourceAccountAssociation' should have a function" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsResourceAccountAssociation' is valid PowerShell code" time="0.293" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="28.6255" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsResourceAccount' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsResourceAccount' should exist" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Set-TeamsResourceAccount.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\ResourceAccount\Set-TeamsResourceAccount.ps1' should have a valid header" time="0.2186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsResourceAccount' should have a function" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsResourceAccount' is valid PowerShell code" time="0.155" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="29.3332" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Connect-Me' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Connect-Me' should exist" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Session\Connect-Me.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Session\Connect-Me.ps1' should have a valid header" time="0.2212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Connect-Me' should have a function" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Connect-Me' is valid PowerShell code" time="0.1359" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="30.1841" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Disconnect-Me' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disconnect-Me' should exist" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Session\Disconnect-Me.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Session\Disconnect-Me.ps1' should have a valid header" time="0.3634" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disconnect-Me' should have a function" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disconnect-Me' is valid PowerShell code" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="30.8743" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-PublicHolidayCountry' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-PublicHolidayCountry' should exist" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-PublicHolidayCountry.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-PublicHolidayCountry.ps1' should have a valid header" time="0.2057" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-PublicHolidayCountry' should have a function" time="0.1215" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-PublicHolidayCountry' is valid PowerShell code" time="0.1349" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="31.8507" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-PublicHolidayList' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-PublicHolidayList' should exist" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-PublicHolidayList.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-PublicHolidayList.ps1' should have a valid header" time="0.2247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-PublicHolidayList' should have a function" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-PublicHolidayList' is valid PowerShell code" time="0.3335" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="32.5452" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendantAudioFile' should exist" time="0.1249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-TeamsAutoAttendantAudioFile.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-TeamsAutoAttendantAudioFile.ps1' should have a valid header" time="0.2028" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendantAudioFile' should have a function" time="0.1132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendantAudioFile' is valid PowerShell code" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="33.2164" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendantSchedule' should exist" time="0.1119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-TeamsAutoAttendantSchedule.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\Get-TeamsAutoAttendantSchedule.ps1' should have a valid header" time="0.1995" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendantSchedule' should have a function" time="0.1145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsAutoAttendantSchedule' is valid PowerShell code" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="34.0629" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsHolidaySchedule' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsHolidaySchedule' should exist" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\New-TeamsHolidaySchedule.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\AutoAttendant\New-TeamsHolidaySchedule.ps1' should have a valid header" time="0.3617" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsHolidaySchedule' should have a function" time="0.1129" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsHolidaySchedule' is valid PowerShell code" time="0.1383" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="34.7257" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Backup-TeamsEV' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Backup-TeamsEV' should exist" time="0.1135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Backup\Backup-TeamsEV.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Backup\Backup-TeamsEV.ps1' should have a valid header" time="0.2007" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Backup-TeamsEV' should have a function" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Backup-TeamsEV' is valid PowerShell code" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="35.5592" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Backup-TeamsTenant' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Backup-TeamsTenant' should exist" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Backup\Backup-TeamsTenant.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Backup\Backup-TeamsTenant.ps1' should have a valid header" time="0.204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Backup-TeamsTenant' should have a function" time="0.2733" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Backup-TeamsTenant' is valid PowerShell code" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="36.2544" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Restore-TeamsEV' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Restore-TeamsEV' should exist" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Backup\Restore-TeamsEV.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Backup\Restore-TeamsEV.ps1' should have a valid header" time="0.1958" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Restore-TeamsEV' should have a function" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Restore-TeamsEV' is valid PowerShell code" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="36.9159" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Assert-Module' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-Module' should exist" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Assert-Module.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Assert-Module.ps1' should have a valid header" time="0.1918" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-Module' should have a function" time="0.1174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-Module' is valid PowerShell code" time="0.1237" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="37.75" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Format-StringForUse' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Format-StringForUse' should exist" time="0.2705" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Format-StringForUse.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Format-StringForUse.ps1' should have a valid header" time="0.2053" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Format-StringForUse' should have a function" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Format-StringForUse' is valid PowerShell code" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="38.4216" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Format-StringRemoveSpecialCharacter' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Format-StringRemoveSpecialCharacter' should exist" time="0.1132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Format-StringRemoveSpecialCharacter.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Format-StringRemoveSpecialCharacter.ps1' should have a valid header" time="0.1907" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Format-StringRemoveSpecialCharacter' should have a function" time="0.1249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Format-StringRemoveSpecialCharacter' is valid PowerShell code" time="0.1312" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="39.3036" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-ISO3166Country' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ISO3166Country' should exist" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Get-ISO3166Country.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Get-ISO3166Country.ps1' should have a valid header" time="0.2051" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ISO3166Country' should have a function" time="0.2689" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ISO3166Country' is valid PowerShell code" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="40.0244" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-RegionFromCountryCode' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-RegionFromCountryCode' should exist" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Get-RegionFromCountryCode.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Get-RegionFromCountryCode.ps1' should have a valid header" time="0.2242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-RegionFromCountryCode' should have a function" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-RegionFromCountryCode' is valid PowerShell code" time="0.1379" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="40.8143" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsObjectType' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsObjectType' should exist" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Get-TeamsObjectType.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Get-TeamsObjectType.ps1' should have a valid header" time="0.2029" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsObjectType' should have a function" time="0.1219" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsObjectType' is valid PowerShell code" time="0.2266" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="41.8851" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Write-BetterProgress' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Write-BetterProgress' should exist" time="0.292" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Write-BetterProgress.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Write-BetterProgress.ps1' should have a valid header" time="0.2807" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Write-BetterProgress' should have a function" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Write-BetterProgress' is valid PowerShell code" time="0.2132" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="42.7222" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Write-TFErrorLog' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Write-TFErrorLog' should exist" time="0.1925" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Write-TFErrorLog.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Helper\Write-TFErrorLog.ps1' should have a valid header" time="0.2695" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Write-TFErrorLog' should have a function" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Write-TFErrorLog' is valid PowerShell code" time="0.1328" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="43.5757" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-AzureAdLicenseObject' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-AzureAdLicenseObject' should exist" time="0.1234" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\New-AzureAdLicenseObject.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\New-AzureAdLicenseObject.ps1' should have a valid header" time="0.2015" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-AzureAdLicenseObject' should have a function" time="0.2643" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-AzureAdLicenseObject' is valid PowerShell code" time="0.1508" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="44.3314" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdLicenseContainsServicePlan' should exist" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\Test-AzureAdLicenseContainsServicePlan.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\Test-AzureAdLicenseContainsServicePlan.ps1' should have a valid header" time="0.1957" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdLicenseContainsServicePlan' should have a function" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdLicenseContainsServicePlan' is valid PowerShell code" time="0.1944" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="45.0955" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-TeamsUserHasCallPlan' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserHasCallPlan' should exist" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\Test-TeamsUserHasCallPlan.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\Test-TeamsUserHasCallPlan.ps1' should have a valid header" time="0.2087" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserHasCallPlan' should have a function" time="0.1838" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserHasCallPlan' is valid PowerShell code" time="0.1417" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="46.0662" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-TeamsUserLicense' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserLicense' should exist" time="0.1572" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\Test-TeamsUserLicense.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Licensing\Test-TeamsUserLicense.ps1' should have a valid header" time="0.2589" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserLicense' should have a function" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserLicense' is valid PowerShell code" time="0.13" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="46.8106" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-TeamsExternalDNS' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsExternalDNS' should exist" time="0.1468" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Other\Test-TeamsExternalDNS.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Other\Test-TeamsExternalDNS.ps1' should have a valid header" time="0.2015" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsExternalDNS' should have a function" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsExternalDNS' is valid PowerShell code" time="0.1473" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="47.6801" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Assert-AzureADConnection' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-AzureADConnection' should exist" time="0.1276" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Assert-AzureADConnection.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Assert-AzureADConnection.ps1' should have a valid header" time="0.3702" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-AzureADConnection' should have a function" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-AzureADConnection' is valid PowerShell code" time="0.1314" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="48.3735" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Assert-MicrosoftTeamsConnection' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-MicrosoftTeamsConnection' should exist" time="0.1232" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Assert-MicrosoftTeamsConnection.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Assert-MicrosoftTeamsConnection.ps1' should have a valid header" time="0.1982" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-MicrosoftTeamsConnection' should have a function" time="0.1247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-MicrosoftTeamsConnection' is valid PowerShell code" time="0.1335" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="49.2275" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-CurrentConnectionInfo' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-CurrentConnectionInfo' should exist" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Get-CurrentConnectionInfo.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Get-CurrentConnectionInfo.ps1' should have a valid header" time="0.192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-CurrentConnectionInfo' should have a function" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-CurrentConnectionInfo' is valid PowerShell code" time="0.1401" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="49.9274" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-AzureADConnection' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureADConnection' should exist" time="0.136" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Test-AzureADConnection.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Test-AzureADConnection.ps1' should have a valid header" time="0.1962" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureADConnection' should have a function" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureADConnection' is valid PowerShell code" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="50.62" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-ExchangeOnlineConnection' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-ExchangeOnlineConnection' should exist" time="0.1141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Test-ExchangeOnlineConnection.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Test-ExchangeOnlineConnection.ps1' should have a valid header" time="0.1907" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-ExchangeOnlineConnection' should have a function" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-ExchangeOnlineConnection' is valid PowerShell code" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="51.5815" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-MicrosoftTeamsConnection' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-MicrosoftTeamsConnection' should exist" time="0.1716" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Test-MicrosoftTeamsConnection.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\Session\Test-MicrosoftTeamsConnection.ps1' should have a valid header" time="0.3978" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-MicrosoftTeamsConnection' should have a function" time="0.1408" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-MicrosoftTeamsConnection' is valid PowerShell code" time="0.1306" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="52.3019" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-AzureAdGroup' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdGroup' should exist" time="0.1439" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-AzureAdGroup.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-AzureAdGroup.ps1' should have a valid header" time="0.1959" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdGroup' should have a function" time="0.1228" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdGroup' is valid PowerShell code" time="0.1259" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="53.1172" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-AzureAdUser' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdUser' should exist" time="0.1228" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-AzureAdUser.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-AzureAdUser.ps1' should have a valid header" time="0.1889" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdUser' should have a function" time="0.1152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-AzureAdUser' is valid PowerShell code" time="0.2811" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="53.7888" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-TeamsResourceAccount' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsResourceAccount' should exist" time="0.112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-TeamsResourceAccount.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-TeamsResourceAccount.ps1' should have a valid header" time="0.2043" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsResourceAccount' should have a function" time="0.1118" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsResourceAccount' is valid PowerShell code" time="0.1315" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="54.4453" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-TeamsUser' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUser' should exist" time="0.1152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-TeamsUser.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\UserManagement\Test-TeamsUser.ps1' should have a valid header" time="0.1863" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUser' should have a function" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUser' is valid PowerShell code" time="0.1263" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="55.4072" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-TeamsUserForEnterpriseVoice' should exist" time="0.1283" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Enable-TeamsUserForEnterpriseVoice.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Enable-TeamsUserForEnterpriseVoice.ps1' should have a valid header" time="0.3495" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-TeamsUserForEnterpriseVoice' should have a function" time="0.1617" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-TeamsUserForEnterpriseVoice' is valid PowerShell code" time="0.1941" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="56.1611" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsCLI' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCLI' should exist" time="0.1666" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsCLI.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsCLI.ps1' should have a valid header" time="0.195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCLI' should have a function" time="0.1191" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCLI' is valid PowerShell code" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="56.9944" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsCP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCP' should exist" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsCP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsCP.ps1' should have a valid header" time="0.1892" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCP' should have a function" time="0.1132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCP' is valid PowerShell code" time="0.3004" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="57.6556" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsCPP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCPP' should exist" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsCPP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsCPP.ps1' should have a valid header" time="0.1826" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCPP' should have a function" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCPP' is valid PowerShell code" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="58.3131" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsECP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsECP' should exist" time="0.121" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsECP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsECP.ps1' should have a valid header" time="0.1871" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsECP' should have a function" time="0.1132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsECP' is valid PowerShell code" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="59.1514" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsECRP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsECRP' should exist" time="0.1243" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsECRP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsECRP.ps1' should have a valid header" time="0.3615" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsECRP' should have a function" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsECRP' is valid PowerShell code" time="0.1232" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="59.808" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsIPP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsIPP' should exist" time="0.1126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsIPP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsIPP.ps1' should have a valid header" time="0.1829" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsIPP' should have a function" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsIPP' is valid PowerShell code" time="0.1302" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="60.6487" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsMGW' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsMGW' should exist" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsMGW.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsMGW.ps1' should have a valid header" time="0.1913" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsMGW' should have a function" time="0.1109" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsMGW' is valid PowerShell code" time="0.276" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="61.3081" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsOPU' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOPU' should exist" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsOPU.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsOPU.ps1' should have a valid header" time="0.1972" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOPU' should have a function" time="0.1134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOPU' is valid PowerShell code" time="0.1233" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="62.002" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsOVP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOVP' should exist" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsOVP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsOVP.ps1' should have a valid header" time="0.2125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOVP' should have a function" time="0.1181" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOVP' is valid PowerShell code" time="0.1367" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="62.854" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsOVR' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOVR' should exist" time="0.2816" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsOVR.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsOVR.ps1' should have a valid header" time="0.1994" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOVR' should have a function" time="0.1101" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsOVR' is valid PowerShell code" time="0.1333" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="63.5364" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsPhoneNumber' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsPhoneNumber' should exist" time="0.1164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsPhoneNumber.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsPhoneNumber.ps1' should have a valid header" time="0.2053" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsPhoneNumber' should have a function" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsPhoneNumber' is valid PowerShell code" time="0.1338" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="64.3711" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsTDP' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTDP' should exist" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsTDP.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsTDP.ps1' should have a valid header" time="0.1997" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTDP' should have a function" time="0.2683" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTDP' is valid PowerShell code" time="0.1455" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="65.0488" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsTelephoneNumber' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTelephoneNumber' should exist" time="0.11" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsTelephoneNumber.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Get-TeamsTelephoneNumber.ps1' should have a valid header" time="0.2042" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTelephoneNumber' should have a function" time="0.118" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTelephoneNumber' is valid PowerShell code" time="0.135" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="65.7243" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Grant-TeamsEmergencyAddress' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Grant-TeamsEmergencyAddress' should exist" time="0.1115" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Grant-TeamsEmergencyAddress.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Grant-TeamsEmergencyAddress.ps1' should have a valid header" time="0.2018" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Grant-TeamsEmergencyAddress' should have a function" time="0.1135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Grant-TeamsEmergencyAddress' is valid PowerShell code" time="0.1369" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="66.5538" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsPhoneNumber' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsPhoneNumber' should exist" time="0.277" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Set-TeamsPhoneNumber.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Support\VoiceConfig\Set-TeamsPhoneNumber.ps1' should have a valid header" time="0.1985" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsPhoneNumber' should have a function" time="0.1215" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsPhoneNumber' is valid PowerShell code" time="0.1259" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="67.229" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsTeamChannel' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTeamChannel' should exist" time="0.1194" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Teams\Get-TeamsTeamChannel.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Teams\Get-TeamsTeamChannel.ps1' should have a valid header" time="0.1875" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTeamChannel' should have a function" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTeamChannel' is valid PowerShell code" time="0.1322" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="68.2011" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsTenant' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenant' should exist" time="0.1387" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\Teams\Get-TeamsTenant.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\Teams\Get-TeamsTenant.ps1' should have a valid header" time="0.2547" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenant' should have a function" time="0.3155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenant' is valid PowerShell code" time="0.1424" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="69.135" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Disable-AzureAdAdminRole' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disable-AzureAdAdminRole' should exist" time="0.1476" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Disable-AzureAdAdminRole.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Disable-AzureAdAdminRole.ps1' should have a valid header" time="0.3168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disable-AzureAdAdminRole' should have a function" time="0.1576" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disable-AzureAdAdminRole' is valid PowerShell code" time="0.1724" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="69.8585" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Disable-MyAzureAdAdminRole' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disable-MyAzureAdAdminRole' should exist" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Disable-MyAzureAdAdminRole.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Disable-MyAzureAdAdminRole.ps1' should have a valid header" time="0.214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disable-MyAzureAdAdminRole' should have a function" time="0.1207" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Disable-MyAzureAdAdminRole' is valid PowerShell code" time="0.1357" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="70.8665" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Enable-AzureAdAdminRole' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-AzureAdAdminRole' should exist" time="0.3377" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Enable-AzureAdAdminRole.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Enable-AzureAdAdminRole.ps1' should have a valid header" time="0.2466" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-AzureAdAdminRole' should have a function" time="0.1411" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-AzureAdAdminRole' is valid PowerShell code" time="0.1619" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="71.6463" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Enable-MyAzureAdAdminRole' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-MyAzureAdAdminRole' should exist" time="0.1377" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Enable-MyAzureAdAdminRole.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Enable-MyAzureAdAdminRole.ps1' should have a valid header" time="0.2366" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-MyAzureAdAdminRole' should have a function" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Enable-MyAzureAdAdminRole' is valid PowerShell code" time="0.1393" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="72.6082" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-AzureAdAdminRole' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdAdminRole' should exist" time="0.1404" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Get-AzureAdAdminRole.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Get-AzureAdAdminRole.ps1' should have a valid header" time="0.2221" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdAdminRole' should have a function" time="0.2927" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-AzureAdAdminRole' is valid PowerShell code" time="0.1716" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="73.3305" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-MyAzureAdAdminRole' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-MyAzureAdAdminRole' should exist" time="0.157" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Get-MyAzureAdAdminRole.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdAdminRole\Get-MyAzureAdAdminRole.ps1' should have a valid header" time="0.2031" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-MyAzureAdAdminRole' should have a function" time="0.1162" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-MyAzureAdAdminRole' is valid PowerShell code" time="0.1297" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="74.0701" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-AzureAdGroup' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-AzureAdGroup' should exist" time="0.1363" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdObjects\Find-AzureAdGroup.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdObjects\Find-AzureAdGroup.ps1' should have a valid header" time="0.1959" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-AzureAdGroup' should have a function" time="0.1424" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-AzureAdGroup' is valid PowerShell code" time="0.1472" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="75.1062" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-AzureAdUser' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-AzureAdUser' should exist" time="0.1433" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdObjects\Find-AzureAdUser.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\AzureAdObjects\Find-AzureAdUser.ps1' should have a valid header" time="0.2119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-AzureAdUser' should have a function" time="0.1359" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-AzureAdUser' is valid PowerShell code" time="0.2201" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="75.9053" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Assert-TeamsCallableEntity' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsCallableEntity' should exist" time="0.1232" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\Assert-TeamsCallableEntity.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\Assert-TeamsCallableEntity.ps1' should have a valid header" time="0.248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsCallableEntity' should have a function" time="0.1623" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsCallableEntity' is valid PowerShell code" time="0.1362" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="76.7939" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-TeamsCallableEntity' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsCallableEntity' should exist" time="0.1323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\Find-TeamsCallableEntity.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\Find-TeamsCallableEntity.ps1' should have a valid header" time="0.3602" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsCallableEntity' should have a function" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsCallableEntity' is valid PowerShell code" time="0.1628" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="77.4947" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsCallableEntity' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCallableEntity' should exist" time="0.1349" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\Get-TeamsCallableEntity.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\Get-TeamsCallableEntity.ps1' should have a valid header" time="0.2059" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCallableEntity' should have a function" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCallableEntity' is valid PowerShell code" time="0.1337" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="78.3707" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsCallableEntity' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCallableEntity' should exist" time="0.1215" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\New-TeamsCallableEntity.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCallableEntity\New-TeamsCallableEntity.ps1' should have a valid header" time="0.2149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCallableEntity' should have a function" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCallableEntity' is valid PowerShell code" time="0.1425" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="79.0947" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsCommonAreaPhone' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCommonAreaPhone' should exist" time="0.1391" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\Get-TeamsCommonAreaPhone.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\Get-TeamsCommonAreaPhone.ps1' should have a valid header" time="0.1986" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCommonAreaPhone' should have a function" time="0.1334" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsCommonAreaPhone' is valid PowerShell code" time="0.1331" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="79.9321" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsCommonAreaPhone' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCommonAreaPhone' should exist" time="0.1379" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\New-TeamsCommonAreaPhone.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\New-TeamsCommonAreaPhone.ps1' should have a valid header" time="0.2549" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCommonAreaPhone' should have a function" time="0.1399" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsCommonAreaPhone' is valid PowerShell code" time="0.1473" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="80.8087" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsCommonAreaPhone' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsCommonAreaPhone' should exist" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\Remove-TeamsCommonAreaPhone.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\Remove-TeamsCommonAreaPhone.ps1' should have a valid header" time="0.3705" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsCommonAreaPhone' should have a function" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsCommonAreaPhone' is valid PowerShell code" time="0.1308" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="81.5327" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsCommonAreaPhone' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsCommonAreaPhone' should exist" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\Set-TeamsCommonAreaPhone.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\TeamsCommonAreaPhone\Set-TeamsCommonAreaPhone.ps1' should have a valid header" time="0.2114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsCommonAreaPhone' should have a function" time="0.1375" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsCommonAreaPhone' is valid PowerShell code" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="82.3995" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Assert-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsUserVoiceConfig' should exist" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Assert-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Assert-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.1959" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsUserVoiceConfig' should have a function" time="0.1347" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsUserVoiceConfig' is valid PowerShell code" time="0.2953" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="83.1317" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsUserVoiceConfig' should exist" time="0.1259" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Find-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Find-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.2101" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsUserVoiceConfig' should have a function" time="0.1273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsUserVoiceConfig' is valid PowerShell code" time="0.1588" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="83.885" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserVoiceConfig' should exist" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Get-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Get-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.2261" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserVoiceConfig' should have a function" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsUserVoiceConfig' is valid PowerShell code" time="0.1772" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="84.8335" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsUserVoiceConfig' should exist" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\New-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\New-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.4252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsUserVoiceConfig' should have a function" time="0.1427" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsUserVoiceConfig' is valid PowerShell code" time="0.1404" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="85.5797" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsUserVoiceConfig' should exist" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Remove-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Remove-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.2194" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsUserVoiceConfig' should have a function" time="0.1318" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsUserVoiceConfig' is valid PowerShell code" time="0.1576" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="86.6048" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserEmergencyConfiguration' should exist" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Set-TeamsUserEmergencyConfiguration.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Set-TeamsUserEmergencyConfiguration.ps1' should have a valid header" time="0.2117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserEmergencyConfiguration' should have a function" time="0.2021" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserEmergencyConfiguration' is valid PowerShell code" time="0.3548" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="87.4499" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserVoiceConfig' should exist" time="0.173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Set-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Set-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.2523" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserVoiceConfig' should have a function" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TeamsUserVoiceConfig' is valid PowerShell code" time="0.1528" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="88.1569" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Test-TeamsUserVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserVoiceConfig' should exist" time="0.1165" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Test-TeamsUserVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\UserManagement\VoiceConfig\Test-TeamsUserVoiceConfig.ps1' should have a valid header" time="0.2207" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserVoiceConfig' should have a function" time="0.1228" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Test-TeamsUserVoiceConfig' is valid PowerShell code" time="0.1345" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="89.0463" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-TeamsEmergencyCallRoute' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsEmergencyCallRoute' should exist" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Find-TeamsEmergencyCallRoute.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Find-TeamsEmergencyCallRoute.ps1' should have a valid header" time="0.3862" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsEmergencyCallRoute' should have a function" time="0.1307" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsEmergencyCallRoute' is valid PowerShell code" time="0.1396" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="89.7485" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Find-TeamsUserVoiceRoute' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsUserVoiceRoute' should exist" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Find-TeamsUserVoiceRoute.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Find-TeamsUserVoiceRoute.ps1' should have a valid header" time="0.2014" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsUserVoiceRoute' should have a function" time="0.1297" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Find-TeamsUserVoiceRoute' is valid PowerShell code" time="0.1321" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="90.7017" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsTenantVoiceConfig' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenantVoiceConfig' should exist" time="0.146" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Get-TeamsTenantVoiceConfig.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Get-TeamsTenantVoiceConfig.ps1' should have a valid header" time="0.2404" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenantVoiceConfig' should have a function" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsTenantVoiceConfig' is valid PowerShell code" time="0.3337" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="91.4429" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsVoiceNormalizationRule' should exist" time="0.1234" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Get-TeamsVoiceNormalizationRule.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Get-TeamsVoiceNormalizationRule.ps1' should have a valid header" time="0.208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsVoiceNormalizationRule' should have a function" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsVoiceNormalizationRule' is valid PowerShell code" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="92.3739" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamsVoiceRoutingChain' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsVoiceRoutingChain' should exist" time="0.196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Get-TeamsVoiceRoutingChain.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Get-TeamsVoiceRoutingChain.ps1' should have a valid header" time="0.2736" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsVoiceRoutingChain' should have a function" time="0.1543" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamsVoiceRoutingChain' is valid PowerShell code" time="0.1737" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="93.3053" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'New-TeamsVoiceRoutingChain' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsVoiceRoutingChain' should exist" time="0.3232" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\New-TeamsVoiceRoutingChain.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\New-TeamsVoiceRoutingChain.ps1' should have a valid header" time="0.2198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsVoiceRoutingChain' should have a function" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'New-TeamsVoiceRoutingChain' is valid PowerShell code" time="0.1326" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="94.0448" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsVoiceNormalizationRule' should exist" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Remove-TeamsVoiceNormalizationRule.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Remove-TeamsVoiceNormalizationRule.ps1' should have a valid header" time="0.2011" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsVoiceNormalizationRule' should have a function" time="0.1698" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsVoiceNormalizationRule' is valid PowerShell code" time="0.1313" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="94.9442" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsVoiceRoutingChain' should exist" time="0.1314" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Remove-TeamsVoiceRoutingChain.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Public\VoiceConfig\Remove-TeamsVoiceRoutingChain.ps1' should have a valid header" time="0.199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsVoiceRoutingChain' should have a function" time="0.2847" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsVoiceRoutingChain' is valid PowerShell code" time="0.159" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="95.6412" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Assert-TeamsAudioFile' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsAudioFile' should exist" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Assert-TeamsAudioFile.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Assert-TeamsAudioFile.ps1' should have a valid header" time="0.2131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsAudioFile' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsAudioFile' should have a function" time="0.1135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsAudioFile' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Assert-TeamsAudioFile' is valid PowerShell code" time="0.1375" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="96.3994" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Convert-CallableEntityFriendlyNameToGuid' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Convert-CallableEntityFriendlyNameToGuid' should exist" time="0.158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Convert-CallableEntityFriendlyNameToGuid.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Convert-CallableEntityFriendlyNameToGuid.ps1' should have a valid header" time="0.2078" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Convert-CallableEntityFriendlyNameToGuid' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Convert-CallableEntityFriendlyNameToGuid' should have a function" time="0.1164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Convert-CallableEntityFriendlyNameToGuid' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Convert-CallableEntityFriendlyNameToGuid' is valid PowerShell code" time="0.1449" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="97.439" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'ForEach-ObjectFast' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'ForEach-ObjectFast' should exist" time="0.3031" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\ForEach-ObjectFast.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\ForEach-ObjectFast.ps1' should have a valid header" time="0.2528" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'ForEach-ObjectFast' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'ForEach-ObjectFast' should have a function" time="0.1686" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'ForEach-ObjectFast' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'ForEach-ObjectFast' is valid PowerShell code" time="0.1951" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="98.3623" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-ErrorMessageFromErrorString' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ErrorMessageFromErrorString' should exist" time="0.1554" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-ErrorMessageFromErrorString.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-ErrorMessageFromErrorString.ps1' should have a valid header" time="0.2706" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ErrorMessageFromErrorString' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ErrorMessageFromErrorString' should have a function" time="0.1356" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ErrorMessageFromErrorString' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ErrorMessageFromErrorString' is valid PowerShell code" time="0.2181" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="99.3467" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-NewestModule' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-NewestModule' should exist" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-NewestModule.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-NewestModule.ps1' should have a valid header" time="0.2293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-NewestModule' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-NewestModule' should have a function" time="0.3353" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-NewestModule' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-NewestModule' is valid PowerShell code" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="100.1367" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-ParentDirectoryPath' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ParentDirectoryPath' should exist" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-ParentDirectoryPath.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-ParentDirectoryPath.ps1' should have a valid header" time="0.2114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ParentDirectoryPath' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ParentDirectoryPath' should have a function" time="0.149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ParentDirectoryPath' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-ParentDirectoryPath' is valid PowerShell code" time="0.1684" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="100.9829" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-RandomQuote' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-RandomQuote' should exist" time="0.1529" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-RandomQuote.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-RandomQuote.ps1' should have a valid header" time="0.246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RandomQuote' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-RandomQuote' should have a function" time="0.1452" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RandomQuote' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-RandomQuote' is valid PowerShell code" time="0.1603" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="101.8873" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-TeamAndChannel' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamAndChannel' should exist" time="0.2908" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-TeamAndChannel.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-TeamAndChannel.ps1' should have a valid header" time="0.2241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamAndChannel' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamAndChannel' should have a function" time="0.1423" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamAndChannel' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-TeamAndChannel' is valid PowerShell code" time="0.1366" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="102.6194" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-UserLicensesFromLicenseDetailObject' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-UserLicensesFromLicenseDetailObject' should exist" time="0.1309" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-UserLicensesFromLicenseDetailObject.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-UserLicensesFromLicenseDetailObject.ps1' should have a valid header" time="0.2059" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-UserLicensesFromLicenseDetailObject' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-UserLicensesFromLicenseDetailObject' should have a function" time="0.1335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-UserLicensesFromLicenseDetailObject' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-UserLicensesFromLicenseDetailObject' is valid PowerShell code" time="0.1352" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="103.4856" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-UserServicePlansFromLicenseDetailObject' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-UserServicePlansFromLicenseDetailObject' should exist" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-UserServicePlansFromLicenseDetailObject.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-UserServicePlansFromLicenseDetailObject.ps1' should have a valid header" time="0.1953" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-UserServicePlansFromLicenseDetailObject' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-UserServicePlansFromLicenseDetailObject' should have a function" time="0.2782" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-UserServicePlansFromLicenseDetailObject' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-UserServicePlansFromLicenseDetailObject' is valid PowerShell code" time="0.1569" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="104.1768" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Get-WriteBetterProgressSteps' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-WriteBetterProgressSteps' should exist" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Get-WriteBetterProgressSteps.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Get-WriteBetterProgressSteps.ps1' should have a valid header" time="0.197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-WriteBetterProgressSteps' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-WriteBetterProgressSteps' should have a function" time="0.1191" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-WriteBetterProgressSteps' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Get-WriteBetterProgressSteps' is valid PowerShell code" time="0.1315" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="104.8825" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'GetAppIdFromApplicationType' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'GetAppIdFromApplicationType' should exist" time="0.1209" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\GetAppIdFromApplicationType.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\GetAppIdFromApplicationType.ps1' should have a valid header" time="0.2099" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'GetAppIdFromApplicationType' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'GetAppIdFromApplicationType' should have a function" time="0.1244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'GetAppIdFromApplicationType' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'GetAppIdFromApplicationType' is valid PowerShell code" time="0.1364" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="105.7451" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'GetApplicationTypeFromAppId' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'GetApplicationTypeFromAppId' should exist" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\GetApplicationTypeFromAppId.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\GetApplicationTypeFromAppId.ps1' should have a valid header" time="0.2064" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'GetApplicationTypeFromAppId' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'GetApplicationTypeFromAppId' should have a function" time="0.1265" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'GetApplicationTypeFromAppId' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'GetApplicationTypeFromAppId' is valid PowerShell code" time="0.1338" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="106.426" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Group-ObjectFast' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Group-ObjectFast' should exist" time="0.1291" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Group-ObjectFast.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Group-ObjectFast.ps1' should have a valid header" time="0.1931" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Group-ObjectFast' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Group-ObjectFast' should have a function" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Group-ObjectFast' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Group-ObjectFast' is valid PowerShell code" time="0.1299" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="107.3146" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Merge-AutoAttendantArtefact' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Merge-AutoAttendantArtefact' should exist" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Merge-AutoAttendantArtefact.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Merge-AutoAttendantArtefact.ps1' should have a valid header" time="0.3809" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Merge-AutoAttendantArtefact' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Merge-AutoAttendantArtefact' should have a function" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Merge-AutoAttendantArtefact' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Merge-AutoAttendantArtefact' is valid PowerShell code" time="0.1383" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="108.0143" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Merge-VoiceRoutingChainArtefact' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Merge-VoiceRoutingChainArtefact' should exist" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Merge-VoiceRoutingChainArtefact.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Merge-VoiceRoutingChainArtefact.ps1' should have a valid header" time="0.2039" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Merge-VoiceRoutingChainArtefact' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Merge-VoiceRoutingChainArtefact' should have a function" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Merge-VoiceRoutingChainArtefact' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Merge-VoiceRoutingChainArtefact' is valid PowerShell code" time="0.1348" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="108.7038" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Remove-TeamsFunctionsGlobalVariable' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsFunctionsGlobalVariable' should exist" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Remove-TeamsFunctionsGlobalVariable.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Remove-TeamsFunctionsGlobalVariable.ps1' should have a valid header" time="0.1937" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsFunctionsGlobalVariable' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsFunctionsGlobalVariable' should have a function" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsFunctionsGlobalVariable' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Remove-TeamsFunctionsGlobalVariable' is valid PowerShell code" time="0.1361" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="109.5923" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-PowerShellWindowTitle' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-PowerShellWindowTitle' should exist" time="0.1288" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Set-PowerShellWindowTitle.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Set-PowerShellWindowTitle.ps1' should have a valid header" time="0.1995" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-PowerShellWindowTitle' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-PowerShellWindowTitle' should have a function" time="0.1487" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-PowerShellWindowTitle' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-PowerShellWindowTitle' is valid PowerShell code" time="0.1367" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="110.287" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Set-TFPhoneNumber' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TFPhoneNumber' should exist" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Set-TFPhoneNumber.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Set-TFPhoneNumber.ps1' should have a valid header" time="0.2114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TFPhoneNumber' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TFPhoneNumber' should have a function" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TFPhoneNumber' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Set-TFPhoneNumber' is valid PowerShell code" time="0.1385" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="111.1496" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Show-FunctionStatus' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Show-FunctionStatus' should exist" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Show-FunctionStatus.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Show-FunctionStatus.ps1' should have a valid header" time="0.3565" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Show-FunctionStatus' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Show-FunctionStatus' should have a function" time="0.1388" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Show-FunctionStatus' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Show-FunctionStatus' is valid PowerShell code" time="0.1278" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module ALL Functions" executed="True" result="Success" success="True" time="111.8419" asserts="0" description="TeamsFunctions Module Tests.Testing Module ALL Functions">
                <results>
                  <test-case description="'Where-ObjectFast' should exist" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Where-ObjectFast' should exist" time="0.1265" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'D:\Code\Personal\TeamsFunctions\Private\Where-ObjectFast.ps1' should have a valid header" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'D:\Code\Personal\TeamsFunctions\Private\Where-ObjectFast.ps1' should have a valid header" time="0.1916" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Where-ObjectFast' should have a function" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Where-ObjectFast' should have a function" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Where-ObjectFast' is valid PowerShell code" name="TeamsFunctions Module Tests.Testing Module ALL Functions.'Where-ObjectFast' is valid PowerShell code" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="114.2042" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsAutoAttendant' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a SYNOPSIS section in the help block" time="0.1402" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a DESCRIPTION section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a EXAMPLE section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a NOTES section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a INPUTS section in the help block" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a OUTPUTS section in the help block" time="0.2843" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a COMPONENT section in the help block" time="0.1416" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a FUNCTIONALITY section in the help block" time="0.1357" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a LINK section in the help block" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have the HELP URL linked in the LINK section in the help block" time="0.176" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have an ABOUT topic linked in the LINK section in the help block" time="0.1344" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have a BEGIN, PROCESS and END block" time="0.1721" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should be an advanced function" time="0.1418" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should have an OUTPUTTYPE set" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendant' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendant' should contain Write-Verbose blocks" time="0.1347" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="116.4187" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Import-TeamsAudioFile' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a SYNOPSIS section in the help block" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a DESCRIPTION section in the help block" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a EXAMPLE section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a NOTES section in the help block" time="0.2797" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a INPUTS section in the help block" time="0.1271" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a OUTPUTS section in the help block" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a COMPONENT section in the help block" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a FUNCTIONALITY section in the help block" time="0.114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a LINK section in the help block" time="0.1271" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have the HELP URL linked in the LINK section in the help block" time="0.1583" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have an ABOUT topic linked in the LINK section in the help block" time="0.1266" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have a BEGIN, PROCESS and END block" time="0.1586" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should be an advanced function" time="0.1359" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should have an OUTPUTTYPE set" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Import-TeamsAudioFile' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Import-TeamsAudioFile' should contain Write-Verbose blocks" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="119.2068" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendant' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a SYNOPSIS section in the help block" time="0.3131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a DESCRIPTION section in the help block" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a EXAMPLE section in the help block" time="0.1437" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a NOTES section in the help block" time="0.138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a INPUTS section in the help block" time="0.1397" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a OUTPUTS section in the help block" time="0.2447" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a COMPONENT section in the help block" time="0.1502" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a FUNCTIONALITY section in the help block" time="0.1395" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a LINK section in the help block" time="0.1373" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have the HELP URL linked in the LINK section in the help block" time="0.2083" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have an ABOUT topic linked in the LINK section in the help block" time="0.1334" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have a BEGIN, PROCESS and END block" time="0.1881" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should be an advanced function" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should have an OUTPUTTYPE set" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendant' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendant' should contain Write-Verbose blocks" time="0.2941" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="121.7697" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a SYNOPSIS section in the help block" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a DESCRIPTION section in the help block" time="0.1274" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a EXAMPLE section in the help block" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a NOTES section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a INPUTS section in the help block" time="0.1371" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a OUTPUTS section in the help block" time="0.1223" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a COMPONENT section in the help block" time="0.1499" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a FUNCTIONALITY section in the help block" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a LINK section in the help block" time="0.1961" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have the HELP URL linked in the LINK section in the help block" time="0.2282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have an ABOUT topic linked in the LINK section in the help block" time="0.1769" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have a BEGIN, PROCESS and END block" time="0.178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should be an advanced function" time="0.3059" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should have an OUTPUTTYPE set" time="0.1348" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantCallFlow' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantCallFlow' should contain Write-Verbose blocks" time="0.1333" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="124.198" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a SYNOPSIS section in the help block" time="0.1378" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a DESCRIPTION section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a EXAMPLE section in the help block" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a NOTES section in the help block" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a INPUTS section in the help block" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a OUTPUTS section in the help block" time="0.1294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a COMPONENT section in the help block" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a FUNCTIONALITY section in the help block" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a LINK section in the help block" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have the HELP URL linked in the LINK section in the help block" time="0.1707" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have an ABOUT topic linked in the LINK section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have a BEGIN, PROCESS and END block" time="0.3273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should be an advanced function" time="0.15" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should have an OUTPUTTYPE set" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantDialScope' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantDialScope' should contain Write-Verbose blocks" time="0.2179" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="126.5578" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a SYNOPSIS section in the help block" time="0.1378" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a DESCRIPTION section in the help block" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a EXAMPLE section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a NOTES section in the help block" time="0.1306" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a INPUTS section in the help block" time="0.1349" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a OUTPUTS section in the help block" time="0.1349" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a COMPONENT section in the help block" time="0.1288" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a FUNCTIONALITY section in the help block" time="0.1285" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a LINK section in the help block" time="0.1257" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have the HELP URL linked in the LINK section in the help block" time="0.3416" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have an ABOUT topic linked in the LINK section in the help block" time="0.1338" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have a BEGIN, PROCESS and END block" time="0.1717" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should be an advanced function" time="0.1536" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should have an OUTPUTTYPE set" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenu' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenu' should contain Write-Verbose blocks" time="0.1323" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="128.9216" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a SYNOPSIS section in the help block" time="0.1348" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a DESCRIPTION section in the help block" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a EXAMPLE section in the help block" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a NOTES section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a INPUTS section in the help block" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a OUTPUTS section in the help block" time="0.1333" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a COMPONENT section in the help block" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a FUNCTIONALITY section in the help block" time="0.2939" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a LINK section in the help block" time="0.1364" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have the HELP URL linked in the LINK section in the help block" time="0.1775" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have an ABOUT topic linked in the LINK section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have a BEGIN, PROCESS and END block" time="0.1946" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should be an advanced function" time="0.1539" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should have an OUTPUTTYPE set" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantMenuOption' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantMenuOption' should contain Write-Verbose blocks" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="131.3833" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a SYNOPSIS section in the help block" time="0.1415" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a DESCRIPTION section in the help block" time="0.1294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a EXAMPLE section in the help block" time="0.1224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a NOTES section in the help block" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a INPUTS section in the help block" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a OUTPUTS section in the help block" time="0.3018" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a COMPONENT section in the help block" time="0.1584" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a FUNCTIONALITY section in the help block" time="0.1394" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a LINK section in the help block" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have the HELP URL linked in the LINK section in the help block" time="0.1709" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have an ABOUT topic linked in the LINK section in the help block" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have a BEGIN, PROCESS and END block" time="0.2063" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should be an advanced function" time="0.1447" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should have an OUTPUTTYPE set" time="0.1273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantPrompt' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantPrompt' should contain Write-Verbose blocks" time="0.1669" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="134.1155" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a SYNOPSIS section in the help block" time="0.1849" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a DESCRIPTION section in the help block" time="0.1722" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a EXAMPLE section in the help block" time="0.3298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a NOTES section in the help block" time="0.1591" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a INPUTS section in the help block" time="0.1377" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a OUTPUTS section in the help block" time="0.1429" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a COMPONENT section in the help block" time="0.1539" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a FUNCTIONALITY section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a LINK section in the help block" time="0.1398" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have the HELP URL linked in the LINK section in the help block" time="0.1794" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have an ABOUT topic linked in the LINK section in the help block" time="0.1525" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have a BEGIN, PROCESS and END block" time="0.1892" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should be an advanced function" time="0.1534" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should have an OUTPUTTYPE set" time="0.1718" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsAutoAttendantSchedule' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsAutoAttendantSchedule' should contain Write-Verbose blocks" time="0.1533" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="136.641" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsAutoAttendant' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a SYNOPSIS section in the help block" time="0.3043" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a DESCRIPTION section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a EXAMPLE section in the help block" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a NOTES section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a INPUTS section in the help block" time="0.1329" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a OUTPUTS section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a COMPONENT section in the help block" time="0.1174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a FUNCTIONALITY section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a LINK section in the help block" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have the HELP URL linked in the LINK section in the help block" time="0.1856" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have an ABOUT topic linked in the LINK section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have a BEGIN, PROCESS and END block" time="0.1796" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should be an advanced function" time="0.1414" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should have an OUTPUTTYPE set" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsAutoAttendant' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsAutoAttendant' should contain Write-Verbose blocks" time="0.339" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="139.4572" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsCallQueue' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a SYNOPSIS section in the help block" time="0.1965" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a DESCRIPTION section in the help block" time="0.1465" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a EXAMPLE section in the help block" time="0.1818" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a NOTES section in the help block" time="0.1427" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a INPUTS section in the help block" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a OUTPUTS section in the help block" time="0.1696" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a COMPONENT section in the help block" time="0.1615" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" time="0.1437" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a LINK section in the help block" time="0.1315" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" time="0.1797" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" time="0.1831" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have a BEGIN, PROCESS and END block" time="0.1984" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should be an advanced function" time="0.3486" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should have an OUTPUTTYPE set" time="0.1597" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallQueue' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallQueue' should contain Write-Verbose blocks" time="0.1397" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="142.0142" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsCallQueue' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a SYNOPSIS section in the help block" time="0.156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a DESCRIPTION section in the help block" time="0.1453" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a EXAMPLE section in the help block" time="0.1364" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a NOTES section in the help block" time="0.1351" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a INPUTS section in the help block" time="0.1526" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a OUTPUTS section in the help block" time="0.1331" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a COMPONENT section in the help block" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a LINK section in the help block" time="0.141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" time="0.2112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" time="0.2919" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have a BEGIN, PROCESS and END block" time="0.1846" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should be an advanced function" time="0.1734" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should have an OUTPUTTYPE set" time="0.1305" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallQueue' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallQueue' should contain Write-Verbose blocks" time="0.138" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="144.3223" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsCallQueue' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a SYNOPSIS section in the help block" time="0.1404" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a DESCRIPTION section in the help block" time="0.1318" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a EXAMPLE section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a NOTES section in the help block" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a INPUTS section in the help block" time="0.1255" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a OUTPUTS section in the help block" time="0.1191" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a COMPONENT section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a LINK section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" time="0.3318" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have a BEGIN, PROCESS and END block" time="0.1549" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should be an advanced function" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should have an OUTPUTTYPE set" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCallQueue' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCallQueue' should contain Write-Verbose blocks" time="0.1528" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="146.8611" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsCallQueue' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a SYNOPSIS section in the help block" time="0.1426" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a DESCRIPTION section in the help block" time="0.134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a EXAMPLE section in the help block" time="0.1521" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a NOTES section in the help block" time="0.142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a INPUTS section in the help block" time="0.1387" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a OUTPUTS section in the help block" time="0.1464" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a COMPONENT section in the help block" time="0.1363" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a FUNCTIONALITY section in the help block" time="0.3004" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a LINK section in the help block" time="0.1294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have the HELP URL linked in the LINK section in the help block" time="0.2088" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have an ABOUT topic linked in the LINK section in the help block" time="0.1324" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have a BEGIN, PROCESS and END block" time="0.1762" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should be an advanced function" time="0.1765" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should have an OUTPUTTYPE set" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCallQueue' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCallQueue' should contain Write-Verbose blocks" time="0.1256" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="149.3065" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-AzureAdLicense' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a SYNOPSIS section in the help block" time="0.1902" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a DESCRIPTION section in the help block" time="0.1407" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a EXAMPLE section in the help block" time="0.1385" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a NOTES section in the help block" time="0.1333" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a INPUTS section in the help block" time="0.3235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a OUTPUTS section in the help block" time="0.1172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a COMPONENT section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a FUNCTIONALITY section in the help block" time="0.1364" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a LINK section in the help block" time="0.1377" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have the HELP URL linked in the LINK section in the help block" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have an ABOUT topic linked in the LINK section in the help block" time="0.1344" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have a BEGIN, PROCESS and END block" time="0.1668" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should be an advanced function" time="0.1445" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should have an OUTPUTTYPE set" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicense' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicense' should contain Write-Verbose blocks" time="0.1321" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="151.7182" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a SYNOPSIS section in the help block" time="0.1492" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a DESCRIPTION section in the help block" time="0.131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a EXAMPLE section in the help block" time="0.2977" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a NOTES section in the help block" time="0.1251" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a INPUTS section in the help block" time="0.1381" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a OUTPUTS section in the help block" time="0.1673" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a COMPONENT section in the help block" time="0.1383" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a FUNCTIONALITY section in the help block" time="0.1224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a LINK section in the help block" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" time="0.1901" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have a BEGIN, PROCESS and END block" time="0.1639" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should be an advanced function" time="0.1501" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should have an OUTPUTTYPE set" time="0.1256" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdLicenseServicePlan' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdLicenseServicePlan' should contain Write-Verbose blocks" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="154.1575" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-AzureAdUserLicense' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a SYNOPSIS section in the help block" time="0.3004" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a DESCRIPTION section in the help block" time="0.1113" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a EXAMPLE section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a NOTES section in the help block" time="0.1156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a INPUTS section in the help block" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a OUTPUTS section in the help block" time="0.1344" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a COMPONENT section in the help block" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a FUNCTIONALITY section in the help block" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a LINK section in the help block" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have the HELP URL linked in the LINK section in the help block" time="0.1726" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have an ABOUT topic linked in the LINK section in the help block" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have a BEGIN, PROCESS and END block" time="0.1625" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should be an advanced function" time="0.1491" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should have an OUTPUTTYPE set" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicense' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicense' should contain Write-Verbose blocks" time="0.2954" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="156.444" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a SYNOPSIS section in the help block" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a DESCRIPTION section in the help block" time="0.1257" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a EXAMPLE section in the help block" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a NOTES section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a INPUTS section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a OUTPUTS section in the help block" time="0.1286" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a COMPONENT section in the help block" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a FUNCTIONALITY section in the help block" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a LINK section in the help block" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" time="0.1633" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" time="0.1299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have a BEGIN, PROCESS and END block" time="0.1621" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should be an advanced function" time="0.3222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should have an OUTPUTTYPE set" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdUserLicenseServicePlan' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdUserLicenseServicePlan' should contain Write-Verbose blocks" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="158.9394" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsTenantLicense' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a SYNOPSIS section in the help block" time="0.1577" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a DESCRIPTION section in the help block" time="0.1674" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a EXAMPLE section in the help block" time="0.2044" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a NOTES section in the help block" time="0.1562" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a INPUTS section in the help block" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a OUTPUTS section in the help block" time="0.1146" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a COMPONENT section in the help block" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a FUNCTIONALITY section in the help block" time="0.1274" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a LINK section in the help block" time="0.1239" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have the HELP URL linked in the LINK section in the help block" time="0.1712" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have an ABOUT topic linked in the LINK section in the help block" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have a BEGIN, PROCESS and END block" time="0.3375" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should be an advanced function" time="0.1402" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should have an OUTPUTTYPE set" time="0.1287" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantLicense' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantLicense' should contain Write-Verbose blocks" time="0.1291" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="161.2478" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsUserLicense' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a SYNOPSIS section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a DESCRIPTION section in the help block" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a EXAMPLE section in the help block" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a NOTES section in the help block" time="0.144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a INPUTS section in the help block" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a OUTPUTS section in the help block" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a COMPONENT section in the help block" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a FUNCTIONALITY section in the help block" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a LINK section in the help block" time="0.1322" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have the HELP URL linked in the LINK section in the help block" time="0.3337" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have an ABOUT topic linked in the LINK section in the help block" time="0.1143" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have a BEGIN, PROCESS and END block" time="0.1618" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should be an advanced function" time="0.1393" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should have an OUTPUTTYPE set" time="0.1255" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicense' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicense' should contain Write-Verbose blocks" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="163.5708" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a SYNOPSIS section in the help block" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a DESCRIPTION section in the help block" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a EXAMPLE section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a NOTES section in the help block" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a INPUTS section in the help block" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a OUTPUTS section in the help block" time="0.1194" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a COMPONENT section in the help block" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a FUNCTIONALITY section in the help block" time="0.2912" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a LINK section in the help block" time="0.1698" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" time="0.1936" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have a BEGIN, PROCESS and END block" time="0.1532" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should be an advanced function" time="0.1314" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should have an OUTPUTTYPE set" time="0.1304" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserLicenseServicePlan' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserLicenseServicePlan' should contain Write-Verbose blocks" time="0.1176" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="166.3188" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a SYNOPSIS section in the help block" time="0.1416" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a DESCRIPTION section in the help block" time="0.1412" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a EXAMPLE section in the help block" time="0.1326" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a NOTES section in the help block" time="0.1338" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a INPUTS section in the help block" time="0.187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a OUTPUTS section in the help block" time="0.3785" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a COMPONENT section in the help block" time="0.1591" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a FUNCTIONALITY section in the help block" time="0.1399" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a LINK section in the help block" time="0.1449" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have the HELP URL linked in the LINK section in the help block" time="0.241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have an ABOUT topic linked in the LINK section in the help block" time="0.1606" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have a BEGIN, PROCESS and END block" time="0.1905" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should be an advanced function" time="0.1661" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should have an OUTPUTTYPE set" time="0.1387" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-AzureAdUserLicenseServicePlan' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-AzureAdUserLicenseServicePlan' should contain Write-Verbose blocks" time="0.1312" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="168.7497" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsUserLicense' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a SYNOPSIS section in the help block" time="0.1682" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a DESCRIPTION section in the help block" time="0.1819" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a EXAMPLE section in the help block" time="0.3113" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a NOTES section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a INPUTS section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a OUTPUTS section in the help block" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a COMPONENT section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a FUNCTIONALITY section in the help block" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a LINK section in the help block" time="0.1255" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have the HELP URL linked in the LINK section in the help block" time="0.1856" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have an ABOUT topic linked in the LINK section in the help block" time="0.1307" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have a BEGIN, PROCESS and END block" time="0.1821" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should be an advanced function" time="0.1423" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should have an OUTPUTTYPE set" time="0.1122" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserLicense' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserLicense' should contain Write-Verbose blocks" time="0.1277" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="171.2402" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-TeamsResourceAccount' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a SYNOPSIS section in the help block" time="0.2756" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a DESCRIPTION section in the help block" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a EXAMPLE section in the help block" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a NOTES section in the help block" time="0.1132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a INPUTS section in the help block" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a OUTPUTS section in the help block" time="0.1137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a COMPONENT section in the help block" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a LINK section in the help block" time="0.1923" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" time="0.2206" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" time="0.1165" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" time="0.1568" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should be an advanced function" time="0.1387" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should have an OUTPUTTYPE set" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsResourceAccount' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsResourceAccount' should contain Write-Verbose blocks" time="0.2931" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="173.4989" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsResourceAccount' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a SYNOPSIS section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a DESCRIPTION section in the help block" time="0.1493" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a EXAMPLE section in the help block" time="0.1171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a NOTES section in the help block" time="0.1223" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a INPUTS section in the help block" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a OUTPUTS section in the help block" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a COMPONENT section in the help block" time="0.1238" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a LINK section in the help block" time="0.1112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" time="0.1636" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" time="0.1524" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should be an advanced function" time="0.3056" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should have an OUTPUTTYPE set" time="0.1332" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccount' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccount' should contain Write-Verbose blocks" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="175.7146" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a SYNOPSIS section in the help block" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a DESCRIPTION section in the help block" time="0.1128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a EXAMPLE section in the help block" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a NOTES section in the help block" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a INPUTS section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a OUTPUTS section in the help block" time="0.115" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a COMPONENT section in the help block" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a FUNCTIONALITY section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a LINK section in the help block" time="0.1157" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have the HELP URL linked in the LINK section in the help block" time="0.1495" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have an ABOUT topic linked in the LINK section in the help block" time="0.1142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have a BEGIN, PROCESS and END block" time="0.3299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should be an advanced function" time="0.1834" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should have an OUTPUTTYPE set" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountAssociation' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountAssociation' should contain Write-Verbose blocks" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="177.9051" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a SYNOPSIS section in the help block" time="0.1173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a DESCRIPTION section in the help block" time="0.1237" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a EXAMPLE section in the help block" time="0.1244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a NOTES section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a INPUTS section in the help block" time="0.1122" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a OUTPUTS section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a COMPONENT section in the help block" time="0.1163" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a FUNCTIONALITY section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a LINK section in the help block" time="0.1164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have the HELP URL linked in the LINK section in the help block" time="0.3299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have an ABOUT topic linked in the LINK section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have a BEGIN, PROCESS and END block" time="0.152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should be an advanced function" time="0.1398" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should have an OUTPUTTYPE set" time="0.1129" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsResourceAccountLineIdentity' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsResourceAccountLineIdentity' should contain Write-Verbose blocks" time="0.1206" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="180.2364" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsResourceAccount' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a SYNOPSIS section in the help block" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a DESCRIPTION section in the help block" time="0.1207" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a EXAMPLE section in the help block" time="0.1271" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a NOTES section in the help block" time="0.1345" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a INPUTS section in the help block" time="0.1283" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a OUTPUTS section in the help block" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a COMPONENT section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" time="0.2796" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a LINK section in the help block" time="0.141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" time="0.1871" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" time="0.182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should be an advanced function" time="0.1472" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should have an OUTPUTTYPE set" time="0.1277" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccount' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccount' should contain Write-Verbose blocks" time="0.1263" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="182.4724" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a SYNOPSIS section in the help block" time="0.1368" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a DESCRIPTION section in the help block" time="0.138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a EXAMPLE section in the help block" time="0.1217" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a NOTES section in the help block" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a INPUTS section in the help block" time="0.1171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a OUTPUTS section in the help block" time="0.2751" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a COMPONENT section in the help block" time="0.1237" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a FUNCTIONALITY section in the help block" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a LINK section in the help block" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have the HELP URL linked in the LINK section in the help block" time="0.1658" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have an ABOUT topic linked in the LINK section in the help block" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have a BEGIN, PROCESS and END block" time="0.1547" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should be an advanced function" time="0.138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should have an OUTPUTTYPE set" time="0.1139" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountAssociation' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountAssociation' should contain Write-Verbose blocks" time="0.1227" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="185.0932" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a SYNOPSIS section in the help block" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a DESCRIPTION section in the help block" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a EXAMPLE section in the help block" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a NOTES section in the help block" time="0.3063" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a INPUTS section in the help block" time="0.1751" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a OUTPUTS section in the help block" time="0.1396" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a COMPONENT section in the help block" time="0.1533" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a FUNCTIONALITY section in the help block" time="0.1427" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a LINK section in the help block" time="0.1722" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have the HELP URL linked in the LINK section in the help block" time="0.1896" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have an ABOUT topic linked in the LINK section in the help block" time="0.1328" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have a BEGIN, PROCESS and END block" time="0.1786" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should be an advanced function" time="0.149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should have an OUTPUTTYPE set" time="0.1876" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsResourceAccountLineIdentity' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsResourceAccountLineIdentity' should contain Write-Verbose blocks" time="0.162" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="187.9756" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsResourceAccount' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a SYNOPSIS section in the help block" time="0.1441" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a DESCRIPTION section in the help block" time="0.1273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a EXAMPLE section in the help block" time="0.1669" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a NOTES section in the help block" time="0.2072" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a INPUTS section in the help block" time="0.1642" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a OUTPUTS section in the help block" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a COMPONENT section in the help block" time="0.1278" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" time="0.1335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a LINK section in the help block" time="0.2296" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" time="0.2207" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" time="0.1378" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" time="0.1859" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should be an advanced function" time="0.152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should have an OUTPUTTYPE set" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccount' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccount' should contain Write-Verbose blocks" time="0.3058" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="190.9854" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a SYNOPSIS section in the help block" time="0.1685" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a DESCRIPTION section in the help block" time="0.1759" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a EXAMPLE section in the help block" time="0.1942" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a NOTES section in the help block" time="0.1401" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a INPUTS section in the help block" time="0.1417" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a OUTPUTS section in the help block" time="0.2377" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a COMPONENT section in the help block" time="0.1781" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a FUNCTIONALITY section in the help block" time="0.1389" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a LINK section in the help block" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have the HELP URL linked in the LINK section in the help block" time="0.2151" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have an ABOUT topic linked in the LINK section in the help block" time="0.1911" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have a BEGIN, PROCESS and END block" time="0.2677" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should be an advanced function" time="0.3512" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should have an OUTPUTTYPE set" time="0.166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsResourceAccountAssociation' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsResourceAccountAssociation' should contain Write-Verbose blocks" time="0.1554" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="193.9828" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsResourceAccount' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a SYNOPSIS section in the help block" time="0.2085" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a DESCRIPTION section in the help block" time="0.1563" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a EXAMPLE section in the help block" time="0.1581" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a NOTES section in the help block" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a INPUTS section in the help block" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a OUTPUTS section in the help block" time="0.1531" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a COMPONENT section in the help block" time="0.142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" time="0.1778" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a LINK section in the help block" time="0.2024" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" time="0.2273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" time="0.1397" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" time="0.4946" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should be an advanced function" time="0.1915" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should have an OUTPUTTYPE set" time="0.1825" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsResourceAccount' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsResourceAccount' should contain Write-Verbose blocks" time="0.1399" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="196.9173" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Connect-Me' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a SYNOPSIS section in the help block" time="0.1872" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a DESCRIPTION section in the help block" time="0.1599" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a EXAMPLE section in the help block" time="0.1866" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a NOTES section in the help block" time="0.1677" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a INPUTS section in the help block" time="0.2452" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a OUTPUTS section in the help block" time="0.183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a COMPONENT section in the help block" time="0.1707" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a FUNCTIONALITY section in the help block" time="0.1487" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a LINK section in the help block" time="0.1479" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have the HELP URL linked in the LINK section in the help block" time="0.3701" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have an ABOUT topic linked in the LINK section in the help block" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have a BEGIN, PROCESS and END block" time="0.1699" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should be an advanced function" time="0.1826" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should have an OUTPUTTYPE set" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Connect-Me' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Connect-Me' should contain Write-Verbose blocks" time="0.1509" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="199.9414" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Disconnect-Me' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a SYNOPSIS section in the help block" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a DESCRIPTION section in the help block" time="0.1319" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a EXAMPLE section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a NOTES section in the help block" time="0.2324" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a INPUTS section in the help block" time="0.2389" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a OUTPUTS section in the help block" time="0.1927" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a COMPONENT section in the help block" time="0.1797" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a FUNCTIONALITY section in the help block" time="0.3295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a LINK section in the help block" time="0.1634" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have the HELP URL linked in the LINK section in the help block" time="0.2536" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have an ABOUT topic linked in the LINK section in the help block" time="0.1816" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have a BEGIN, PROCESS and END block" time="0.24" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should be an advanced function" time="0.1597" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should have an OUTPUTTYPE set" time="0.1577" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disconnect-Me' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disconnect-Me' should contain Write-Verbose blocks" time="0.1345" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="202.8296" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-PublicHolidayCountry' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a SYNOPSIS section in the help block" time="0.1387" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a DESCRIPTION section in the help block" time="0.1617" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a EXAMPLE section in the help block" time="0.1808" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a NOTES section in the help block" time="0.1399" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a INPUTS section in the help block" time="0.1366" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a OUTPUTS section in the help block" time="0.3286" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a COMPONENT section in the help block" time="0.164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a FUNCTIONALITY section in the help block" time="0.1443" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a LINK section in the help block" time="0.1522" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have the HELP URL linked in the LINK section in the help block" time="0.1826" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have an ABOUT topic linked in the LINK section in the help block" time="0.1799" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have a BEGIN, PROCESS and END block" time="0.1848" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should be an advanced function" time="0.2217" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should have an OUTPUTTYPE set" time="0.144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayCountry' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayCountry' should contain Write-Verbose blocks" time="0.1823" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="205.5957" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-PublicHolidayList' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a SYNOPSIS section in the help block" time="0.1606" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a DESCRIPTION section in the help block" time="0.138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a EXAMPLE section in the help block" time="0.1473" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a NOTES section in the help block" time="0.3627" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a INPUTS section in the help block" time="0.166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a OUTPUTS section in the help block" time="0.2247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a COMPONENT section in the help block" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a FUNCTIONALITY section in the help block" time="0.1347" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a LINK section in the help block" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have the HELP URL linked in the LINK section in the help block" time="0.1785" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have an ABOUT topic linked in the LINK section in the help block" time="0.1423" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have a BEGIN, PROCESS and END block" time="0.2116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should be an advanced function" time="0.179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should have an OUTPUTTYPE set" time="0.1448" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-PublicHolidayList' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-PublicHolidayList' should contain Write-Verbose blocks" time="0.1637" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="208.5103" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a SYNOPSIS section in the help block" time="0.1375" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a DESCRIPTION section in the help block" time="0.3478" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a EXAMPLE section in the help block" time="0.1414" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a NOTES section in the help block" time="0.1825" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a INPUTS section in the help block" time="0.131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a OUTPUTS section in the help block" time="0.1436" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a COMPONENT section in the help block" time="0.1641" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a FUNCTIONALITY section in the help block" time="0.1415" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a LINK section in the help block" time="0.1565" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have the HELP URL linked in the LINK section in the help block" time="0.2088" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have an ABOUT topic linked in the LINK section in the help block" time="0.1821" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have a BEGIN, PROCESS and END block" time="0.1839" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should be an advanced function" time="0.1545" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should have an OUTPUTTYPE set" time="0.1478" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantAudioFile' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantAudioFile' should contain Write-Verbose blocks" time="0.1524" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="211.1512" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a SYNOPSIS section in the help block" time="0.158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a DESCRIPTION section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a EXAMPLE section in the help block" time="0.1312" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a NOTES section in the help block" time="0.137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a INPUTS section in the help block" time="0.1402" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a OUTPUTS section in the help block" time="0.1376" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a COMPONENT section in the help block" time="0.1395" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a FUNCTIONALITY section in the help block" time="0.1463" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a LINK section in the help block" time="0.1396" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have the HELP URL linked in the LINK section in the help block" time="0.1843" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have an ABOUT topic linked in the LINK section in the help block" time="0.1452" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have a BEGIN, PROCESS and END block" time="0.1739" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should be an advanced function" time="0.1674" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should have an OUTPUTTYPE set" time="0.3573" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsAutoAttendantSchedule' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsAutoAttendantSchedule' should contain Write-Verbose blocks" time="0.1883" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="213.7606" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsHolidaySchedule' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a SYNOPSIS section in the help block" time="0.1395" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a DESCRIPTION section in the help block" time="0.1433" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a EXAMPLE section in the help block" time="0.1351" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a NOTES section in the help block" time="0.1633" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a INPUTS section in the help block" time="0.1722" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a OUTPUTS section in the help block" time="0.1295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a COMPONENT section in the help block" time="0.1428" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a FUNCTIONALITY section in the help block" time="0.1393" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a LINK section in the help block" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have the HELP URL linked in the LINK section in the help block" time="0.1821" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have an ABOUT topic linked in the LINK section in the help block" time="0.1587" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have a BEGIN, PROCESS and END block" time="0.3564" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should be an advanced function" time="0.1706" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should have an OUTPUTTYPE set" time="0.1336" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsHolidaySchedule' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsHolidaySchedule' should contain Write-Verbose blocks" time="0.1605" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="216.4913" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Backup-TeamsEV' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a SYNOPSIS section in the help block" time="0.2015" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a DESCRIPTION section in the help block" time="0.3029" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a EXAMPLE section in the help block" time="0.1554" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a NOTES section in the help block" time="0.1302" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a INPUTS section in the help block" time="0.1399" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a OUTPUTS section in the help block" time="0.1296" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a COMPONENT section in the help block" time="0.1432" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a FUNCTIONALITY section in the help block" time="0.1276" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a LINK section in the help block" time="0.1291" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have the HELP URL linked in the LINK section in the help block" time="0.3308" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have an ABOUT topic linked in the LINK section in the help block" time="0.1516" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have a BEGIN, PROCESS and END block" time="0.1673" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should be an advanced function" time="0.1687" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should have an OUTPUTTYPE set" time="0.1272" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsEV' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsEV' should contain Write-Verbose blocks" time="0.1314" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="219.0191" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Backup-TeamsTenant' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a SYNOPSIS section in the help block" time="0.1379" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a DESCRIPTION section in the help block" time="0.1457" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a EXAMPLE section in the help block" time="0.136" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a NOTES section in the help block" time="0.1528" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a INPUTS section in the help block" time="0.1412" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a OUTPUTS section in the help block" time="0.1295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a COMPONENT section in the help block" time="0.1306" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a FUNCTIONALITY section in the help block" time="0.3038" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a LINK section in the help block" time="0.1432" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have the HELP URL linked in the LINK section in the help block" time="0.1859" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have an ABOUT topic linked in the LINK section in the help block" time="0.1594" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have a BEGIN, PROCESS and END block" time="0.173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should be an advanced function" time="0.1591" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should have an OUTPUTTYPE set" time="0.1376" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Backup-TeamsTenant' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Backup-TeamsTenant' should contain Write-Verbose blocks" time="0.1436" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="221.5795" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Restore-TeamsEV' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a SYNOPSIS section in the help block" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a DESCRIPTION section in the help block" time="0.1443" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a EXAMPLE section in the help block" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a NOTES section in the help block" time="0.13" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a INPUTS section in the help block" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a OUTPUTS section in the help block" time="0.3127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a COMPONENT section in the help block" time="0.1537" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a FUNCTIONALITY section in the help block" time="0.1794" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a LINK section in the help block" time="0.1315" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have the HELP URL linked in the LINK section in the help block" time="0.1694" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have an ABOUT topic linked in the LINK section in the help block" time="0.1447" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have a BEGIN, PROCESS and END block" time="0.2081" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should be an advanced function" time="0.1576" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should have an OUTPUTTYPE set" time="0.1285" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Restore-TeamsEV' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Restore-TeamsEV' should contain Write-Verbose blocks" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="223.8983" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Assert-Module' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a SYNOPSIS section in the help block" time="0.1276" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a DESCRIPTION section in the help block" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a EXAMPLE section in the help block" time="0.1227" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a NOTES section in the help block" time="0.3247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a INPUTS section in the help block" time="0.1353" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a OUTPUTS section in the help block" time="0.1206" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a COMPONENT section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a FUNCTIONALITY section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a LINK section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have the HELP URL linked in the LINK section in the help block" time="0.1672" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have an ABOUT topic linked in the LINK section in the help block" time="0.1369" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have a BEGIN, PROCESS and END block" time="0.1549" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should be an advanced function" time="0.1513" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should have an OUTPUTTYPE set" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-Module' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-Module' should contain Write-Verbose blocks" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="226.3763" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Format-StringForUse' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a SYNOPSIS section in the help block" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a DESCRIPTION section in the help block" time="0.2864" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a EXAMPLE section in the help block" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a NOTES section in the help block" time="0.1297" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a INPUTS section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a OUTPUTS section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a COMPONENT section in the help block" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a FUNCTIONALITY section in the help block" time="0.1256" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a LINK section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have the HELP URL linked in the LINK section in the help block" time="0.1657" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have an ABOUT topic linked in the LINK section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have a BEGIN, PROCESS and END block" time="0.1698" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should be an advanced function" time="0.1643" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should have an OUTPUTTYPE set" time="0.1762" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringForUse' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringForUse' should contain Write-Verbose blocks" time="0.2519" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="229.3784" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a SYNOPSIS section in the help block" time="0.2512" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a DESCRIPTION section in the help block" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a EXAMPLE section in the help block" time="0.2784" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a NOTES section in the help block" time="0.1757" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a INPUTS section in the help block" time="0.1494" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a OUTPUTS section in the help block" time="0.137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a COMPONENT section in the help block" time="0.1945" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a FUNCTIONALITY section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a LINK section in the help block" time="0.1318" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have the HELP URL linked in the LINK section in the help block" time="0.1763" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have an ABOUT topic linked in the LINK section in the help block" time="0.1472" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have a BEGIN, PROCESS and END block" time="0.1886" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should be an advanced function" time="0.1494" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should have an OUTPUTTYPE set" time="0.2896" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Format-StringRemoveSpecialCharacter' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Format-StringRemoveSpecialCharacter' should contain Write-Verbose blocks" time="0.1386" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="231.7502" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-ISO3166Country' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a SYNOPSIS section in the help block" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a DESCRIPTION section in the help block" time="0.1335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a EXAMPLE section in the help block" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a NOTES section in the help block" time="0.1355" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a INPUTS section in the help block" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a OUTPUTS section in the help block" time="0.1313" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a COMPONENT section in the help block" time="0.1277" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a FUNCTIONALITY section in the help block" time="0.1249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a LINK section in the help block" time="0.1313" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have the HELP URL linked in the LINK section in the help block" time="0.1743" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have an ABOUT topic linked in the LINK section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have a BEGIN, PROCESS and END block" time="0.3431" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should be an advanced function" time="0.1552" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should have an OUTPUTTYPE set" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-ISO3166Country' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-ISO3166Country' should contain Write-Verbose blocks" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="234.0994" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-RegionFromCountryCode' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a SYNOPSIS section in the help block" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a DESCRIPTION section in the help block" time="0.1309" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a EXAMPLE section in the help block" time="0.1306" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a NOTES section in the help block" time="0.1309" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a INPUTS section in the help block" time="0.1251" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a OUTPUTS section in the help block" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a COMPONENT section in the help block" time="0.1267" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a FUNCTIONALITY section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a LINK section in the help block" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have the HELP URL linked in the LINK section in the help block" time="0.3308" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have an ABOUT topic linked in the LINK section in the help block" time="0.1329" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have a BEGIN, PROCESS and END block" time="0.1607" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should be an advanced function" time="0.1486" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should have an OUTPUTTYPE set" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-RegionFromCountryCode' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-RegionFromCountryCode' should contain Write-Verbose blocks" time="0.1402" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="236.4169" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsObjectType' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a SYNOPSIS section in the help block" time="0.1406" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a DESCRIPTION section in the help block" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a EXAMPLE section in the help block" time="0.1202" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a NOTES section in the help block" time="0.1209" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a INPUTS section in the help block" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a OUTPUTS section in the help block" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a COMPONENT section in the help block" time="0.1338" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a FUNCTIONALITY section in the help block" time="0.1219" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a LINK section in the help block" time="0.2864" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have the HELP URL linked in the LINK section in the help block" time="0.1749" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have an ABOUT topic linked in the LINK section in the help block" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have a BEGIN, PROCESS and END block" time="0.1555" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should be an advanced function" time="0.1537" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should have an OUTPUTTYPE set" time="0.1263" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsObjectType' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsObjectType' should contain Write-Verbose blocks" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="239.3728" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Write-BetterProgress' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a SYNOPSIS section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a DESCRIPTION section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a EXAMPLE section in the help block" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a NOTES section in the help block" time="0.1241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a INPUTS section in the help block" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a OUTPUTS section in the help block" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a COMPONENT section in the help block" time="0.323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a FUNCTIONALITY section in the help block" time="0.2197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a LINK section in the help block" time="0.1616" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have the HELP URL linked in the LINK section in the help block" time="0.2768" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have an ABOUT topic linked in the LINK section in the help block" time="0.2112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have a BEGIN, PROCESS and END block" time="0.3438" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should be an advanced function" time="0.213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should have an OUTPUTTYPE set" time="0.137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-BetterProgress' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-BetterProgress' should contain Write-Verbose blocks" time="0.1493" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="242.7085" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Write-TFErrorLog' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a SYNOPSIS section in the help block" time="0.1331" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a DESCRIPTION section in the help block" time="0.1554" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a EXAMPLE section in the help block" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a NOTES section in the help block" time="0.1389" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a INPUTS section in the help block" time="0.3252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a OUTPUTS section in the help block" time="0.1691" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a COMPONENT section in the help block" time="0.1244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a FUNCTIONALITY section in the help block" time="0.1445" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a LINK section in the help block" time="0.1264" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have the HELP URL linked in the LINK section in the help block" time="0.1993" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have an ABOUT topic linked in the LINK section in the help block" time="0.1564" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have a BEGIN, PROCESS and END block" time="0.2469" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should be an advanced function" time="0.1913" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should have an OUTPUTTYPE set" time="0.463" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Write-TFErrorLog' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Write-TFErrorLog' should contain Write-Verbose blocks" time="0.2583" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="246.9129" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-AzureAdLicenseObject' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a SYNOPSIS section in the help block" time="0.4966" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a DESCRIPTION section in the help block" time="0.4117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a EXAMPLE section in the help block" time="0.3524" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a NOTES section in the help block" time="0.1855" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a INPUTS section in the help block" time="0.2594" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a OUTPUTS section in the help block" time="0.259" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a COMPONENT section in the help block" time="0.1384" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a FUNCTIONALITY section in the help block" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a LINK section in the help block" time="0.1603" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have the HELP URL linked in the LINK section in the help block" time="0.2642" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have an ABOUT topic linked in the LINK section in the help block" time="0.2239" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have a BEGIN, PROCESS and END block" time="0.2765" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should be an advanced function" time="0.2059" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should have an OUTPUTTYPE set" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-AzureAdLicenseObject' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-AzureAdLicenseObject' should contain Write-Verbose blocks" time="0.1748" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="249.7773" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a SYNOPSIS section in the help block" time="0.3849" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a DESCRIPTION section in the help block" time="0.1416" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a EXAMPLE section in the help block" time="0.1394" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a NOTES section in the help block" time="0.1471" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a INPUTS section in the help block" time="0.1497" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a OUTPUTS section in the help block" time="0.1503" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a COMPONENT section in the help block" time="0.1642" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a FUNCTIONALITY section in the help block" time="0.1456" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a LINK section in the help block" time="0.1384" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have the HELP URL linked in the LINK section in the help block" time="0.1911" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have an ABOUT topic linked in the LINK section in the help block" time="0.1587" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have a BEGIN, PROCESS and END block" time="0.1776" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should be an advanced function" time="0.1837" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should have an OUTPUTTYPE set" time="0.1359" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdLicenseContainsServicePlan' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdLicenseContainsServicePlan' should contain Write-Verbose blocks" time="0.1266" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="252.3536" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a SYNOPSIS section in the help block" time="0.1348" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a DESCRIPTION section in the help block" time="0.2369" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a EXAMPLE section in the help block" time="0.1323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a NOTES section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a INPUTS section in the help block" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a OUTPUTS section in the help block" time="0.1383" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a COMPONENT section in the help block" time="0.1241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a FUNCTIONALITY section in the help block" time="0.1263" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a LINK section in the help block" time="0.1315" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have the HELP URL linked in the LINK section in the help block" time="0.1772" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have an ABOUT topic linked in the LINK section in the help block" time="0.129" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have a BEGIN, PROCESS and END block" time="0.1675" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should be an advanced function" time="0.323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should have an OUTPUTTYPE set" time="0.1832" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserHasCallPlan' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserHasCallPlan' should contain Write-Verbose blocks" time="0.1702" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="254.7148" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-TeamsUserLicense' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a SYNOPSIS section in the help block" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a DESCRIPTION section in the help block" time="0.1266" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a EXAMPLE section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a NOTES section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a INPUTS section in the help block" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a OUTPUTS section in the help block" time="0.1294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a COMPONENT section in the help block" time="0.1446" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a FUNCTIONALITY section in the help block" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a LINK section in the help block" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have the HELP URL linked in the LINK section in the help block" time="0.1766" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have an ABOUT topic linked in the LINK section in the help block" time="0.293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have a BEGIN, PROCESS and END block" time="0.1821" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should be an advanced function" time="0.1561" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should have an OUTPUTTYPE set" time="0.1191" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserLicense' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserLicense' should contain Write-Verbose blocks" time="0.1391" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="257.1195" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-TeamsExternalDNS' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a SYNOPSIS section in the help block" time="0.1513" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a DESCRIPTION section in the help block" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a EXAMPLE section in the help block" time="0.1466" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a NOTES section in the help block" time="0.1499" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a INPUTS section in the help block" time="0.1277" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a OUTPUTS section in the help block" time="0.1247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a COMPONENT section in the help block" time="0.1436" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a FUNCTIONALITY section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a LINK section in the help block" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have the HELP URL linked in the LINK section in the help block" time="0.1833" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have an ABOUT topic linked in the LINK section in the help block" time="0.1221" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have a BEGIN, PROCESS and END block" time="0.1616" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should be an advanced function" time="0.1481" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should have an OUTPUTTYPE set" time="0.1292" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsExternalDNS' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsExternalDNS' should contain Write-Verbose blocks" time="0.1315" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="260.087" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Assert-AzureADConnection' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a SYNOPSIS section in the help block" time="0.1361" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a DESCRIPTION section in the help block" time="0.1263" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a EXAMPLE section in the help block" time="0.2159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a NOTES section in the help block" time="0.2822" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a INPUTS section in the help block" time="0.1508" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a OUTPUTS section in the help block" time="0.14" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a COMPONENT section in the help block" time="0.2698" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a FUNCTIONALITY section in the help block" time="0.1307" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a LINK section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have the HELP URL linked in the LINK section in the help block" time="0.3749" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have an ABOUT topic linked in the LINK section in the help block" time="0.2666" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have a BEGIN, PROCESS and END block" time="0.213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should be an advanced function" time="0.1528" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should have an OUTPUTTYPE set" time="0.1098" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-AzureADConnection' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-AzureADConnection' should contain Write-Verbose blocks" time="0.1283" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="262.3357" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a SYNOPSIS section in the help block" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a DESCRIPTION section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a EXAMPLE section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a NOTES section in the help block" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a INPUTS section in the help block" time="0.2877" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a OUTPUTS section in the help block" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a COMPONENT section in the help block" time="0.1224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a FUNCTIONALITY section in the help block" time="0.1126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a LINK section in the help block" time="0.1128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have the HELP URL linked in the LINK section in the help block" time="0.1547" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have an ABOUT topic linked in the LINK section in the help block" time="0.1151" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have a BEGIN, PROCESS and END block" time="0.1871" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should be an advanced function" time="0.1562" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should have an OUTPUTTYPE set" time="0.1336" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-MicrosoftTeamsConnection' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-MicrosoftTeamsConnection' should contain Write-Verbose blocks" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="264.529" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-CurrentConnectionInfo' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a SYNOPSIS section in the help block" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a DESCRIPTION section in the help block" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a EXAMPLE section in the help block" time="0.2891" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a NOTES section in the help block" time="0.1273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a INPUTS section in the help block" time="0.1124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a OUTPUTS section in the help block" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a COMPONENT section in the help block" time="0.1113" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a FUNCTIONALITY section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a LINK section in the help block" time="0.1137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have the HELP URL linked in the LINK section in the help block" time="0.1546" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have an ABOUT topic linked in the LINK section in the help block" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have a BEGIN, PROCESS and END block" time="0.1659" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should be an advanced function" time="0.1414" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should have an OUTPUTTYPE set" time="0.121" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-CurrentConnectionInfo' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-CurrentConnectionInfo' should contain Write-Verbose blocks" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="266.8623" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-AzureADConnection' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a SYNOPSIS section in the help block" time="0.2782" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a DESCRIPTION section in the help block" time="0.1304" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a EXAMPLE section in the help block" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a NOTES section in the help block" time="0.1093" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a INPUTS section in the help block" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a OUTPUTS section in the help block" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a COMPONENT section in the help block" time="0.1175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a FUNCTIONALITY section in the help block" time="0.114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a LINK section in the help block" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have the HELP URL linked in the LINK section in the help block" time="0.1531" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have an ABOUT topic linked in the LINK section in the help block" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have a BEGIN, PROCESS and END block" time="0.1677" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should be an advanced function" time="0.1439" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should have an OUTPUTTYPE set" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureADConnection' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureADConnection' should contain Write-Verbose blocks" time="0.2726" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="269.2127" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-ExchangeOnlineConnection' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a SYNOPSIS section in the help block" time="0.1164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a DESCRIPTION section in the help block" time="0.121" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a EXAMPLE section in the help block" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a NOTES section in the help block" time="0.109" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a INPUTS section in the help block" time="0.1223" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a OUTPUTS section in the help block" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a COMPONENT section in the help block" time="0.1171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a FUNCTIONALITY section in the help block" time="0.1119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a LINK section in the help block" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have the HELP URL linked in the LINK section in the help block" time="0.152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have an ABOUT topic linked in the LINK section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have a BEGIN, PROCESS and END block" time="0.1559" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should be an advanced function" time="0.2928" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should have an OUTPUTTYPE set" time="0.2198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-ExchangeOnlineConnection' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-ExchangeOnlineConnection' should contain Write-Verbose blocks" time="0.1834" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="271.8407" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a SYNOPSIS section in the help block" time="0.1689" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a DESCRIPTION section in the help block" time="0.1402" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a EXAMPLE section in the help block" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a NOTES section in the help block" time="0.1415" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a INPUTS section in the help block" time="0.121" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a OUTPUTS section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a COMPONENT section in the help block" time="0.1171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a FUNCTIONALITY section in the help block" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a LINK section in the help block" time="0.1219" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have the HELP URL linked in the LINK section in the help block" time="0.151" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have an ABOUT topic linked in the LINK section in the help block" time="0.1292" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have a BEGIN, PROCESS and END block" time="0.3666" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should be an advanced function" time="0.2165" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should have an OUTPUTTYPE set" time="0.2018" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-MicrosoftTeamsConnection' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-MicrosoftTeamsConnection' should contain Write-Verbose blocks" time="0.1853" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="274.457" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-AzureAdGroup' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a SYNOPSIS section in the help block" time="0.1746" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a DESCRIPTION section in the help block" time="0.181" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a EXAMPLE section in the help block" time="0.1403" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a NOTES section in the help block" time="0.142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a INPUTS section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a OUTPUTS section in the help block" time="0.1745" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a COMPONENT section in the help block" time="0.1649" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a FUNCTIONALITY section in the help block" time="0.1563" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a LINK section in the help block" time="0.1547" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have the HELP URL linked in the LINK section in the help block" time="0.3391" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have an ABOUT topic linked in the LINK section in the help block" time="0.1069" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have a BEGIN, PROCESS and END block" time="0.1731" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should be an advanced function" time="0.1547" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should have an OUTPUTTYPE set" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdGroup' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdGroup' should contain Write-Verbose blocks" time="0.1241" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="276.9355" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-AzureAdUser' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a SYNOPSIS section in the help block" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a DESCRIPTION section in the help block" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a EXAMPLE section in the help block" time="0.1534" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a NOTES section in the help block" time="0.1652" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a INPUTS section in the help block" time="0.2134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a OUTPUTS section in the help block" time="0.1486" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a COMPONENT section in the help block" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a FUNCTIONALITY section in the help block" time="0.2819" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a LINK section in the help block" time="0.1274" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have the HELP URL linked in the LINK section in the help block" time="0.1672" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have an ABOUT topic linked in the LINK section in the help block" time="0.1465" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have a BEGIN, PROCESS and END block" time="0.1815" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should be an advanced function" time="0.133" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should have an OUTPUTTYPE set" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-AzureAdUser' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-AzureAdUser' should contain Write-Verbose blocks" time="0.1227" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="279.4217" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-TeamsResourceAccount' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a SYNOPSIS section in the help block" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a DESCRIPTION section in the help block" time="0.1133" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a EXAMPLE section in the help block" time="0.118" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a NOTES section in the help block" time="0.1162" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a INPUTS section in the help block" time="0.1146" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a OUTPUTS section in the help block" time="0.29" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a COMPONENT section in the help block" time="0.1419" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a FUNCTIONALITY section in the help block" time="0.2156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a LINK section in the help block" time="0.1515" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have the HELP URL linked in the LINK section in the help block" time="0.1618" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have an ABOUT topic linked in the LINK section in the help block" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have a BEGIN, PROCESS and END block" time="0.2346" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should be an advanced function" time="0.1765" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should have an OUTPUTTYPE set" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsResourceAccount' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsResourceAccount' should contain Write-Verbose blocks" time="0.1295" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="282.1416" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-TeamsUser' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a SYNOPSIS section in the help block" time="0.1281" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a DESCRIPTION section in the help block" time="0.1429" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a EXAMPLE section in the help block" time="0.1553" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a NOTES section in the help block" time="0.3329" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a INPUTS section in the help block" time="0.135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a OUTPUTS section in the help block" time="0.1288" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a COMPONENT section in the help block" time="0.1994" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a FUNCTIONALITY section in the help block" time="0.1472" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a LINK section in the help block" time="0.1384" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have the HELP URL linked in the LINK section in the help block" time="0.169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have an ABOUT topic linked in the LINK section in the help block" time="0.1671" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have a BEGIN, PROCESS and END block" time="0.2024" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should be an advanced function" time="0.2244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should have an OUTPUTTYPE set" time="0.1475" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUser' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUser' should contain Write-Verbose blocks" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="285.2097" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a SYNOPSIS section in the help block" time="0.2164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a DESCRIPTION section in the help block" time="0.3332" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a EXAMPLE section in the help block" time="0.176" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a NOTES section in the help block" time="0.121" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a INPUTS section in the help block" time="0.1306" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a OUTPUTS section in the help block" time="0.1369" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a COMPONENT section in the help block" time="0.2225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a FUNCTIONALITY section in the help block" time="0.1271" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a LINK section in the help block" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have the HELP URL linked in the LINK section in the help block" time="0.2083" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have an ABOUT topic linked in the LINK section in the help block" time="0.1248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have a BEGIN, PROCESS and END block" time="0.215" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should be an advanced function" time="0.2322" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should have an OUTPUTTYPE set" time="0.179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-TeamsUserForEnterpriseVoice' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-TeamsUserForEnterpriseVoice' should contain Write-Verbose blocks" time="0.1825" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="288.1183" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsCLI' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a SYNOPSIS section in the help block" time="0.1644" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a DESCRIPTION section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a EXAMPLE section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a NOTES section in the help block" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a INPUTS section in the help block" time="0.1249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a OUTPUTS section in the help block" time="0.152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a COMPONENT section in the help block" time="0.1809" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a FUNCTIONALITY section in the help block" time="0.1441" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a LINK section in the help block" time="0.1844" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have the HELP URL linked in the LINK section in the help block" time="0.1751" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have an ABOUT topic linked in the LINK section in the help block" time="0.134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have a BEGIN, PROCESS and END block" time="0.1626" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should be an advanced function" time="0.2073" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should have an OUTPUTTYPE set" time="0.4573" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCLI' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCLI' should contain Write-Verbose blocks" time="0.2682" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="290.6372" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsCP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a SYNOPSIS section in the help block" time="0.1468" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a DESCRIPTION section in the help block" time="0.1406" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a EXAMPLE section in the help block" time="0.1504" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a NOTES section in the help block" time="0.1418" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a INPUTS section in the help block" time="0.1546" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a OUTPUTS section in the help block" time="0.1296" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a COMPONENT section in the help block" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a FUNCTIONALITY section in the help block" time="0.1248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a LINK section in the help block" time="0.12" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have the HELP URL linked in the LINK section in the help block" time="0.1767" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have an ABOUT topic linked in the LINK section in the help block" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have a BEGIN, PROCESS and END block" time="0.3325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should be an advanced function" time="0.1395" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should have an OUTPUTTYPE set" time="0.1587" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCP' should contain Write-Verbose blocks" time="0.1734" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="293.5372" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsCPP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a SYNOPSIS section in the help block" time="0.157" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a DESCRIPTION section in the help block" time="0.137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a EXAMPLE section in the help block" time="0.235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a NOTES section in the help block" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a INPUTS section in the help block" time="0.1323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a OUTPUTS section in the help block" time="0.1916" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a COMPONENT section in the help block" time="0.234" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a FUNCTIONALITY section in the help block" time="0.2172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a LINK section in the help block" time="0.1332" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have the HELP URL linked in the LINK section in the help block" time="0.3767" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have an ABOUT topic linked in the LINK section in the help block" time="0.1562" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have a BEGIN, PROCESS and END block" time="0.1601" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should be an advanced function" time="0.1401" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should have an OUTPUTTYPE set" time="0.1328" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCPP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCPP' should contain Write-Verbose blocks" time="0.1309" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="296.2392" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsECP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a SYNOPSIS section in the help block" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a DESCRIPTION section in the help block" time="0.129" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a EXAMPLE section in the help block" time="0.1451" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a NOTES section in the help block" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a INPUTS section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a OUTPUTS section in the help block" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a COMPONENT section in the help block" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a FUNCTIONALITY section in the help block" time="0.1848" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a LINK section in the help block" time="0.3691" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have the HELP URL linked in the LINK section in the help block" time="0.2313" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have an ABOUT topic linked in the LINK section in the help block" time="0.1721" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have a BEGIN, PROCESS and END block" time="0.1802" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should be an advanced function" time="0.1668" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should have an OUTPUTTYPE set" time="0.1917" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECP' should contain Write-Verbose blocks" time="0.1371" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="298.6193" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsECRP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a SYNOPSIS section in the help block" time="0.1553" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a DESCRIPTION section in the help block" time="0.1458" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a EXAMPLE section in the help block" time="0.1324" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a NOTES section in the help block" time="0.1457" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a INPUTS section in the help block" time="0.1461" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a OUTPUTS section in the help block" time="0.1233" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a COMPONENT section in the help block" time="0.2956" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a FUNCTIONALITY section in the help block" time="0.1336" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a LINK section in the help block" time="0.1241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have the HELP URL linked in the LINK section in the help block" time="0.1692" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have an ABOUT topic linked in the LINK section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have a BEGIN, PROCESS and END block" time="0.1588" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should be an advanced function" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should have an OUTPUTTYPE set" time="0.1134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsECRP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsECRP' should contain Write-Verbose blocks" time="0.125" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="300.7786" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsIPP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a SYNOPSIS section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a DESCRIPTION section in the help block" time="0.1131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a EXAMPLE section in the help block" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a NOTES section in the help block" time="0.1149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a INPUTS section in the help block" time="0.2769" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a OUTPUTS section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a COMPONENT section in the help block" time="0.1221" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a FUNCTIONALITY section in the help block" time="0.1147" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a LINK section in the help block" time="0.1145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have the HELP URL linked in the LINK section in the help block" time="0.1509" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have an ABOUT topic linked in the LINK section in the help block" time="0.1111" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have a BEGIN, PROCESS and END block" time="0.1593" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should be an advanced function" time="0.1351" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should have an OUTPUTTYPE set" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsIPP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsIPP' should contain Write-Verbose blocks" time="0.1276" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="303.0572" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsMGW' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a SYNOPSIS section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a DESCRIPTION section in the help block" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a EXAMPLE section in the help block" time="0.2729" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a NOTES section in the help block" time="0.1374" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a INPUTS section in the help block" time="0.1131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a OUTPUTS section in the help block" time="0.1173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a COMPONENT section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a FUNCTIONALITY section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a LINK section in the help block" time="0.1174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have the HELP URL linked in the LINK section in the help block" time="0.1734" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have an ABOUT topic linked in the LINK section in the help block" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have a BEGIN, PROCESS and END block" time="0.166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should be an advanced function" time="0.1334" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should have an OUTPUTTYPE set" time="0.1491" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsMGW' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsMGW' should contain Write-Verbose blocks" time="0.1361" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="306.0271" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsOPU' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a SYNOPSIS section in the help block" time="0.2273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a DESCRIPTION section in the help block" time="0.287" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a EXAMPLE section in the help block" time="0.181" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a NOTES section in the help block" time="0.1234" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a INPUTS section in the help block" time="0.113" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a OUTPUTS section in the help block" time="0.114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a COMPONENT section in the help block" time="0.1664" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a FUNCTIONALITY section in the help block" time="0.1943" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a LINK section in the help block" time="0.1975" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have the HELP URL linked in the LINK section in the help block" time="0.162" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have an ABOUT topic linked in the LINK section in the help block" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have a BEGIN, PROCESS and END block" time="0.1528" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should be an advanced function" time="0.1403" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should have an OUTPUTTYPE set" time="0.279" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOPU' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOPU' should contain Write-Verbose blocks" time="0.1119" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="308.7564" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsOVP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a SYNOPSIS section in the help block" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a DESCRIPTION section in the help block" time="0.1141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a EXAMPLE section in the help block" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a NOTES section in the help block" time="0.1143" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a INPUTS section in the help block" time="0.1144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a OUTPUTS section in the help block" time="0.1368" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a COMPONENT section in the help block" time="0.167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a FUNCTIONALITY section in the help block" time="0.1579" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a LINK section in the help block" time="0.1319" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have the HELP URL linked in the LINK section in the help block" time="0.1535" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have an ABOUT topic linked in the LINK section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have a BEGIN, PROCESS and END block" time="0.1581" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should be an advanced function" time="0.576" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should have an OUTPUTTYPE set" time="0.1757" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVP' should contain Write-Verbose blocks" time="0.1851" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="311.4995" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsOVR' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a SYNOPSIS section in the help block" time="0.2087" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a DESCRIPTION section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a EXAMPLE section in the help block" time="0.1286" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a NOTES section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a INPUTS section in the help block" time="0.1542" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a OUTPUTS section in the help block" time="0.1647" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a COMPONENT section in the help block" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a FUNCTIONALITY section in the help block" time="0.1464" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a LINK section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have the HELP URL linked in the LINK section in the help block" time="0.1707" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have an ABOUT topic linked in the LINK section in the help block" time="0.2857" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have a BEGIN, PROCESS and END block" time="0.304" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should be an advanced function" time="0.2443" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should have an OUTPUTTYPE set" time="0.145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsOVR' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsOVR' should contain Write-Verbose blocks" time="0.1511" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="314.5272" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsPhoneNumber' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a SYNOPSIS section in the help block" time="0.1286" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a DESCRIPTION section in the help block" time="0.1654" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a EXAMPLE section in the help block" time="0.1549" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a NOTES section in the help block" time="0.1733" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a INPUTS section in the help block" time="0.1232" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a OUTPUTS section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a COMPONENT section in the help block" time="0.1654" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a FUNCTIONALITY section in the help block" time="0.2613" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a LINK section in the help block" time="0.3808" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have the HELP URL linked in the LINK section in the help block" time="0.2593" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have an ABOUT topic linked in the LINK section in the help block" time="0.1631" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have a BEGIN, PROCESS and END block" time="0.1874" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should be an advanced function" time="0.1985" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should have an OUTPUTTYPE set" time="0.2838" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsPhoneNumber' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsPhoneNumber' should contain Write-Verbose blocks" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="316.7813" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsTDP' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a SYNOPSIS section in the help block" time="0.1292" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a DESCRIPTION section in the help block" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a EXAMPLE section in the help block" time="0.1394" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a NOTES section in the help block" time="0.1585" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a INPUTS section in the help block" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a OUTPUTS section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a COMPONENT section in the help block" time="0.2769" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a FUNCTIONALITY section in the help block" time="0.1107" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a LINK section in the help block" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have the HELP URL linked in the LINK section in the help block" time="0.1538" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have an ABOUT topic linked in the LINK section in the help block" time="0.1134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have a BEGIN, PROCESS and END block" time="0.1478" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should be an advanced function" time="0.1459" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should have an OUTPUTTYPE set" time="0.1141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTDP' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTDP' should contain Write-Verbose blocks" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="319.4146" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsTelephoneNumber' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a SYNOPSIS section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a DESCRIPTION section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a EXAMPLE section in the help block" time="0.1296" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a NOTES section in the help block" time="0.1484" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a INPUTS section in the help block" time="0.3071" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a OUTPUTS section in the help block" time="0.1342" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a COMPONENT section in the help block" time="0.1541" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a FUNCTIONALITY section in the help block" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a LINK section in the help block" time="0.1342" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have the HELP URL linked in the LINK section in the help block" time="0.1787" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have an ABOUT topic linked in the LINK section in the help block" time="0.1887" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have a BEGIN, PROCESS and END block" time="0.1679" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should be an advanced function" time="0.2172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should have an OUTPUTTYPE set" time="0.1595" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTelephoneNumber' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTelephoneNumber' should contain Write-Verbose blocks" time="0.1822" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="321.966" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a SYNOPSIS section in the help block" time="0.1679" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a DESCRIPTION section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a EXAMPLE section in the help block" time="0.3119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a NOTES section in the help block" time="0.1545" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a INPUTS section in the help block" time="0.1244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a OUTPUTS section in the help block" time="0.1177" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a COMPONENT section in the help block" time="0.1294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a FUNCTIONALITY section in the help block" time="0.1479" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a LINK section in the help block" time="0.1258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have the HELP URL linked in the LINK section in the help block" time="0.2092" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have an ABOUT topic linked in the LINK section in the help block" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have a BEGIN, PROCESS and END block" time="0.173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should be an advanced function" time="0.1415" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should have an OUTPUTTYPE set" time="0.1295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Grant-TeamsEmergencyAddress' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Grant-TeamsEmergencyAddress' should contain Write-Verbose blocks" time="0.1871" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="324.5361" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsPhoneNumber' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a SYNOPSIS section in the help block" time="0.3242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a DESCRIPTION section in the help block" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a EXAMPLE section in the help block" time="0.1156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a NOTES section in the help block" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a INPUTS section in the help block" time="0.1395" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a OUTPUTS section in the help block" time="0.1408" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a COMPONENT section in the help block" time="0.1285" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a FUNCTIONALITY section in the help block" time="0.1355" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a LINK section in the help block" time="0.131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have the HELP URL linked in the LINK section in the help block" time="0.158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have an ABOUT topic linked in the LINK section in the help block" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have a BEGIN, PROCESS and END block" time="0.1843" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should be an advanced function" time="0.1588" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should have an OUTPUTTYPE set" time="0.1301" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsPhoneNumber' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsPhoneNumber' should contain Write-Verbose blocks" time="0.3068" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="326.9656" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsTeamChannel' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a SYNOPSIS section in the help block" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a DESCRIPTION section in the help block" time="0.1244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a EXAMPLE section in the help block" time="0.1335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a NOTES section in the help block" time="0.1385" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a INPUTS section in the help block" time="0.1382" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a OUTPUTS section in the help block" time="0.1361" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a COMPONENT section in the help block" time="0.1165" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a FUNCTIONALITY section in the help block" time="0.1289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a LINK section in the help block" time="0.1454" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have the HELP URL linked in the LINK section in the help block" time="0.1773" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have an ABOUT topic linked in the LINK section in the help block" time="0.1336" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have a BEGIN, PROCESS and END block" time="0.1731" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should be an advanced function" time="0.3272" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should have an OUTPUTTYPE set" time="0.1417" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTeamChannel' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTeamChannel' should contain Write-Verbose blocks" time="0.1377" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="329.3267" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsTenant' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a SYNOPSIS section in the help block" time="0.1549" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a DESCRIPTION section in the help block" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a EXAMPLE section in the help block" time="0.1327" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a NOTES section in the help block" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a INPUTS section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a OUTPUTS section in the help block" time="0.1299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a COMPONENT section in the help block" time="0.1302" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a FUNCTIONALITY section in the help block" time="0.1244" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a LINK section in the help block" time="0.1396" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have the HELP URL linked in the LINK section in the help block" time="0.1697" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have an ABOUT topic linked in the LINK section in the help block" time="0.1281" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have a BEGIN, PROCESS and END block" time="0.3335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should be an advanced function" time="0.1411" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should have an OUTPUTTYPE set" time="0.1302" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenant' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenant' should contain Write-Verbose blocks" time="0.1403" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="331.6183" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Disable-AzureAdAdminRole' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a SYNOPSIS section in the help block" time="0.1217" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a DESCRIPTION section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a EXAMPLE section in the help block" time="0.1366" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a NOTES section in the help block" time="0.1356" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a INPUTS section in the help block" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a OUTPUTS section in the help block" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a COMPONENT section in the help block" time="0.1375" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a FUNCTIONALITY section in the help block" time="0.1243" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a LINK section in the help block" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" time="0.321" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" time="0.1138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have a BEGIN, PROCESS and END block" time="0.167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should be an advanced function" time="0.1338" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should have an OUTPUTTYPE set" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-AzureAdAdminRole' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-AzureAdAdminRole' should contain Write-Verbose blocks" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="333.7609" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a SYNOPSIS section in the help block" time="0.1264" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a DESCRIPTION section in the help block" time="0.1154" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a EXAMPLE section in the help block" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a NOTES section in the help block" time="0.1101" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a INPUTS section in the help block" time="0.1151" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a OUTPUTS section in the help block" time="0.1135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a COMPONENT section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a FUNCTIONALITY section in the help block" time="0.2768" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a LINK section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" time="0.1462" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" time="0.1126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have a BEGIN, PROCESS and END block" time="0.1552" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should be an advanced function" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should have an OUTPUTTYPE set" time="0.1233" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Disable-MyAzureAdAdminRole' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Disable-MyAzureAdAdminRole' should contain Write-Verbose blocks" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="335.973" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Enable-AzureAdAdminRole' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a SYNOPSIS section in the help block" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a DESCRIPTION section in the help block" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a EXAMPLE section in the help block" time="0.1134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a NOTES section in the help block" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a INPUTS section in the help block" time="0.1182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a OUTPUTS section in the help block" time="0.2803" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a COMPONENT section in the help block" time="0.1101" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a FUNCTIONALITY section in the help block" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a LINK section in the help block" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" time="0.1528" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have a BEGIN, PROCESS and END block" time="0.1562" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should be an advanced function" time="0.145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should have an OUTPUTTYPE set" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-AzureAdAdminRole' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-AzureAdAdminRole' should contain Write-Verbose blocks" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="338.1411" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a SYNOPSIS section in the help block" time="0.1235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a DESCRIPTION section in the help block" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a EXAMPLE section in the help block" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a NOTES section in the help block" time="0.2774" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a INPUTS section in the help block" time="0.1291" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a OUTPUTS section in the help block" time="0.1112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a COMPONENT section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a FUNCTIONALITY section in the help block" time="0.1173" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a LINK section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" time="0.1515" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" time="0.1147" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have a BEGIN, PROCESS and END block" time="0.152" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should be an advanced function" time="0.1411" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should have an OUTPUTTYPE set" time="0.108" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Enable-MyAzureAdAdminRole' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Enable-MyAzureAdAdminRole' should contain Write-Verbose blocks" time="0.1165" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="340.3241" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-AzureAdAdminRole' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a SYNOPSIS section in the help block" time="0.1207" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a DESCRIPTION section in the help block" time="0.2722" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a EXAMPLE section in the help block" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a NOTES section in the help block" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a INPUTS section in the help block" time="0.1248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a OUTPUTS section in the help block" time="0.1223" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a COMPONENT section in the help block" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a FUNCTIONALITY section in the help block" time="0.1177" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a LINK section in the help block" time="0.1165" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" time="0.1503" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" time="0.1143" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have a BEGIN, PROCESS and END block" time="0.1576" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should be an advanced function" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should have an OUTPUTTYPE set" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-AzureAdAdminRole' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-AzureAdAdminRole' should contain Write-Verbose blocks" time="0.1253" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="342.6099" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-MyAzureAdAdminRole' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a SYNOPSIS section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a DESCRIPTION section in the help block" time="0.1145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a EXAMPLE section in the help block" time="0.1112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a NOTES section in the help block" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a INPUTS section in the help block" time="0.1124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a OUTPUTS section in the help block" time="0.112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a COMPONENT section in the help block" time="0.1227" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a FUNCTIONALITY section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a LINK section in the help block" time="0.1144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have the HELP URL linked in the LINK section in the help block" time="0.1502" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have an ABOUT topic linked in the LINK section in the help block" time="0.1116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have a BEGIN, PROCESS and END block" time="0.1596" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should be an advanced function" time="0.1398" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should have an OUTPUTTYPE set" time="0.272" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-MyAzureAdAdminRole' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-MyAzureAdAdminRole' should contain Write-Verbose blocks" time="0.1264" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="345.0409" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-AzureAdGroup' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a SYNOPSIS section in the help block" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a DESCRIPTION section in the help block" time="0.1137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a EXAMPLE section in the help block" time="0.1091" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a NOTES section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a INPUTS section in the help block" time="0.1806" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a OUTPUTS section in the help block" time="0.1748" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a COMPONENT section in the help block" time="0.1172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a FUNCTIONALITY section in the help block" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a LINK section in the help block" time="0.1469" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have the HELP URL linked in the LINK section in the help block" time="0.1623" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have an ABOUT topic linked in the LINK section in the help block" time="0.114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have a BEGIN, PROCESS and END block" time="0.4218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should be an advanced function" time="0.148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should have an OUTPUTTYPE set" time="0.1138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdGroup' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdGroup' should contain Write-Verbose blocks" time="0.1173" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="347.2421" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-AzureAdUser' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a SYNOPSIS section in the help block" time="0.1134" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a DESCRIPTION section in the help block" time="0.1274" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a EXAMPLE section in the help block" time="0.1156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a NOTES section in the help block" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a INPUTS section in the help block" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a OUTPUTS section in the help block" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a COMPONENT section in the help block" time="0.1163" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a FUNCTIONALITY section in the help block" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a LINK section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have the HELP URL linked in the LINK section in the help block" time="0.1669" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have an ABOUT topic linked in the LINK section in the help block" time="0.2756" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have a BEGIN, PROCESS and END block" time="0.1755" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should be an advanced function" time="0.1347" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should have an OUTPUTTYPE set" time="0.1103" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-AzureAdUser' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-AzureAdUser' should contain Write-Verbose blocks" time="0.1152" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="349.431" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Assert-TeamsCallableEntity' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a SYNOPSIS section in the help block" time="0.1278" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a DESCRIPTION section in the help block" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a EXAMPLE section in the help block" time="0.1181" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a NOTES section in the help block" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a INPUTS section in the help block" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a OUTPUTS section in the help block" time="0.1149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a COMPONENT section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a LINK section in the help block" time="0.2855" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" time="0.1675" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" time="0.1509" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should be an advanced function" time="0.145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should have an OUTPUTTYPE set" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsCallableEntity' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsCallableEntity' should contain Write-Verbose blocks" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="351.7043" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-TeamsCallableEntity' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a SYNOPSIS section in the help block" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a DESCRIPTION section in the help block" time="0.1111" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a EXAMPLE section in the help block" time="0.1209" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a NOTES section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a INPUTS section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a OUTPUTS section in the help block" time="0.1257" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a COMPONENT section in the help block" time="0.2846" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" time="0.1446" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a LINK section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" time="0.1766" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" time="0.1702" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should be an advanced function" time="0.1366" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should have an OUTPUTTYPE set" time="0.1078" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsCallableEntity' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsCallableEntity' should contain Write-Verbose blocks" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="353.8787" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsCallableEntity' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a SYNOPSIS section in the help block" time="0.1182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a DESCRIPTION section in the help block" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a EXAMPLE section in the help block" time="0.1219" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a NOTES section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a INPUTS section in the help block" time="0.2729" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a OUTPUTS section in the help block" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a COMPONENT section in the help block" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" time="0.1146" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a LINK section in the help block" time="0.1176" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" time="0.1586" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" time="0.1137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" time="0.1544" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should be an advanced function" time="0.1319" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should have an OUTPUTTYPE set" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCallableEntity' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCallableEntity' should contain Write-Verbose blocks" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="356.0608" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsCallableEntity' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a SYNOPSIS section in the help block" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a DESCRIPTION section in the help block" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a EXAMPLE section in the help block" time="0.2768" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a NOTES section in the help block" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a INPUTS section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a OUTPUTS section in the help block" time="0.1182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a COMPONENT section in the help block" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a FUNCTIONALITY section in the help block" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a LINK section in the help block" time="0.1147" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have the HELP URL linked in the LINK section in the help block" time="0.1597" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have an ABOUT topic linked in the LINK section in the help block" time="0.1157" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have a BEGIN, PROCESS and END block" time="0.1581" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should be an advanced function" time="0.1351" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should have an OUTPUTTYPE set" time="0.1144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCallableEntity' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCallableEntity' should contain Write-Verbose blocks" time="0.1305" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="358.4613" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" time="0.2823" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" time="0.1363" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" time="0.1215" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a NOTES section in the help block" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a INPUTS section in the help block" time="0.1154" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" time="0.1247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" time="0.118" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" time="0.1268" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a LINK section in the help block" time="0.126" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" time="0.1574" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" time="0.1573" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should be an advanced function" time="0.1337" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsCommonAreaPhone' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsCommonAreaPhone' should contain Write-Verbose blocks" time="0.2772" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="360.6775" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a NOTES section in the help block" time="0.1194" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a INPUTS section in the help block" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" time="0.1296" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" time="0.1278" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a LINK section in the help block" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" time="0.1514" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" time="0.159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should be an advanced function" time="0.303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" time="0.1247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsCommonAreaPhone' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsCommonAreaPhone' should contain Write-Verbose blocks" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="362.8503" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" time="0.1194" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a NOTES section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a INPUTS section in the help block" time="0.1263" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" time="0.1156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" time="0.1261" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a LINK section in the help block" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" time="0.1554" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" time="0.1099" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" time="0.321" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should be an advanced function" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" time="0.1154" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsCommonAreaPhone' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsCommonAreaPhone' should contain Write-Verbose blocks" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="365.3602" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a SYNOPSIS section in the help block" time="0.1227" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a DESCRIPTION section in the help block" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a EXAMPLE section in the help block" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a NOTES section in the help block" time="0.133" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a INPUTS section in the help block" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a OUTPUTS section in the help block" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a COMPONENT section in the help block" time="0.1845" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a FUNCTIONALITY section in the help block" time="0.1355" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a LINK section in the help block" time="0.1164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have the HELP URL linked in the LINK section in the help block" time="0.4857" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have an ABOUT topic linked in the LINK section in the help block" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have a BEGIN, PROCESS and END block" time="0.1839" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should be an advanced function" time="0.1614" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should have an OUTPUTTYPE set" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsCommonAreaPhone' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsCommonAreaPhone' should contain Write-Verbose blocks" time="0.1203" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="367.7701" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.1705" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.1682" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1757" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.1827" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.2838" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1632" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1118" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1521" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should be an advanced function" time="0.1331" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.1162" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Assert-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Assert-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1281" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="370.0288" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.2749" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.1355" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.1334" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1633" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should be an advanced function" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.1209" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1233" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="372.2512" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.1345" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.2697" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1283" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1589" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1572" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should be an advanced function" time="0.1357" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="374.4213" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.1318" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.2697" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.1148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1225" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.1097" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.1157" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1265" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.1159" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1509" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1581" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should be an advanced function" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.1302" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="376.7997" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.1326" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.1121" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.1165" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.1172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1572" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1582" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should be an advanced function" time="0.1449" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.2755" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1398" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="379.0038" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a SYNOPSIS section in the help block" time="0.1321" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a DESCRIPTION section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a EXAMPLE section in the help block" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a NOTES section in the help block" time="0.1209" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a INPUTS section in the help block" time="0.1188" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a OUTPUTS section in the help block" time="0.115" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a COMPONENT section in the help block" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a FUNCTIONALITY section in the help block" time="0.116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a LINK section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have the HELP URL linked in the LINK section in the help block" time="0.1584" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have an ABOUT topic linked in the LINK section in the help block" time="0.1108" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have a BEGIN, PROCESS and END block" time="0.3273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should be an advanced function" time="0.1425" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should have an OUTPUTTYPE set" time="0.1233" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserEmergencyConfiguration' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserEmergencyConfiguration' should contain Write-Verbose blocks" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="381.3248" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.1276" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1721" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.1179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1749" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.2706" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should be an advanced function" time="0.1537" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.1224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Set-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Set-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1286" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="383.5722" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a SYNOPSIS section in the help block" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a DESCRIPTION section in the help block" time="0.1373" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a EXAMPLE section in the help block" time="0.1354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a NOTES section in the help block" time="0.1278" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a INPUTS section in the help block" time="0.1295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a OUTPUTS section in the help block" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a COMPONENT section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1143" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a LINK section in the help block" time="0.2739" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.1689" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1177" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1645" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should be an advanced function" time="0.1351" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should have an OUTPUTTYPE set" time="0.1117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Test-TeamsUserVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Test-TeamsUserVoiceConfig' should contain Write-Verbose blocks" time="0.1297" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="385.831" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a SYNOPSIS section in the help block" time="0.1206" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a DESCRIPTION section in the help block" time="0.142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a EXAMPLE section in the help block" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a NOTES section in the help block" time="0.1294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a INPUTS section in the help block" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a OUTPUTS section in the help block" time="0.119" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a COMPONENT section in the help block" time="0.2773" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a FUNCTIONALITY section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a LINK section in the help block" time="0.1272" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have the HELP URL linked in the LINK section in the help block" time="0.1713" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have an ABOUT topic linked in the LINK section in the help block" time="0.1273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have a BEGIN, PROCESS and END block" time="0.1548" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should be an advanced function" time="0.1341" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should have an OUTPUTTYPE set" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsEmergencyCallRoute' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsEmergencyCallRoute' should contain Write-Verbose blocks" time="0.1271" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="388.0562" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a SYNOPSIS section in the help block" time="0.1292" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a DESCRIPTION section in the help block" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a EXAMPLE section in the help block" time="0.1266" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a NOTES section in the help block" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a INPUTS section in the help block" time="0.2722" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a OUTPUTS section in the help block" time="0.1217" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a COMPONENT section in the help block" time="0.1288" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a FUNCTIONALITY section in the help block" time="0.1275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a LINK section in the help block" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have the HELP URL linked in the LINK section in the help block" time="0.1653" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have an ABOUT topic linked in the LINK section in the help block" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have a BEGIN, PROCESS and END block" time="0.1534" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should be an advanced function" time="0.1461" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should have an OUTPUTTYPE set" time="0.1166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Find-TeamsUserVoiceRoute' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Find-TeamsUserVoiceRoute' should contain Write-Verbose blocks" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="390.2892" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a SYNOPSIS section in the help block" time="0.1281" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a DESCRIPTION section in the help block" time="0.1281" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a EXAMPLE section in the help block" time="0.2775" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a NOTES section in the help block" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a INPUTS section in the help block" time="0.1234" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a OUTPUTS section in the help block" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a COMPONENT section in the help block" time="0.1251" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a FUNCTIONALITY section in the help block" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a LINK section in the help block" time="0.1135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have the HELP URL linked in the LINK section in the help block" time="0.171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have an ABOUT topic linked in the LINK section in the help block" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have a BEGIN, PROCESS and END block" time="0.1517" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should be an advanced function" time="0.1422" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should have an OUTPUTTYPE set" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsTenantVoiceConfig' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsTenantVoiceConfig' should contain Write-Verbose blocks" time="0.1286" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="392.5922" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a SYNOPSIS section in the help block" time="0.2745" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a DESCRIPTION section in the help block" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a EXAMPLE section in the help block" time="0.1155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a NOTES section in the help block" time="0.1178" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a INPUTS section in the help block" time="0.1074" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a OUTPUTS section in the help block" time="0.1135" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a COMPONENT section in the help block" time="0.1215" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a FUNCTIONALITY section in the help block" time="0.1142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a LINK section in the help block" time="0.1219" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have the HELP URL linked in the LINK section in the help block" time="0.1557" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have an ABOUT topic linked in the LINK section in the help block" time="0.114" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have a BEGIN, PROCESS and END block" time="0.1508" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should be an advanced function" time="0.1368" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should have an OUTPUTTYPE set" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceNormalizationRule' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceNormalizationRule' should contain Write-Verbose blocks" time="0.2801" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="394.7815" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a SYNOPSIS section in the help block" time="0.1201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a DESCRIPTION section in the help block" time="0.112" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a EXAMPLE section in the help block" time="0.1176" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a NOTES section in the help block" time="0.1143" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a INPUTS section in the help block" time="0.1132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a OUTPUTS section in the help block" time="0.1175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a COMPONENT section in the help block" time="0.1217" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a FUNCTIONALITY section in the help block" time="0.1175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a LINK section in the help block" time="0.1326" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have the HELP URL linked in the LINK section in the help block" time="0.1538" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have an ABOUT topic linked in the LINK section in the help block" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have a BEGIN, PROCESS and END block" time="0.1557" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should be an advanced function" time="0.2951" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should have an OUTPUTTYPE set" time="0.1221" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Get-TeamsVoiceRoutingChain' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Get-TeamsVoiceRoutingChain' should contain Write-Verbose blocks" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="397.028" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a SYNOPSIS section in the help block" time="0.1171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a DESCRIPTION section in the help block" time="0.1243" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a EXAMPLE section in the help block" time="0.1146" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a NOTES section in the help block" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a INPUTS section in the help block" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a OUTPUTS section in the help block" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a COMPONENT section in the help block" time="0.1288" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a FUNCTIONALITY section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a LINK section in the help block" time="0.1324" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have the HELP URL linked in the LINK section in the help block" time="0.1532" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have an ABOUT topic linked in the LINK section in the help block" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have a BEGIN, PROCESS and END block" time="0.3221" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should be an advanced function" time="0.1436" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should have an OUTPUTTYPE set" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'New-TeamsVoiceRoutingChain' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'New-TeamsVoiceRoutingChain' should contain Write-Verbose blocks" time="0.1304" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="399.1623" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a SYNOPSIS section in the help block" time="0.1147" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a DESCRIPTION section in the help block" time="0.1136" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a EXAMPLE section in the help block" time="0.1133" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a NOTES section in the help block" time="0.1154" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a INPUTS section in the help block" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a OUTPUTS section in the help block" time="0.1177" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a COMPONENT section in the help block" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a FUNCTIONALITY section in the help block" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a LINK section in the help block" time="0.1175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have the HELP URL linked in the LINK section in the help block" time="0.2985" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have an ABOUT topic linked in the LINK section in the help block" time="0.1207" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have a BEGIN, PROCESS and END block" time="0.1587" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should be an advanced function" time="0.1353" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should have an OUTPUTTYPE set" time="0.1145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceNormalizationRule' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceNormalizationRule' should contain Write-Verbose blocks" time="0.1247" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions" executed="True" result="Success" success="True" time="401.3497" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Functions">
                <results>
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a SYNOPSIS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a SYNOPSIS section in the help block" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a DESCRIPTION section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a DESCRIPTION section in the help block" time="0.1144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a EXAMPLE section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a EXAMPLE section in the help block" time="0.1145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a NOTES section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a NOTES section in the help block" time="0.1164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a INPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a INPUTS section in the help block" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a OUTPUTS section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a OUTPUTS section in the help block" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a COMPONENT section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a COMPONENT section in the help block" time="0.117" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a FUNCTIONALITY section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a FUNCTIONALITY section in the help block" time="0.2829" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a LINK section in the help block" time="0.1248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have the HELP URL linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have the HELP URL linked in the LINK section in the help block" time="0.1495" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have an ABOUT topic linked in the LINK section in the help block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have an ABOUT topic linked in the LINK section in the help block" time="0.1146" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have a BEGIN, PROCESS and END block" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have a BEGIN, PROCESS and END block" time="0.1579" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should be an advanced function" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should be an advanced function" time="0.1383" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should have an OUTPUTTYPE set" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should have an OUTPUTTYPE set" time="0.1125" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="'Remove-TeamsVoiceRoutingChain' should contain Write-Verbose blocks" name="TeamsFunctions Module Tests.Testing Module PUBLIC Functions.'Remove-TeamsVoiceRoutingChain' should contain Write-Verbose blocks" time="0.1253" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="401.636" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_Licensing.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_Licensing.md' should NOT have empty documentation in the MD file" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="401.865" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_Supporting_Functions.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_Supporting_Functions.md' should NOT have empty documentation in the MD file" time="0.1239" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="402.0981" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsAnalogDevices.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsAnalogDevices.md' should NOT have empty documentation in the MD file" time="0.1322" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="402.4913" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" time="0.1125" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="402.7095" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsCallableEntity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsCallableEntity.md' should NOT have empty documentation in the MD file" time="0.1162" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="402.9319" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsCallQueue.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsCallQueue.md' should NOT have empty documentation in the MD file" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="403.165" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="403.3956" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsFunctions.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsFunctions.md' should NOT have empty documentation in the MD file" time="0.1182" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="403.6158" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsFunctionsAliases.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsFunctionsAliases.md' should NOT have empty documentation in the MD file" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="403.8314" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.1182" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="404.0612" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_TeamsSession.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_TeamsSession.md' should NOT have empty documentation in the MD file" time="0.1248" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="404.4658" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_Unmanaged.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_Unmanaged.md' should NOT have empty documentation in the MD file" time="0.1395" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="404.686" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_UserManagement.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_UserManagement.md' should NOT have empty documentation in the MD file" time="0.1142" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="404.9076" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\about_VoiceConfiguration.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\about_VoiceConfiguration.md' should NOT have empty documentation in the MD file" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="405.1312" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Assert-AzureADConnection.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Assert-AzureADConnection.md' should NOT have empty documentation in the MD file" time="0.1229" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="405.363" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Assert-MicrosoftTeamsConnection.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Assert-MicrosoftTeamsConnection.md' should NOT have empty documentation in the MD file" time="0.1184" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="405.6063" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Assert-Module.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Assert-Module.md' should NOT have empty documentation in the MD file" time="0.1371" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="405.8343" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Assert-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Assert-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="406.2207" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Assert-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Assert-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="406.4662" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Backup-TeamsEV.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Backup-TeamsEV.md' should NOT have empty documentation in the MD file" time="0.1347" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="406.6929" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Backup-TeamsTenant.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Backup-TeamsTenant.md' should NOT have empty documentation in the MD file" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="406.9212" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Connect-Me.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Connect-Me.md' should NOT have empty documentation in the MD file" time="0.1257" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="407.1448" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Disable-AzureAdAdminRole.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Disable-AzureAdAdminRole.md' should NOT have empty documentation in the MD file" time="0.1123" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="407.3772" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Disable-MyAzureAdAdminRole.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Disable-MyAzureAdAdminRole.md' should NOT have empty documentation in the MD file" time="0.1277" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="407.5941" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Disconnect-Me.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Disconnect-Me.md' should NOT have empty documentation in the MD file" time="0.1191" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="407.8273" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Enable-AzureAdAdminRole.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Enable-AzureAdAdminRole.md' should NOT have empty documentation in the MD file" time="0.12" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="408.2052" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Enable-MyAzureAdAdminRole.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Enable-MyAzureAdAdminRole.md' should NOT have empty documentation in the MD file" time="0.2815" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="408.4547" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Enable-TeamsUserForEnterpriseVoice.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Enable-TeamsUserForEnterpriseVoice.md' should NOT have empty documentation in the MD file" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="408.6763" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-AzureAdGroup.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-AzureAdGroup.md' should NOT have empty documentation in the MD file" time="0.1169" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="408.8999" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-AzureAdUser.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-AzureAdUser.md' should NOT have empty documentation in the MD file" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="409.1257" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" time="0.1196" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="409.3526" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsEmergencyCallRoute.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsEmergencyCallRoute.md' should NOT have empty documentation in the MD file" time="0.1199" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="409.5869" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.1298" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="409.8239" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1306" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="410.2123" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsUserVoiceRoute.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Find-TeamsUserVoiceRoute.md' should NOT have empty documentation in the MD file" time="0.2753" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="410.428" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Format-StringForUse.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Format-StringForUse.md' should NOT have empty documentation in the MD file" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="410.6609" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Format-StringRemoveSpecialCharacter.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Format-StringRemoveSpecialCharacter.md' should NOT have empty documentation in the MD file" time="0.1288" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="410.8882" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdAdminRole.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdAdminRole.md' should NOT have empty documentation in the MD file" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="411.1082" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdLicense.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdLicense.md' should NOT have empty documentation in the MD file" time="0.1174" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="411.327" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdLicenseServicePlan.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdLicenseServicePlan.md' should NOT have empty documentation in the MD file" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="411.5497" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdUserLicense.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdUserLicense.md' should NOT have empty documentation in the MD file" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="411.7856" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdUserLicenseServicePlan.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-AzureAdUserLicenseServicePlan.md' should NOT have empty documentation in the MD file" time="0.1205" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="412.19" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-CurrentConnectionInfo.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-CurrentConnectionInfo.md' should NOT have empty documentation in the MD file" time="0.118" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="412.4299" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-ISO3166Country.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-ISO3166Country.md' should NOT have empty documentation in the MD file" time="0.1307" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="412.6678" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-MyAzureAdAdminRole.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-MyAzureAdAdminRole.md' should NOT have empty documentation in the MD file" time="0.124" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="412.9114" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-PublicHolidayCountry.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-PublicHolidayCountry.md' should NOT have empty documentation in the MD file" time="0.1276" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="413.1646" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-PublicHolidayList.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-PublicHolidayList.md' should NOT have empty documentation in the MD file" time="0.1242" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="413.3991" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-RegionFromCountryCode.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-RegionFromCountryCode.md' should NOT have empty documentation in the MD file" time="0.1272" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="413.6255" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" time="0.1206" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="413.8568" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsAutoAttendantAudioFile.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsAutoAttendantAudioFile.md' should NOT have empty documentation in the MD file" time="0.1296" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="414.2563" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsAutoAttendantSchedule.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsAutoAttendantSchedule.md' should NOT have empty documentation in the MD file" time="0.1411" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="414.4803" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="414.6967" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCallQueue.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCallQueue.md' should NOT have empty documentation in the MD file" time="0.1161" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="414.9248" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCLI.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCLI.md' should NOT have empty documentation in the MD file" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="415.1694" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" time="0.1392" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="415.3923" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCP.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsCP.md' should NOT have empty documentation in the MD file" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="415.6188" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsECP.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsECP.md' should NOT have empty documentation in the MD file" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="416.0081" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsECRP.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsECRP.md' should NOT have empty documentation in the MD file" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="416.2683" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsIPP.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsIPP.md' should NOT have empty documentation in the MD file" time="0.1569" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="416.4873" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsMGW.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsMGW.md' should NOT have empty documentation in the MD file" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="416.7078" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsObjectType.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsObjectType.md' should NOT have empty documentation in the MD file" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="416.9473" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsOPU.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsOPU.md' should NOT have empty documentation in the MD file" time="0.1271" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="417.1729" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsOVP.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsOVP.md' should NOT have empty documentation in the MD file" time="0.1187" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="417.4055" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsOVR.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsOVR.md' should NOT have empty documentation in the MD file" time="0.1228" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="417.633" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsPhoneNumber.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsPhoneNumber.md' should NOT have empty documentation in the MD file" time="0.1221" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="418.0192" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.2803" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="418.2664" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsResourceAccountAssociation.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsResourceAccountAssociation.md' should NOT have empty documentation in the MD file" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="418.499" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsResourceAccountLineIdentity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsResourceAccountLineIdentity.md' should NOT have empty documentation in the MD file" time="0.1211" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="418.7206" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTDP.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTDP.md' should NOT have empty documentation in the MD file" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="418.9397" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTeamChannel.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTeamChannel.md' should NOT have empty documentation in the MD file" time="0.1193" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="419.1719" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTelephoneNumber.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTelephoneNumber.md' should NOT have empty documentation in the MD file" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="419.4048" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTenant.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTenant.md' should NOT have empty documentation in the MD file" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="419.6312" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTenantLicense.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTenantLicense.md' should NOT have empty documentation in the MD file" time="0.1194" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="420.0255" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTenantVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsTenantVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.274" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="420.2536" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsUserLicense.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsUserLicense.md' should NOT have empty documentation in the MD file" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="420.4923" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsUserLicenseServicePlan.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsUserLicenseServicePlan.md' should NOT have empty documentation in the MD file" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="420.7161" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1185" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="420.9383" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsVoiceNormalizationRule.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsVoiceNormalizationRule.md' should NOT have empty documentation in the MD file" time="0.1177" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="421.1684" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsVoiceRoutingChain.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Get-TeamsVoiceRoutingChain.md' should NOT have empty documentation in the MD file" time="0.1231" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="421.4103" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Grant-TeamsEmergencyAddress.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Grant-TeamsEmergencyAddress.md' should NOT have empty documentation in the MD file" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="421.6434" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Import-TeamsAudioFile.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Import-TeamsAudioFile.md' should NOT have empty documentation in the MD file" time="0.1292" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="422.042" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-AzureAdLicenseObject.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-AzureAdLicenseObject.md' should NOT have empty documentation in the MD file" time="0.1153" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="422.2708" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" time="0.1261" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="422.5015" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantCallFlow.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantCallFlow.md' should NOT have empty documentation in the MD file" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="422.732" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantDialScope.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantDialScope.md' should NOT have empty documentation in the MD file" time="0.1246" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="422.9531" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantMenu.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantMenu.md' should NOT have empty documentation in the MD file" time="0.1216" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="423.1761" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantMenuOption.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantMenuOption.md' should NOT have empty documentation in the MD file" time="0.1207" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="423.4129" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantPrompt.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantPrompt.md' should NOT have empty documentation in the MD file" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="423.6469" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantSchedule.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsAutoAttendantSchedule.md' should NOT have empty documentation in the MD file" time="0.1207" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="424.0521" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsCallableEntity.md' should NOT have empty documentation in the MD file" time="0.1442" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="424.2852" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsCallQueue.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsCallQueue.md' should NOT have empty documentation in the MD file" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="424.593" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" time="0.1747" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="424.8433" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsHolidaySchedule.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsHolidaySchedule.md' should NOT have empty documentation in the MD file" time="0.132" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="425.316" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.2979" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="425.5626" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsResourceAccountAssociation.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsResourceAccountAssociation.md' should NOT have empty documentation in the MD file" time="0.1355" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="425.7967" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsResourceAccountLineIdentity.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsResourceAccountLineIdentity.md' should NOT have empty documentation in the MD file" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="426.184" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="426.4481" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\New-TeamsVoiceRoutingChain.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\New-TeamsVoiceRoutingChain.md' should NOT have empty documentation in the MD file" time="0.1467" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="426.7103" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsAutoAttendant.md' should NOT have empty documentation in the MD file" time="0.1451" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="427.0244" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsCallQueue.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsCallQueue.md' should NOT have empty documentation in the MD file" time="0.1629" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="427.359" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" time="0.1995" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="427.5834" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.1138" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="427.8196" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsResourceAccountAssociation.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsResourceAccountAssociation.md' should NOT have empty documentation in the MD file" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="428.0538" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1332" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="428.4409" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsVoiceNormalizationRule.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsVoiceNormalizationRule.md' should NOT have empty documentation in the MD file" time="0.2816" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="428.681" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsVoiceRoutingChain.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Remove-TeamsVoiceRoutingChain.md' should NOT have empty documentation in the MD file" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="428.9092" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Restore-TeamsEV.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Restore-TeamsEV.md' should NOT have empty documentation in the MD file" time="0.1192" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="429.1415" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-AzureAdUserLicenseServicePlan.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-AzureAdUserLicenseServicePlan.md' should NOT have empty documentation in the MD file" time="0.1245" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="429.3755" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsCallQueue.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsCallQueue.md' should NOT have empty documentation in the MD file" time="0.1269" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="429.6043" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsCommonAreaPhone.md' should NOT have empty documentation in the MD file" time="0.123" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="429.8343" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsPhoneNumber.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsPhoneNumber.md' should NOT have empty documentation in the MD file" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="430.0776" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.1274" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="430.49" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsUserEmergencyConfiguration.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsUserEmergencyConfiguration.md' should NOT have empty documentation in the MD file" time="0.2881" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="430.7097" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsUserLicense.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsUserLicense.md' should NOT have empty documentation in the MD file" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="430.9472" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Set-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1317" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="431.1781" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-AzureADConnection.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-AzureADConnection.md' should NOT have empty documentation in the MD file" time="0.128" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="431.3994" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-AzureAdGroup.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-AzureAdGroup.md' should NOT have empty documentation in the MD file" time="0.1154" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="431.6276" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-AzureAdLicenseContainsServicePlan.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-AzureAdLicenseContainsServicePlan.md' should NOT have empty documentation in the MD file" time="0.1224" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="431.8539" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-AzureAdUser.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-AzureAdUser.md' should NOT have empty documentation in the MD file" time="0.122" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="432.0894" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-ExchangeOnlineConnection.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-ExchangeOnlineConnection.md' should NOT have empty documentation in the MD file" time="0.1204" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="432.503" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-MicrosoftTeamsConnection.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-MicrosoftTeamsConnection.md' should NOT have empty documentation in the MD file" time="0.1202" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="432.7206" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsExternalDNS.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsExternalDNS.md' should NOT have empty documentation in the MD file" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="432.9453" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsResourceAccount.md' should NOT have empty documentation in the MD file" time="0.1197" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="433.1762" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUser.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUser.md' should NOT have empty documentation in the MD file" time="0.1208" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="433.4173" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUserHasCallPlan.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUserHasCallPlan.md' should NOT have empty documentation in the MD file" time="0.1226" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="433.6429" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUserLicense.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUserLicense.md' should NOT have empty documentation in the MD file" time="0.1189" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="433.8629" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Test-TeamsUserVoiceConfig.md' should NOT have empty documentation in the MD file" time="0.1203" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="434.0993" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Write-BetterProgress.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Write-BetterProgress.md' should NOT have empty documentation in the MD file" time="0.1327" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation" executed="True" result="Success" success="True" time="434.5017" asserts="0" description="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation">
                <results>
                  <test-case description="'D:\Code\Personal\TeamsFunctions\docs\Write-TFErrorLog.md' should NOT have empty documentation in the MD file" name="TeamsFunctions Module Tests.Testing Module PUBLIC Documentation.'D:\Code\Personal\TeamsFunctions\docs\Write-TFErrorLog.md' should NOT have empty documentation in the MD file" time="0.135" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\packages\templates\New-Function.Tests.ps1" executed="True" result="Success" success="True" time="1.6809" asserts="0" description="D:\Code\Personal\TeamsFunctions\packages\templates\New-Function.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'New-Function'" executed="True" result="Success" success="True" time="1.0346" asserts="0" description="Function 'New-Function'">
            <results>
              <test-suite type="TestFixture" name="Function 'New-Function'.Failure execution" executed="True" result="Success" success="True" time="0.3671" asserts="0" description="Function 'New-Function'.Failure execution">
                <results>
                  <test-case description="should reach a bad state" name="Function 'New-Function'.Failure execution.should reach a bad state" time="0.1249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should reach another bad state" name="Function 'New-Function'.Failure execution.should reach another bad state" time="0.1279" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'New-Function'.Normal execution" executed="True" result="Success" success="True" time="0.7667" asserts="0" description="Function 'New-Function'.Normal execution">
                <results>
                  <test-case description="should reach a good state" name="Function 'New-Function'.Normal execution.should reach a good state" time="0.1319" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should reach another good state" name="Function 'New-Function'.Normal execution.should reach another good state" time="0.1303" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Get-ParentDirectoryPath.Tests.ps1" executed="True" result="Success" success="True" time="1.3618" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Get-ParentDirectoryPath.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Get-ParentDirectoryPath'" executed="True" result="Success" success="True" time="1.0526" asserts="0" description="Function 'Get-ParentDirectoryPath'">
            <results>
              <test-case description="should return the correct Parent Directory Path given a DirectoryName" name="Function 'Get-ParentDirectoryPath'.should return the correct Parent Directory Path given a DirectoryName" time="0.161" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should return the correct Parent Directory Path" name="Function 'Get-ParentDirectoryPath'.should return the correct Parent Directory Path" time="0.1821" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should throw an Error if not found" name="Function 'Get-ParentDirectoryPath'.should throw an Error if not found" time="0.1462" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should throw an Error if not found" name="Function 'Get-ParentDirectoryPath'.should throw an Error if not found" time="0.2909" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should throw an Error if it cannot split the path" name="Function 'Get-ParentDirectoryPath'.should throw an Error if it cannot split the path" time="0.15" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Get-RandomQuote.Tests.ps1" executed="True" result="Success" success="True" time="0.6655" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Get-RandomQuote.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Get-ParentDirectoryPath'" executed="True" result="Success" success="True" time="0.3793" asserts="0" description="Function 'Get-ParentDirectoryPath'">
            <results>
              <test-case description="should return a string" name="Function 'Get-ParentDirectoryPath'.should return a string" time="0.1328" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should not return nothing" name="Function 'Get-ParentDirectoryPath'.should not return nothing" time="0.1349" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Get-TeamAndChannel.Tests.ps1" executed="True" result="Success" success="True" time="5.5769" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Get-TeamAndChannel.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Get-TeamAndChannel'" executed="True" result="Success" success="True" time="4.7158" asserts="0" description="Function 'Get-TeamAndChannel'">
            <results>
              <test-suite type="TestFixture" name="Function 'Get-TeamAndChannel'.Team not found" executed="True" result="Success" success="True" time="1.0271" asserts="0" description="Function 'Get-TeamAndChannel'.Team not found">
                <results>
                  <test-case description="should return neither a Team Object nor a Channel Object" name="Function 'Get-TeamAndChannel'.Team not found.should return neither a Team Object nor a Channel Object" time="0.934" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamAndChannel'.Team found but Channel not found" executed="True" result="Success" success="True" time="2.0214" asserts="0" description="Function 'Get-TeamAndChannel'.Team found but Channel not found">
                <results>
                  <test-case description="should return a Team Object but not a Channel Object" name="Function 'Get-TeamAndChannel'.Team found but Channel not found.should return a Team Object but not a Channel Object" time="0.8954" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamAndChannel'.Team and Channel found" executed="True" result="Success" success="True" time="4.6171" asserts="0" description="Function 'Get-TeamAndChannel'.Team and Channel found">
                <results>
                  <test-case description="should find a Team by Name and a Channel by Name and return a Team Object and a Channel object" name="Function 'Get-TeamAndChannel'.Team and Channel found.should find a Team by Name and a Channel by Name and return a Team Object and a Channel object" time="0.5708" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should find a Team by Name and a Channel by Id and return a Team Object and a Channel object" name="Function 'Get-TeamAndChannel'.Team and Channel found.should find a Team by Name and a Channel by Id and return a Team Object and a Channel object" time="0.5479" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should find a Team by Id and a Channel by Name and return a Team Object and a Channel object" name="Function 'Get-TeamAndChannel'.Team and Channel found.should find a Team by Id and a Channel by Name and return a Team Object and a Channel object" time="0.6974" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should find a Team by Id and a Channel by Id and return a Team Object and a Channel object" name="Function 'Get-TeamAndChannel'.Team and Channel found.should find a Team by Id and a Channel by Id and return a Team Object and a Channel object" time="0.5207" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\GetApplicationTypeFromAppId.Tests.ps1" executed="True" result="Success" success="True" time="0.9608" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\GetApplicationTypeFromAppId.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'GetApplicationTypeFromAppId'" executed="True" result="Success" success="True" time="0.706" asserts="0" description="Function 'GetApplicationTypeFromAppId'">
            <results>
              <test-case description="should return CallQueue" name="Function 'GetApplicationTypeFromAppId'.should return CallQueue" time="0.1345" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should return AutoAttendant" name="Function 'GetApplicationTypeFromAppId'.should return AutoAttendant" time="0.2752" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should return CallQueue" name="Function 'GetApplicationTypeFromAppId'.should return CallQueue" time="0.1745" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Remove-TeamsFunctionsGlobalVariable.Tests.ps1" executed="True" result="Success" success="True" time="0.9473" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Remove-TeamsFunctionsGlobalVariable.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Remove-TeamsFunctionsGlobalVariable'" executed="True" result="Success" success="True" time="0.646" asserts="0" description="Function 'Remove-TeamsFunctionsGlobalVariable'">
            <results>
              <test-case description="should contain at least one TeamsFunctions* Variables" name="Function 'Remove-TeamsFunctionsGlobalVariable'.should contain at least one TeamsFunctions* Variables" time="0.1368" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should remove TeamsFunctions* Variables (except TeamsFunctionsHelpURLBase)" name="Function 'Remove-TeamsFunctionsGlobalVariable'.should remove TeamsFunctions* Variables (except TeamsFunctionsHelpURLBase)" time="0.1612" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should not remove TF* Variables" name="Function 'Remove-TeamsFunctionsGlobalVariable'.should not remove TF* Variables" time="0.1195" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should not return anything" name="Function 'Remove-TeamsFunctionsGlobalVariable'.should not return anything" time="0.1186" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Set-PowerShellWindowTitle.Tests.ps1" executed="True" result="Success" success="True" time="0.8486" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Set-PowerShellWindowTitle.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Set-PowerShellWindowTitle'" executed="True" result="Success" success="True" time="0.4148" asserts="0" description="Function 'Set-PowerShellWindowTitle'">
            <results>
              <test-case description="should set the Window Title for the Host UI" name="Function 'Set-PowerShellWindowTitle'.should set the Window Title for the Host UI" time="0.169" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should throw" name="Function 'Set-PowerShellWindowTitle'.should throw" time="0.1218" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Set-TFPhoneNumber.Tests.ps1" executed="True" result="Success" success="True" time="3.8332" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Set-TFPhoneNumber.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Set-TFPhoneNumber'" executed="True" result="Success" success="True" time="3.219" asserts="0" description="Function 'Set-TFPhoneNumber'">
            <results>
              <test-suite type="TestFixture" name="Function 'Set-TFPhoneNumber'.CmdLet should fail" executed="True" result="Success" success="True" time="0.747" asserts="0" description="Function 'Set-TFPhoneNumber'.CmdLet should fail">
                <results>
                  <test-case description="should detect mismatching objects" name="Function 'Set-TFPhoneNumber'.CmdLet should fail.should detect mismatching objects" time="0.333" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should throw an Error if unlicensed" name="Function 'Set-TFPhoneNumber'.CmdLet should fail.should throw an Error if unlicensed" time="0.2737" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Set-TFPhoneNumber'.CmdLet should succeed" executed="True" result="Success" success="True" time="1.6011" asserts="0" description="Function 'Set-TFPhoneNumber'.CmdLet should succeed">
                <results>
                  <test-case description="should enable a disabled PhoneSystem Service Plan" name="Function 'Set-TFPhoneNumber'.CmdLet should succeed.should enable a disabled PhoneSystem Service Plan" time="0.7606" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Set-TFPhoneNumber'.PhoneNumber is provided in different formats" executed="True" result="Success" success="True" time="3.1116" asserts="0" description="Function 'Set-TFPhoneNumber'.PhoneNumber is provided in different formats">
                <results>
                  <test-suite type="ParameterizedTest" name="Function 'Set-TFPhoneNumber'.PhoneNumber is provided in different formats.should apply valid -PhoneNumber '&lt;PhoneNumber&gt;'" executed="True" result="Success" success="True" time="1.4147" asserts="0" description="should apply valid -PhoneNumber '&lt;PhoneNumber&gt;'">
                    <results>
                      <test-case description="should apply valid -PhoneNumber '1234567890'" name="Function 'Set-TFPhoneNumber'.PhoneNumber is provided in different formats.should apply valid -PhoneNumber '1234567890'" time="0.4193" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should apply valid -PhoneNumber '1234567890;ext=1234'" name="Function 'Set-TFPhoneNumber'.PhoneNumber is provided in different formats.should apply valid -PhoneNumber '1234567890;ext=1234'" time="0.5824" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should apply valid -PhoneNumber ''" name="Function 'Set-TFPhoneNumber'.PhoneNumber is provided in different formats.should apply valid -PhoneNumber ''" time="0.413" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Private\Show-FunctionStatus.Tests.ps1" executed="True" result="Success" success="True" time="0.4551" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Private\Show-FunctionStatus.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Show-FunctionStatus'" executed="True" result="Success" success="True" time="0.2164" asserts="0" description="Function 'Show-FunctionStatus'">
            <results>
              <test-case description="Should have no output" name="Function 'Show-FunctionStatus'.Should have no output" time="0.1152" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\Licensing\Test-AzureAdLicenseContainsServicePlan.tests.ps1" executed="True" result="Success" success="True" time="95.9503" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\Licensing\Test-AzureAdLicenseContainsServicePlan.tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Test-AzureAdLicenseContainsServicePlan'" executed="True" result="Success" success="True" time="95.6901" asserts="0" description="Function 'Test-AzureAdLicenseContainsServicePlan'">
            <results>
              <test-case description="Should be false" name="Function 'Test-AzureAdLicenseContainsServicePlan'.Should be false" time="95.4177" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should be true" name="Function 'Test-AzureAdLicenseContainsServicePlan'.Should be true" time="0.1695" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\Support\Helper\Format-StringForUse.Tests.ps1" executed="True" result="Success" success="True" time="18.5716" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\Support\Helper\Format-StringForUse.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Format-StringForUse'" executed="True" result="Success" success="True" time="18.2641" asserts="0" description="Function 'Format-StringForUse'">
            <results>
              <test-case description="Should be of type System.String" name="Function 'Format-StringForUse'.Should be of type System.String" time="0.1228" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations" name="Function 'Format-StringForUse'.Should return correct String manipulations" time="0.4765" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -As UserPrincipalName" name="Function 'Format-StringForUse'.Should return correct String manipulations for -As UserPrincipalName" time="1.2275" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -As DisplayName" name="Function 'Format-StringForUse'.Should return correct String manipulations for -As DisplayName" time="0.8859" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -As LineURI" name="Function 'Format-StringForUse'.Should return correct String manipulations for -As LineURI" time="3.0479" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -As E164" name="Function 'Format-StringForUse'.Should return correct String manipulations for -As E164" time="3.718" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -As Number" name="Function 'Format-StringForUse'.Should return correct String manipulations for -As Number" time="4.0341" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -Replacement &quot;-&quot;" name="Function 'Format-StringForUse'.Should return correct String manipulations for -Replacement &quot;-&quot;" time="0.7167" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should normalise numbers correctly" name="Function 'Format-StringForUse'.Should normalise numbers correctly" time="1.4214" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should normalise E.164 numbers correctly" name="Function 'Format-StringForUse'.Should normalise E.164 numbers correctly" time="1.2207" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should normalise LineURIs correctly" name="Function 'Format-StringForUse'.Should normalise LineURIs correctly" time="0.9891" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should return correct String manipulations for -SpecialChars &quot;[]&quot;" name="Function 'Format-StringForUse'.Should return correct String manipulations for -SpecialChars &quot;[]&quot;" time="0.2775" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\Support\Helper\Get-ISO3166Country.Tests.ps1" executed="True" result="Success" success="True" time="6.323" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\Support\Helper\Get-ISO3166Country.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Get-ISO3166Country'" executed="True" result="Success" success="True" time="6.0349" asserts="0" description="Function 'Get-ISO3166Country'">
            <results>
              <test-suite type="TestFixture" name="Function 'Get-ISO3166Country'.Execution without Arguments" executed="True" result="Success" success="True" time="1.5855" asserts="0" description="Function 'Get-ISO3166Country'.Execution without Arguments">
                <results>
                  <test-case description="Should return an array if called without parameters" name="Function 'Get-ISO3166Country'.Execution without Arguments.Should return an array if called without parameters" time="0.8556" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should return objects of the Type TFCountry" name="Function 'Get-ISO3166Country'.Execution without Arguments.Should return objects of the Type TFCountry" time="0.6309" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-ISO3166Country'.Execution with Parameters" executed="True" result="Success" success="True" time="5.9329" asserts="0" description="Function 'Get-ISO3166Country'.Execution with Parameters">
                <results>
                  <test-case description="Should return one object when searched with -TwoLetterCode" name="Function 'Get-ISO3166Country'.Execution with Parameters.Should return one object when searched with -TwoLetterCode" time="0.9757" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should return one object when searched with ThreeLetterCode" name="Function 'Get-ISO3166Country'.Execution with Parameters.Should return one object when searched with ThreeLetterCode" time="0.781" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should return one object when searched with NumericCode" name="Function 'Get-ISO3166Country'.Execution with Parameters.Should return one object when searched with NumericCode" time="0.9642" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should return an array when searched with Region" name="Function 'Get-ISO3166Country'.Execution with Parameters.Should return an array when searched with Region" time="0.6411" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should return an array when searched with TimeZone" name="Function 'Get-ISO3166Country'.Execution with Parameters.Should return an array when searched with TimeZone" time="0.8599" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\Support\VoiceConfig\Get-TeamsPhoneNumber.Tests.ps1" executed="True" result="Success" success="True" time="1.5615" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\Support\VoiceConfig\Get-TeamsPhoneNumber.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Get-TeamsPhoneNumber'" executed="True" result="Success" success="True" time="1.0497" asserts="0" description="Function 'Get-TeamsPhoneNumber'">
            <results>
              <test-suite type="ParameterizedTest" name="Function 'Get-TeamsPhoneNumber'.Given valid -PhoneNumber '&lt;PhoneNumber&gt;', it returns a PhoneNumberObject" executed="True" result="Success" success="True" time="0.9465" asserts="0" description="Given valid -PhoneNumber '&lt;PhoneNumber&gt;', it returns a PhoneNumberObject">
                <results>
                  <test-case description="Given valid -PhoneNumber '1234567890', it returns a PhoneNumberObject" name="Function 'Get-TeamsPhoneNumber'.Given valid -PhoneNumber '1234567890', it returns a PhoneNumberObject" time="0.3224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Given valid -PhoneNumber '1234567890;ext=1234', it returns a PhoneNumberObject" name="Function 'Get-TeamsPhoneNumber'.Given valid -PhoneNumber '1234567890;ext=1234', it returns a PhoneNumberObject" time="0.4193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Given valid -PhoneNumber '', it returns a PhoneNumberObject" name="Function 'Get-TeamsPhoneNumber'.Given valid -PhoneNumber '', it returns a PhoneNumberObject" time="0.2048" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\UserManagement\TeamsCallableEntity\Assert-TeamsCallableEntity.Tests.ps1" executed="True" result="Success" success="True" time="9.5575" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\UserManagement\TeamsCallableEntity\Assert-TeamsCallableEntity.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'" executed="True" result="Success" success="True" time="8.8577" asserts="0" description="Function 'Assert-TeamsCallableEntity'">
            <results>
              <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'.User - Assertion is not successful" executed="True" result="Success" success="True" time="1.6916" asserts="0" description="Function 'Assert-TeamsCallableEntity'.User - Assertion is not successful">
                <results>
                  <test-case description="should return FALSE (ParameterSet UserPrincipalName)" name="Function 'Assert-TeamsCallableEntity'.User - Assertion is not successful.should return FALSE (ParameterSet UserPrincipalName)" time="0.4663" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return FALSE (ParameterSet Object - UserObject)" name="Function 'Assert-TeamsCallableEntity'.User - Assertion is not successful.should return FALSE (ParameterSet Object - UserObject)" time="0.4756" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return FALSE (ParameterSet Object - UserObject + LicenseObject)" name="Function 'Assert-TeamsCallableEntity'.User - Assertion is not successful.should return FALSE (ParameterSet Object - UserObject + LicenseObject)" time="0.6375" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is not successful but can be remedied" executed="True" result="Success" success="True" time="3.3845" asserts="0" description="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is not successful but can be remedied">
                <results>
                  <test-case description="should return TRUE (ParameterSet UserPrincipalName)" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is not successful but can be remedied.should return TRUE (ParameterSet UserPrincipalName)" time="0.466" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject)" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is not successful but can be remedied.should return TRUE (ParameterSet Object - UserObject)" time="0.4598" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject + LicenseObject)" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is not successful but can be remedied.should return TRUE (ParameterSet Object - UserObject + LicenseObject)" time="0.4895" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is successful" executed="True" result="Success" success="True" time="4.3648" asserts="0" description="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is successful">
                <results>
                  <test-case description="should return TRUE (ParameterSet UserPrincipalName)" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is successful.should return TRUE (ParameterSet UserPrincipalName)" time="0.3064" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject)" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is successful.should return TRUE (ParameterSet Object - UserObject)" time="0.2849" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject + LicenseObject)" name="Function 'Assert-TeamsCallableEntity'.User - ParameterSet UserPrincipalName - Assertion is successful.should return TRUE (ParameterSet Object - UserObject + LicenseObject)" time="0.2951" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful" executed="True" result="Success" success="True" time="6.0603" asserts="0" description="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful">
                <results>
                  <test-case description="should return FALSE (ParameterSet UserPrincipalName)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful.should return FALSE (ParameterSet UserPrincipalName)" time="0.4678" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return FALSE (ParameterSet Object - UserObject)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful.should return FALSE (ParameterSet Object - UserObject)" time="0.6467" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return FALSE (ParameterSet Object - UserObject + LicenseObject)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful.should return FALSE (ParameterSet Object - UserObject + LicenseObject)" time="0.4779" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful but can be remedied" executed="True" result="Success" success="True" time="7.781" asserts="0" description="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful but can be remedied">
                <results>
                  <test-case description="should return TRUE (ParameterSet UserPrincipalName)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful but can be remedied.should return TRUE (ParameterSet UserPrincipalName)" time="0.4722" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful but can be remedied.should return TRUE (ParameterSet Object - UserObject)" time="0.4762" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject + LicenseObject)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is not successful but can be remedied.should return TRUE (ParameterSet Object - UserObject + LicenseObject)" time="0.6484" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is successful" executed="True" result="Success" success="True" time="8.7623" asserts="0" description="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is successful">
                <results>
                  <test-case description="should return TRUE (ParameterSet UserPrincipalName)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is successful.should return TRUE (ParameterSet UserPrincipalName)" time="0.3036" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is successful.should return TRUE (ParameterSet Object - UserObject)" time="0.2893" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return TRUE (ParameterSet Object - UserObject + LicenseObject)" name="Function 'Assert-TeamsCallableEntity'.ApplicationInstance - Assertion is successful.should return TRUE (ParameterSet Object - UserObject + LicenseObject)" time="0.284" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\UserManagement\TeamsCallableEntity\Get-TeamsCallableEntity.Tests.ps1" executed="True" result="Success" success="True" time="10.3602" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\UserManagement\TeamsCallableEntity\Get-TeamsCallableEntity.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'" executed="True" result="Success" success="True" time="9.7032" asserts="0" description="Function 'Get-TeamsCallableEntity'">
            <results>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is not found (Team not found)" executed="True" result="Success" success="True" time="1.1497" asserts="0" description="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is not found (Team not found)">
                <results>
                  <test-case description="should return an Object of type Unknown" name="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is not found (Team not found).should return an Object of type Unknown" time="1.0443" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is not found (Team found but Channel not found)" executed="True" result="Success" success="True" time="1.9799" asserts="0" description="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is not found (Team found but Channel not found)">
                <results>
                  <test-case description="should return an Object of type Unknown" name="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is not found (Team found but Channel not found).should return an Object of type Unknown" time="0.7285" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is found" executed="True" result="Success" success="True" time="2.972" asserts="0" description="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is found">
                <results>
                  <test-case description="should return an Object of type Channel" name="Function 'Get-TeamsCallableEntity'.Channel - Callable Entity is found.should return an Object of type Channel" time="0.8876" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.LineURI - String is malformed" executed="True" result="Success" success="True" time="3.5044" asserts="0" description="Function 'Get-TeamsCallableEntity'.LineURI - String is malformed">
                <results>
                  <test-case description="should return an Object of type Unknown" name="Function 'Get-TeamsCallableEntity'.LineURI - String is malformed.should return an Object of type Unknown" time="0.4304" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.LineURI - String is an acceptable string" executed="True" result="Success" success="True" time="5.4751" asserts="0" description="Function 'Get-TeamsCallableEntity'.LineURI - String is an acceptable string">
                <results>
                  <test-case description="should return an Object of type ExternalPstn" name="Function 'Get-TeamsCallableEntity'.LineURI - String is an acceptable string.should return an Object of type ExternalPstn" time="1.8659" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.User - Callable Entity is not found" executed="True" result="Success" success="True" time="6.1503" asserts="0" description="Function 'Get-TeamsCallableEntity'.User - Callable Entity is not found">
                <results>
                  <test-case description="should return an Object of type Unknown" name="Function 'Get-TeamsCallableEntity'.User - Callable Entity is not found.should return an Object of type Unknown" time="0.5837" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.User - Callable Entity is found" executed="True" result="Success" success="True" time="6.7173" asserts="0" description="Function 'Get-TeamsCallableEntity'.User - Callable Entity is found">
                <results>
                  <test-case description="should return an Object of type User" name="Function 'Get-TeamsCallableEntity'.User - Callable Entity is found.should return an Object of type User" time="0.4516" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is not found" executed="True" result="Success" success="True" time="7.3998" asserts="0" description="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is not found">
                <results>
                  <test-case description="should return an Object of type Unknown" name="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is not found.should return an Object of type Unknown" time="0.5797" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is found" executed="True" result="Success" success="True" time="8.058" asserts="0" description="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is found">
                <results>
                  <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is found.ApplicationInstance is found" executed="True" result="Success" success="True" time="0.5689" asserts="0" description="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is found.ApplicationInstance is found">
                    <results>
                      <test-case description="should return an Object of type ResourceAccount" name="Function 'Get-TeamsCallableEntity'.ApplicationInstance - Callable Entity is found.ApplicationInstance is found.should return an Object of type ResourceAccount" time="0.4626" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.Group - Callable Entity is not found" executed="True" result="Success" success="True" time="8.752" asserts="0" description="Function 'Get-TeamsCallableEntity'.Group - Callable Entity is not found">
                <results>
                  <test-case description="should return an Object of type Unknown" name="Function 'Get-TeamsCallableEntity'.Group - Callable Entity is not found.should return an Object of type Unknown" time="0.591" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Function 'Get-TeamsCallableEntity'.Group - Callable Entity is found" executed="True" result="Success" success="True" time="9.6003" asserts="0" description="Function 'Get-TeamsCallableEntity'.Group - Callable Entity is found">
                <results>
                  <test-case description="should return an Object of type Group" name="Function 'Get-TeamsCallableEntity'.Group - Callable Entity is found.should return an Object of type Group" time="0.7462" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="D:\Code\Personal\TeamsFunctions\Tests\Public\VoiceConfig\Enable-TeamsUserForEnterpriseVoice.Tests.ps1" executed="True" result="Success" success="True" time="0.5977" asserts="0" description="D:\Code\Personal\TeamsFunctions\Tests\Public\VoiceConfig\Enable-TeamsUserForEnterpriseVoice.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Function 'Enable-TeamsUserForEnterpriseVoice'" executed="True" result="Success" success="True" time="0.2888" asserts="0" description="Function 'Enable-TeamsUserForEnterpriseVoice'">
            <results>
              <test-case description="Should be false" name="Function 'Enable-TeamsUserForEnterpriseVoice'.Should be false" time="0.0891" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should be true" name="Function 'Enable-TeamsUserForEnterpriseVoice'.Should be true" time="0.0942" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>