The SharePoint sharks blog is dedicated to provide news, technical articles, how-to guides. I hope this platform will grow to be a knowledge base for both end-users and SharePoint administrators.
The SharePoint sharks blog is dedicated to provide news, technical articles, how-to guides. I hope this platform will grow to be a knowledge base for both end-users and SharePoint administrators.
When trying to create a new connection for the user profile synchronization service you may get this error : ‘Cannot navigate to the requested page while User Profile Synchronization is running.…
Three Steps : Activate WeDav (under the IIS feature) on all frontend servers. Activate the Web Client on the client machine that needs the access to the SharePoint document library. Resolve…
You can find out the size of a SP site following these steps using SharePoint designer – on the root site information page if you have service pack 1 you…
steps : Create the new content database ( Using Central Admin or PowerShell ) on the same farm and web application. move the site to the newly created content database in…
When you create SharePoint security groups that are associated with AD groups, the expectation may be that any change in AD will immediately be reflected on the SharePoint site. For example is…
If you have another process for handling access requests in your organization such as a ticking system ( how much we love those, if I had a dollar for each ticket…
There are few ways to communicate with SharePoint API which includes : SSOM – Server-side object model, this approach is used when your code sits on the SharePoint farm and…