Skip to main content

Posts

Why SharePoint Online is a much smarter choice than SharePoint On-Premise!

Security, is way tighter in SPO infact – and some features do not even exist in SP On-Premise. For instance, with SPO: 1.      You get the ADFS integration – which means, you can take advantage of the ADFS features & security policies, location based control for SPO as well 2.      RMS – Rights Management Services – Azure RMS – is pre-configured in SPO and supports file types such as MS Office, PDF files, Images too – and all you need is the Azure Information Protection Client to view the protected files 3.      You get DLP (Data Loss Prevention) which is only available with SPO and I have created a presentation for this here – Have a look and using this, we can prevent confidential content such as documents containing patents, SSN numbers or SWIFT Codes or IP Addresses can be protected from going out 4.      SPO Content has multiple times encrypted and hence, the content is way secure t...

Powershell

Apply theme Using Poweshell. $site = Get-SPWeb -Identity Insert MySite Web Application URL $site.applytheme("/_catalogs/theme/15/CustomColorPallet.spcolor",$Null, $Null,$True) $site.Update() Renaming the SuiteBar $webApp = Get-SPWebApplication Insert MySite Web Application URL here $webApp.SuiteBarBrandingElementHtml ="Enter HTML Code" $webApp.Update();

SharePoint 2013 Language pack Downloads

English: http://www.microsoft.com/en-us/download/details.aspx?id=37140 French: http://www.microsoft.com/fr-fr/download/details.aspx?id=37140 German: http://www.microsoft.com/de-de/download/details.aspx?id=37140 Swedish: http://www.microsoft.com/sv-se/download/details.aspx?id=37140 Hindi: http://www.microsoft.com/downloads/details.aspx?familyid=c1fc3611-dd68-48ea-ad8e-b04951cf5b66&displaylang=hi Dutch: http://www.microsoft.com/nl-nl/download/details.aspx?id=37140 Portuguese: http://www.microsoft.com/pt-pt/download/details.aspx?id=37140 Spanish: http://www.microsoft.com/es-es/download/details.aspx?id=37140

Package Load Failure : Visual Studio 2008 on Windows Server 2008 R2

' If you find the above issue coming up when using Visual Studio 2008 on Windows Server 2008 R2 for SharePoint 2007 development, just say Yes and ensure, VS 2008 SP1 is installed.