How do I install Plantronics Hub Software on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Poly.PlantronicsHub --exact --version 3.25.54307.37251. winget downloads the installer from Plantronics, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Plantronics Hub Software silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id Poly.PlantronicsHub --exact 3.25.54307.37251 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Plantronics Hub Software via winget?⌄
Run: winget uninstall --id Poly.PlantronicsHub --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Plantronics Hub Software's Apps & Features entry.
Is Plantronics Hub Software free?⌄
Plantronics Hub Software is distributed under Proprietary. Refer to the publisher (https://www.poly.com/us/en/support/downloads-apps/hub-desktop) for the full license terms - Wingetly itself does not charge for installation.
Does Plantronics Hub Software work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Plantronics Hub Software directly from the publisher.
How do I keep Plantronics Hub Software up to date?⌄
Run winget upgrade --id Poly.PlantronicsHub --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Plantronics Hub Software from microsoft/winget-pkgs.