Enable Users

,

Enabling the user account consists of just assigning a Tel URI to the user account. Perform the following steps to assign a Tel URI:

1. Open the Lync Server 2010 Control Panel.

2. Click Users.

3. Enter a username to enable and click Find.

4. Highlight the user, click the Edit button, and click Show details.

5. In the Line URI field, enter an E.164 number with a tel: prefix.

6. Click Commit.


Tip

If a conferencing policy that permits dial-in conferencing does not exist at the global or site level, it will not be automatically applied and must be assigned to users. The same goes for if a PIN policy targeted to users has been created.


On the same screen where the Tel URI is entered, perform the following steps to modify the conferencing or PIN policy:

1. Under Conferencing policy, select a policy that enables PSTN dial-in conferencing.

2. Under PIN policy, select an appropriate policy for the user.

3. Click Commit.

The same tasks can be performed using the Lync Server Management Shell for situations where these tasks might be completed for many users at once. To assign a Tel URI, use the following syntax:

Set-CsUser –Identity <User Name> -LineURI <Line URI with tel: prefix>

Assigning a conferencing or PIN policy must be done through separate cmdlets. Assign a conferencing policy with the following syntax:

Grant-CsConferencingPolicy –Identity <User Name> –PolicyName <Conferencing Policy Name>

Assign a PIN policy with the following syntax:

Grant-CsPinPolicy –Identity <User Name> –PolicyName <PIN Policy Name>

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset