Link to home
Start Free TrialLog in
Avatar of Rhala
Rhala

asked on

enable enterprise voice to all users

Dear All,

I have Lync 2013 installed in my environment, i'm looking for a command to enable "Enterprise Voice" option for all users from one command, could you please help.
Avatar of Jakob Digranes
Jakob Digranes
Flag of Norway image

Well .... You need to assign LineURI's to all users aswell, and you need to get those numbers from somewhere, most likely AD.

you can use this;

get-Csuser | set-CsUser -EnterpriseVoiceEnabled $True
Avatar of Rhala
Rhala

ASKER

is there a command to read the lineURI from AD and reflect the same in Lync?
ASKER CERTIFIED SOLUTION
Avatar of Jakob Digranes
Jakob Digranes
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial