Thursday, July 2, 2015

Patch order in SharePoint 2013 while joining server into farm



Patch order in SharePoint 2013 while joining server into farm

This question arises many times in minds of SharePoint administrators when they scale out the farms. In which or what order they need to patch he new servers to join in the existing farm. In this article I am providing the patching order of SharePoint farm to scale out.

1.    Install the Pre-requisites of SharePoint
2.    Install the SharePoint binaries
3.    Install the SP1
4.    Install the Language packs
5.    Install the SP1 for language packs
6.    Install the Cumulative updates(DEC,FEB,APR,JUNE…)
7.    Finally Run the Products and configuration wizard to join the new server into the farm.
8.Patch APP fabric if required

Note: The LP,CU’s should follow according to your existing servers in farm only. The above is the Order that should follow.
                                                                  
 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Wednesday, July 1, 2015

How to Sync a user account name which was changed in AD to SharePoint



How to Sync a user account name which was changed in AD to SharePoint.

This is the scenario most of the administrators will face in their experience like the user will left the company and after some days he joins back. when we create a new user name for that person even though we see the old name in SharePoint after the many successful imports.

Solution: SharePoint doesn't understand this change automatically. We need to make it understand by giving instruction via STSADM command

When user's Account Name (or Login Name: Domain\User) renamed in Active Directory, you have to use stsadm -o migrateuser command to associate the new AD account with an existing SharePoint profile.

STSADM:
stsadm -o migrateuser -oldlogin EU\susanapi -newlogin EU\suzanapi –ignoresidhistory

Power shell :
Move-SPUser –Identity "DOMAIN\OldUserName" –NewAlias "Domain\NewUserName"

                                                                                       
 

I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

ShareThis

X