Around 4 years ago I managed an Accessibility project with MOSS2007 for a major client. The site averaged a million hits a day and we were legally required to meet AA compliance. This is also referred to Priority 2 by some and adds a whole set of checkpoints over and beyond priority 1. To
During my time as a consultant I see a lot of environments. More and more I have been involved in setting up the SQL Servers for SharePoint and I would like to share this information with you all. Please consult a SQL Server Database Administrator and a SharePoint Administrator and discuss the settings before making
This blog post is based upon the work undertaken with with a global FMCG organisation. ‘Kaizen’ is a Japanese word term for continuous improvement. In order to maintain a healthy, business aligned and valuable knowledge platform, there is a need to have clear alignment across all knowledge sources on an on-going basis, for a typical
One of the key issues I see with any project based upon the Microsoft SharePoint Platform is the significant lack of business value they actually ever deliver despite the promises of a “collaboration nirvana” or a “strategic business platform”. INTRODUCTION So what is business value? Wikipedia defines business value as: “…an informal term that includes
To remotely manage SharePoint 2010/2013 using PowerShell, perform the following steps: . On the client machine (the management server): Enable-WSManCredSSP -Role Client -DelegateComputer * -Force Set-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\Credssp\PolicyDefaults\AllowFreshCredentials -Name WSMan -Value WSMAN/* Set-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\Credssp\PolicyDefaults\AllowFreshCredentialsDomain -Name WSMan -Value WSMAN/* On the SharePoint server: Enable-PSRemoting -Force Enable-WSManCredSSP -Role Server -Force Enable-WSManCredSSP -Role Server -Force Afterwards it is possible to connect to the server using PowerShell from your management server, using the following cmdlet: Enter-PSSession SPServer -Authentication CredSSP -Credential DOMAIN\username Add the SharePoint PowerShell SnapIn Add-PSSnapIn Microsoft.SharePoint.PowerShell To see
When you are working with products that are using SQL Server databases it is important that the performance is good. By default the SQL Server sets a very bad default-value for size and Growth, and should always be changed! What to put in really depends on the usage of each database. When I configure Microsoft
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]