Erwin Bierens

Knowledge is Power

Choosing the right Teams IPPhone Policy

2021-02-04 2 min read Microsoft Teams     "Erwin Bierens"

In this article i want to show the different capabilities of the Microsoft Teams IPPhone Policy. Do not get confused with the SfB IPPhone Policy, this one only controls the global policy and it’s not possible to create your own.

The Microsoft Teams cmdlet Set-CsTeamsIPPhonePolicy is only available in PowerShell. When logging in to your Tenant you can check which cmdlets are available.

Get-Command -Module tmp_3ju02ihp.npo | Where-Object {$_.Name -like "*TeamsIPPhone*"}

Use the temp module name in above cmdlet.

Continue reading

Using the Public Preview features of Microsoft Teams

2020-12-10 3 min read Microsoft Teams     "Erwin Bierens"

Microsoft announced a new suitability to give specific users the ability to test new “public features” within the Teams desktop (Windows, MacOS & Linux) and supported browser clients before they will rolled out world wide.

“Public Preview for Microsoft Teams provides early access to unreleased features in Teams. Previews allow you to explore and test upcoming features. We also welcome feedback on any feature in public previews. Public preview is enabled each Teams user, so you don’t need to worry about affecting your entire organization.”

Continue reading

Transcoding issue on the Audiocodes Mediant

I have had a issue with a customer where we have implemented Direct Routing. It’s a HA setup version 7.20A.260.095 running virtual on a VMware cluster.

The alarm says: License Pool Alarm. Some of the license pool allocations exceed maximum capability and will not be applied.

In the syslog i see the followig errors show up:

            20:11:35.145  172.20.1.1  local0.warn    [S=3603724] [SID=815d0e:57:143476]  (N  3305189)!! [ERROR] ResourceCounter: Cannot allocate more Media channel [0/0] [Time:23-11@20:11:36.770]
            20:11:35.145  172.20.1.1  local0.warn    [S=3603725] [SID=815d0e:57:143476]  (N  3305190)!! [ERROR] (#430)RTS::AllocateResource Allocate Resource - cannot allocate DSP. probably lack of resources [Time:23-11@20:11:36.770]

When i look in to my license i have transcoding assigned by the OVOC, but they are not allocated:

Continue reading

Upgrading the Audiocodes One Voice Operations Center (OVOC)

2020-11-18 2 min read Audiocodes     "Erwin Bierens"

AudioCodes One Voice Operations Center (OVOC, also known as Element Management System and IP Phone Manager) is a web-based voice network management solution that combines management of voice network devices (Audiocodes IP Phones, Mediapacks, Mediants etc..) and quality of experience monitoring into a single, intuitive web-based application.

OVOC enables administrators to manage and to adopt a holistic approach to network lifecycle management by simplifying everyday tasks and assisting in troubleshooting all the way from detection to correction.

Continue reading

Bypass the Microsoft Teams Lobby

2020-10-27 1 min read Microsoft Teams     "Erwin Bierens"

Control your meetings like never before! “Let everyone bypass the lobby” setting is now General Available in your meeting options.

Do cross the lobby

With this setting on, all people in your organizationand guest users will bypass the lobby. The feature is available as a new value in “Who can bypass the lobby?” dropdown in Teams Meeting options. You can set this in your existing Teams meetings as well as in your future Teams meetings.

Continue reading

Jabra Evolve versus the Evolve2 series

2020-10-23 5 min read Microsoft Teams     "Erwin Bierens"

April 1 20202, Jabra launched it’s new Evolve2 series office headsets. This is the new standard according to Jabra.

The headsets are designed to improve concentration, collaboration and flexibility in any workplace. But to what extent is Jabra succeeding in this, what does this new standard mean?

In this blog we take a closer look at one of the most famous headsets in the Evolve series: The Jabra Evolve 65 and the new Jabra Evolve2 65.

Continue reading

Error while moving user from SfB 2015 to SfB 2019 pool

Problem

When you attempt to move a user from a Skype for Business Server 2015 to 2019 pool but notice that it fails with the following error:

Failed while updating destination pool.

error moving user

PS C:\Windows\system32> Get-CsUser e.bierens@skypedev.nl |Move-CsUser -Target fe2019.skypedev.nl -verbose
VERBOSE: CN=ebi,OU=Accounts,DC=skypedev,DC=nl

Confirm
Move-CsUser
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y
VERBOSE: Validating parameters for move operation.
VERBOSE: Calculating new server information for user [fe2019.skypedev.nl].
VERBOSE: Moving user [sip:e.bierens@skypedev.nl] across pools.
Move-CsUser : Failed while updating destination pool.
At line:1 char:32
+ ... skypedev.nl |Move-CsUser -Target fe2019.skypedev.nl -verbose ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	+ CategoryInfo          : InvalidOperation: (CN=ebi,DC=skypedev,DC=nl:OCSADUser) [Move-CsUser], MoveUserE
   xception
	+ FullyQualifiedErrorId : MoveError,Microsoft.Rtc.Management.AD.Cmdlets.MoveOcsUserCmdlet

Results from this operation can be found at "C:\Users\administrator\AppData\Local\Temp\MoveResults-99b5be4e-c844-4493-9a4b-6bebe01fe402.csv".

Solve issue

This has been a common issue in environments where a user’s user(security) object has Inheritance disabled on their Active Directory Account.

Continue reading
Older posts Newer posts