Go to Sharepoint Central Administration -> Application Management -> Manage service applications-> User profile Service App -> Setup my site
Edit My Site Host and Personal Site Location and input the right location.
$Web = Get-SPWeb http://[MySiteURL]/personal/[UserID]
$Web.SetProperty("urn:schemas-microsoft-com:sharepoint:portal:profile:userprofile_guid", "[NewGUID]")
$Web.Update()
User Profile Service Application -> Manage User Profiles -> Find the user profile that is having issues -> Edit User Profile
Edit My Site Host and Personal Site Location and input the right location.
$Web = Get-SPWeb http://[MySiteURL]/personal/[UserID]
$Web.SetProperty("urn:schemas-microsoft-com:sharepoint:portal:profile:userprofile_guid", "[NewGUID]")
$Web.Update()
User Profile Service Application -> Manage User Profiles -> Find the user profile that is having issues -> Edit User Profile
No comments:
Post a Comment