• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

I have a number of VVX phones all running 5.9.6.2327 and I get the dreaded problem of these back-revving to the completely unstable 5.9.6.0 version when they sign into Teams/SFB Online. I've used the suggested configuration script:

<PARAMETERS device.set="1" device.prov.lyncDeviceUpdateEnabled.set="1" device.prov.lyncDeviceUpdateEnabled="0" lync.provisionDeviceParams.enabled="0" />

 

However this isn't sticking. In fact if I apply this and export out the device configuration immediately, I can see it has reverted even though the phone is not signed in. 

 

Does anyone have any suggestions on what I can do next?

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

You need to use the Set-CSIPPhonePolicy command in a Skype for Business Online PowerShell  session to disable device updates:

Set-CsIPPhonePolicy -EnableDeviceUpdate $False

 

View solution in original post

4 REPLIES 4
HP Recommended

Hello @Matt Freeman ,

Welcome back to the Poly community.

Some or a couple of your old post(s) or reply(s) to them => here <= are still open/pending as you have not marked these as "Accept as a solution" or at least provide some form of feedback or answer.

If they are in this state nobody finding them via a community search will know if an answer or advice provided was useful and has maybe helped you.

Could you therefore kindly go over them and mark or answer as appropriate?

If they are marked as "Accept as a solution" other users can find these easier and it helps them to utilize the community more efficiently. Please do not simply mark them without any type of feedback.

 

Based on the above the willingness to try and help is not really there as this may end up in the same state.

 

Try:

 

Settings > Logging > Global Settings > Global Log Level Limit > Debug

Settings > Logging > Global Settings > Global Log Level Limit > Log File Size (Kbytes) > Trio 8300 & VVX after 5.5.0 = 1000

Settings > Logging > Module Log Level Limits > Configuration > Debug

 

Replicate the issue via importing the configuration


- Diagnostics > View & Download Logs > UCS Application > Export

- Utilities > Phone Backup & Restore > Phone Backup > Phone Backup


Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

You need to use the Set-CSIPPhonePolicy command in a Skype for Business Online PowerShell  session to disable device updates:

Set-CsIPPhonePolicy -EnableDeviceUpdate $False

 

HP Recommended

I am having this same issue in 2021 and when I run that Teams Powershell command, I get object not found for "Set-csIPPhonePolicy".  I have imported the Teams module and can manage other aspects of Teams.

 

Any Ideas?

HP Recommended

Hi Zach,

 

Have you tried to Get-CsIPPhonePolicy just to check that you're connected to the tenant ok first?

 

These are my steps...

 

Import-Module MicrosoftTeams

$userCredential = Get-Credential

$sfbSession = New-CsOnlineSession -Credential $userCredential

Import-PSSession $sfbSession

 

Then

 

Set-CsIPPhonePolicy -EnableDeviceUpdate $False

 

check after with 

 

Get-CsIPPhonePolicy

 

Matt

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.