• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

SharePoint – Copy User Permissions from One User to Another using PowerShell

Permission management in SharePoint is always a complex task, especially in large environments. Granting permissions in SharePoint becomes cumbersome when you are trying to clone an existing user’s access rights. Consider this scenario: You have an existing user in a department granted access to various SharePoint web applications, sites, lists, [...]

Read More

SPContext.Current.Web.CurrentUser.LoginName

We had an issue where the SPContext.Current.Web.CurrentUser.LoginName displayed the incorrect (old) login for a user i.e. user loginname was changed. In most cases it works to run the migrateuser command to link the old and new account. But in some cases this does not pull through correctly. The following solution worked [...]

Read More

App with the same version and product ID

This error usually comes up when you install and uninstall an App more than once on SharePoint 2013. There are some solutions online that relates to SharePoint Online and updating manifest files when developing your OWN apps. In our case this was a 3rd party app which caused the issue. [...]

Read More

Search Crawl error: Value does not fall within the expected range

Been facing an issue where the Search Service is not crawling a simple site collection in our SharePoint farm. Had a scratch through the crawl logs and found the following error: sts4://myintranetsite/siteurl=sites/finance/siteid={42461088-3f26-4c2d-937e-c630c7033307} The SharePoint item being crawled returned an error when requesting data from the web service. (The item was [...]

Read More