Here is a PowerShell script to add "Profile Sync" account in Active Directory to "Default Domain Context" and "Configuration Context"... The outcome is the same as you would add…
For some time now, when reinstalling SharePoint Server (2019 or Subscription Edition), I have noticed that after creating the ConfigDB and Central Administration content database,…
This is the link to the SharePoint User Information List: https://sharepoint.example.com / catalogs/users/simple.aspx The bold part must be replaced by the SharePoint site…
My customer tries to save a sub web "as template" using " / layouts/15/savetmpl.aspx ". He gets an "Access Denied" ("This site has not been shared with you") page. It took me a…
During configuration of a new SharePoint 2019 farm I got an error in PowerShell Cmdlet New SPConfigurationDatabase . The given key was not present in the directory. I found some…
I got this error: Search Service Application: Crawl Log Error Breakdown <table <tbody <tr <td Access is denied. Verify that either the Default Content Access Account has access to…
I got the following error: Exception returned from back end service. System.ServiceModel.FaultException 1[System.ServiceModel.ExceptionDetail]: AccessDeniedEx:The current user has…
This is just a short note on this topic. I could not find a script in the net. I’m not sure this is part of some SharePoint “config frameworks” like “AutoSPInstaller”. I do not…
As you know the SharePoint Farm Account must have privileges to logon locally for getting “User Profile Service Application” to work. Today I created a PowerShell script that adds…
It’s a nightmare to create users for FBA, isn’t it? – There are several tools out there, but some does not work as expected oder you need to install .NET 4 on a server just to run…
Today I started the “User Code Service” of SharePoint 2010 to enable execution of Sandboxed Solutions. Before activation I’ve created a new domain account for the service (\ ) ,…
Today I tried to configure a new SharePoint farm. I got this error: “The process does not passess the ‘SeSecurityPriviledge’ priviledge which is required for this operation.” –…
A customer of mine had a problem in a it’s SharePoint 2010 farm. An error occurred while creating a sub site of type Enterprise Wiki. The user that tried to create the sub site…
I had an error in the event log on every SharePoint 2010 farm server: This happens after migration of the old MOSS 2007 farm to SharePoint 2010. – On the new farm I used new…
First: You need a SharePoint 2010 platform. You can use Foundation because BCS = Business Connectivity Services former BDC = Business Data Catalog in SharePoint 2007 – included in…
I had to migrate a MOSS 2007 farm to SharePoint 2010. – After migration the SharePoint Help did not work. (It’s the button upper right on a SharePoint site.) A popup window…
Today I got this error: (“The server could not complete your request. For more specific information, click the Details button.”) I clicked the “Details” button as commanded.…
Today I got this error while opening a Word document stored in a SharePoint library. This document should be opened in the Word Web App. – IT WAS A DOCUMENT IN A MIGRATED CONTENT…
I needed to change some properties of user profiles of my SharePoint 2010 farm. Of cource I wanted to do this with PowerShell! Before you can execute the following script, be sure…
I have had the problem to set the SharePoint Sevice Account of "SharePoint Server Search" to a special user account during a automatic setup. In other words: I want to automate…
When you receive this error …and you have done the exchange of farm certificates than you forgot this step: (Technet: http://technet.microsoft.com/en us/library/ff700211.aspx) See…