We recently had a query come in from a customer to ask how many users that they had enabled for EV in Lync 2013.

This can be done by running the simple command below in Lync Management Shell.

“(Get-CsUser -ResultSize unlimited -Filter {EnterpriseVoiceEnabled -eq $true }).count”

This will just output the number that you have enabled, simple as that J

About the author