Additional features, settings, or issues not covered by specific Microsoft Teams categories
Dear NickUK777
Good day!
Thank you for posting to Microsoft Community. We are glad to assist!
Based on your description, I understand you concern with because the user you're trying to remove from the hunt group is not Enterprise Voice enabled. This can happen if the user was not set up with the necessary voice capabilities in Microsoft Teams.
To troubleshoot this issue, you may have a try to do following steps:
- May I know if this user still has the correct license for Teams calling? If not, then re-assign a user number to their account, wait for a few hours, then remove them from the call queue. And then you may have a try to deactivate or remove the license.
- Check User's Voice Settings: Ensure that the user is Enterprise Voice enabled. You can do this by going to the Microsoft Teams admin center admin center and checking the user's voice settings
- Remove User from Call Queue or Auto Attendant
- Go to the Teams Admin Center.
- Navigate to Voice > Call queues or Auto attendants.
- Check if the user is listed as an overflow target and remove them if necessary.
On the other hand, you can use PowerShell to enable Enterprise Voice for the user:
- Open PowerShell and connect to Microsoft Teams: Import-Module MicrosoftTeams $credential = Get-Credential Connect-MicrosoftTeams -Credential $credential
- Enable Enterprise Voice for the user: Set-CsPhoneNumberAssignment -Identity "user@example.com" -EnterpriseVoiceEnabled $true
- Verify the user is now Enterprise Voice enabled: Get-CsOnlineUser -Identity "user@example.com" | Select-Object DisplayName, EnterpriseVoiceEnabled
Replace "user@example.com" with the actual email address of the user.
After enabling Enterprise Voice, you can try again to remove the user from hunt group.
If the issue still persists, please feel free to let me know, I will continue to assist you.
Thanks for your precious time and your understanding would be highly appreciated. Have a nice day!
Best regards,
Allen | Community Moderator