PS - Lync User Administration

You can use the following commands to change user Registrar Pool, Dial Plan and Voice Policy:

Change a user's Registrar Pool


Move-CsUser -Identity "john Smith" -Target "pool01.domain.com"

Change a user's Dial Plan

Grant-CsDialPlan -Identity "John Smith" -PolicyName RedmondDialPlan

Change a user's Voice Policy


Grant-CsVoicePolicy -Identity "John Smith" -PolicyName "Example Voice Policy"



Comments