Le Cloud de Christophe BOUCETTA

Voici le blog sur les communications unifiées et la collaboration Microsoft par un MVP nominé depuis 11 ans

L'ordre des numéros de conférences dans une région est modifiable.

L'opération est possible seulement en powershell.

La commande suivante vous permet d'accéder a la valeur "priority" des différents numéros de conférences dans une région.

Get-CSDialinConferencingAccessNumber -Region "Nom de votre region" | format-list *

Vous pouvez modifier le positionnement dans la liste des numéros de conférences avec la commande suivante:

Set-CsDialInConferencingAccessNumber -Identity sip:conferenceFR@nissarte.ca – Priority 0 -ReorderedRegion "NICE"

La commande aura pour effet de positionner le numéro de conférence avec l'identité "conferenceFR@nissarte.ca" en premier dans une invitation de conférence.

Paramêtre "priority":

 

Enables you to change the order in which dial-in conferencing numbers are presented to users in meeting invitations or when they access the Dial-In Conferencing Settings webpage. Lower numbers are given a higher priority; to have a number appear at the beginning of the list set the priority to 0. Note that if you change the priority of a given number you must also use the ReorderedRegion parameter to indicate the region where the modified priority should take effect.

Source: https://technet.microsoft.com/en-us/library/gg425770.aspx

Vous pouvez aussi utiliser le script Set_Lync_Dial-In_Access_Display_Priority.ps1 proposé par Anthony disponible ici: https://gallery.technet.microsoft.com/office/Change-Lync-Conferencing-0207cb29

 

Facebook Like