-
Notifications
You must be signed in to change notification settings - Fork 4
Open Source Update
Stefan Heller edited this page Oct 24, 2025
·
1 revision
Unified Contacts is now available as an open-source solution that can be easily installed and deployed using PowerShell.
- Azure subscription with appropriate permissions
- PowerShell 5.1 or PowerShell 7+
- Azure PowerShell module (if not already installed)
Install the UnifiedContactsPS module from the PowerShell Gallery:
Install-Module -Name UnifiedContactsPSTo update an existing installation to the latest version:
Update-Module -Name UnifiedContactsPSFor nightly updates:
Update-Module -Name UnifiedContactsPS Update to the nightly branch to get the open source version of Unified Contacts
If you encounter module not found errors, ensure you have the latest PowerShell version and try:
Install-Module -Name UnifiedContactsPS -Force -AllowClobberMake sure you have the necessary Azure permissions and are logged into the correct tenant:
Connect-AzAccount
Get-AzContextFor detailed deployment and configuration instructions, see:
For issues related to the open-source version, please check the GitHub repository for documentation and to report issues.