Skip to content

Open Source Update

Stefan Heller edited this page Oct 24, 2025 · 1 revision

Open Source Update

Unified Contacts is now available as an open-source solution that can be easily installed and deployed using PowerShell.

Prerequisites

  • Azure subscription with appropriate permissions
  • PowerShell 5.1 or PowerShell 7+
  • Azure PowerShell module (if not already installed)

Installation

Install the PowerShell Module

Install the UnifiedContactsPS module from the PowerShell Gallery:

Install-Module -Name UnifiedContactsPS

Update to Latest Version

To update an existing installation to the latest version:

Update-Module -Name UnifiedContactsPS

For nightly updates:

Update-Module -Name UnifiedContactsPS 

Update to the nightly branch to get the open source version of Unified Contacts

Troubleshooting

Module Not Found

If you encounter module not found errors, ensure you have the latest PowerShell version and try:

Install-Module -Name UnifiedContactsPS -Force -AllowClobber

Permission Issues

Make sure you have the necessary Azure permissions and are logged into the correct tenant:

Connect-AzAccount
Get-AzContext

Next Steps

For detailed deployment and configuration instructions, see:

Support

For issues related to the open-source version, please check the GitHub repository for documentation and to report issues.

Clone this wiki locally