Cannot move user in enable operation Error in Lync

Enable-CsUser : Cannot move user in enable operation. Use the Move user cmdlet instead. At line:1 char:1 + Enable-CsUser -Identity “radha.govindan” -RegistrarPool “pool1.windowstechpro.com” -SipAdd … + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : InvalidOperation: (:) [Enable-CsUser], InvalidOperationException     + FullyQualifiedErrorId : ProcessRecord,Microsoft.Rtc.Management.AD.Cmdlets.EnableOcsUserCmdlet Normally it will happen if the user already tried for enabling Lync and stopped in middle. […]

Duplicate SIP Proxy Error in DirSync for Office 365

Sometimes we can see the Duplicate SIP Proxy Address error in Dirsync for Office 365 User. It may occurs when the same SIP Address assigned to the another user in Lync but not enabled for LYNC Access. Remove the other user for one which assigned SIP Proxy Address but Lync access not given. Due this […]

Skype for Business Client is Available now for Windows Phone

Skype for Business which is formerly well known as Lync 2013 is now supports for Windows Phone. It is available in windows store. It provides great features Including Voice and Video over Wireless, Rich presence, and calling features from single, Easy-to-use interface. Please Refer Microsoft article for more information. #SFB #SkypeforBusiness #WindowsPhone

Skype for Business 2015 installation with SQL 2014 AlwaysOn

Skype for Business 2015 installation with SQL 2014 AlwaysOn- Part 1

This is Multi part Article Skype for Business 2015 installation with SQL 2014 AlwaysOn- Part 1 Skype for Business 2015 installation with SQL 2014 AlwaysOn- Part 2 Install the Prerequisites, Run it using PowerShell . Use the Source parameter to map the SXS path for Server 2012 if you’re prompted for Source Add-WindowsFeature NET-Framework-Core, RSAT-ADDS, […]

Skype for Business 2015 installation with SQL 2014 AlwaysOn

Skype for Business 2015 installation with SQL 2014 AlwaysOn- Part 2

This is Multi part Article Skype for Business 2015 installation with SQL 2014 AlwaysOn- Part 1 Skype for Business 2015 installation with SQL 2014 AlwaysOn- Part 2 Post the Topology is Published the Topology, You can see the Skype for Business Databases are created in SFBDB1 SQL Server Console, You need to back up all […]

Full recovery Mode is required Error

Full recovery Mode is required Error

You may get the below error while you trying to enable AlwaysON for the Databases To Resolve the Issue, Open the Database Properties Enable the Full Recovery Model under Recovery Model which is Simple by Default. Now try to enable the Always, You will get success. Please refer the Article, How to configure AlwaysOn and […]

Not able to add Second Server in SQL 2014 Availability Group

Not able to add Second Server in SQL 2014 Availability Group

When I am trying to add the Second Server for the SQL AlwaysON Group, I end up with following error After Serious Search in Internet, Found the solution which resolved the above issue Run the Below Command in Primary Server, Here windowstechpro\SFBDB2$ is Domain\SecondNode$ use [master] GO CREATE LOGIN [windowstechpro\SFBDB2$] FROM WINDOWS GO GRANT CONNECT […]

IIS Crashes Error While installation Skype for Business 2015

IIS Crashes Error While installation Skype for Business 2015

When Trying to install the Skype for Business 2015, Below is the common error if you have not installed the latest patches and Windows update is not done. To resolve the above issue, Please refer the Article where it is explained greatly and resolves the issue smoothly. #SFB #SkypeforBusiness