I wont write on article on this because I found an excellent ready one. But the situation is that you have to move sharepoint to a different server keeping the sql-server instance name as is. http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=255 Thanks Todd!
There are restrictions for a server without activate RDS-lisencing server. You cant enable multiple rdp-sessions from registry. HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server Find a value fSingleSessionPerUser and set it to 0 Problem solved.
Hi again, Done this multiple times, but thought it would be wisdom to share it. Remember this wont be necessary in SQL 2012 and higher because they save users and password directly to the user database not the master database….
Hi all, Today I go local. Sorry all readers outside Finland 😉 Today I got to solve a problem with emergency calls in Finland. 1. Create normalization rule that allows user to dial 112, but transform it to… +3979CountyNumber112 List…
Hi all, Yesterday a customer had a problem with Edge replication from Central Management Store (CMS) So installed Lync Logging Tools from http://www.microsoft.com/en-us/download/details.aspx?id=35453 And then started OCSLogger.exe on Frontend to see what was wrong. And started initated replication with…
Hi again, This was an excellent script to find all Line Uri’s assigned in Lync for users, response groups and dialin. http://tomtalks.uk/2013/07/get-lyncnumberassignment-find-lync-usersobjects-by-phone-numberlineuri-powershell/
Yesterday I got a request to seek and change two DTE ip-addresses. Only problem was that these ip’s were generated by Direct Access setup wizard. So they appeared as Extra Registry Settings: No worries. These are written to registry.pol:…
Quick tip of the day! Tried this one? Get-CsUser –Filter {LineUri –eq “TEL:+3581234567”} And got error: It won’t work. Try this one. Get-CsUser | Where-Object {$_.LineUri -like “TEL:+3581234567”} | ft -property DisplayName, LineURI And all is well!
Today I had to migrate an old wss 3.0 site to Sql 2012 R2. Made backup of the old DB and transfered it to the new server. Then restored it and tried. STSADM –o addcontentdb –url http://ssps001:7242 -databasename _wss_content_old -databaseserver…
Hi all, Does this look familiar to you? No? I sure do hope you wont ever see it. But if you do there could be a different reason for it than database or logfile corruption. Today I spent a while…