Create-Enable user in LYNC

This tutorial intends to IT guys who do not know how to enable a user in LYNC.

Open Active Directory and looking for someone, was for me important introduce you the steps.

In my case looking for myself – meirp

Enable user in LYNC

 

Open Control Panel (Lync Management Console) > Click on Users and then Enable User

Lync Server2013

Click on “ADD“:

Enable user in LYNC

found me:

User_lYNC2013

Here we need to assign the new user to our POOL and Generate user’s SIP URL (Which means how the user will perform the login? User’s email address?

UPN?). And more useful options,

And more useful options,

Enable user in LYNC

Working :

lYNC2013

Do the same step but using PowerShell:

Enable-CsUser -Identity <UserIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-HostingProviderProxyFqdn <Fqdn>] 
[-PassThru <SwitchParameter>] [-ProxyPool <Fqdn>] [-RegistrarPool <Fqdn>] [-SipAddress <String>] [-SipAddressType <FirstLastName
 | EmailAddress | UserPrincipalName | SAMAccountName | None>] [-SipDomain <Fqdn>] [-WhatIf [<SwitchParameter>]]

So easy so good, for any question please leave a message.