How do I install Avaya Cloud Office for Teams Desktop Plugin on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Avaya.CloudOfficeForTeamsDesktopPlugin --exact --version 26.1.20.230. winget downloads the installer from RingCentral and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Avaya Cloud Office for Teams Desktop Plugin silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id Avaya.CloudOfficeForTeamsDesktopPlugin --exact 26.1.20.230 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Avaya Cloud Office for Teams Desktop Plugin via winget?⌄
Run: winget uninstall --id Avaya.CloudOfficeForTeamsDesktopPlugin --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Avaya Cloud Office for Teams Desktop Plugin's Apps & Features entry.
Is Avaya Cloud Office for Teams Desktop Plugin free?⌄
Avaya Cloud Office for Teams Desktop Plugin is distributed under Proprietary. Refer to the publisher (https://support.avaya.com/public/index?page=content&id=ADMN116826) for the full license terms - Wingetly itself does not charge for installation.
Does Avaya Cloud Office for Teams Desktop Plugin 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 Avaya Cloud Office for Teams Desktop Plugin directly from the publisher.
How do I keep Avaya Cloud Office for Teams Desktop Plugin up to date?⌄
Run winget upgrade --id Avaya.CloudOfficeForTeamsDesktopPlugin --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Avaya Cloud Office for Teams Desktop Plugin from microsoft/winget-pkgs.