SharePoint

SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organizations.

What’s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 1)

0
From May 21st to 23rd, Microsoft has once again hosted SharePoint Conference, one of its biggest tech events, with many new announcements and revealing a lot of exciting new...

What’s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 2)

0
From May 21st to 23rd, Microsoft has once again hosted SharePoint Conference, one of its biggest tech events, with many new announcements and revealing a lot of exciting new...

Using KeywordQuery with CSOM SharePoint Online

2
string username = "***********"; string pwd = "*********"; string siteURL = "**********"; ClientContext context = new ClientContext(siteURL); Web web = context.Web; SecureString pass = new SecureString(); foreach (char c in pwd.ToCharArray()) pass.AppendChar(c); context.Credentials = new SharePointOnlineCredentials(username,...

Activating all Publishing Feature – Programmatically & Powershell – SharePoint 2010, 2013, 2016 &...

0
Hi Everyone!!! Today i will talk about Publishing Features!!! During this afternoon I was trying to activate Publishing Features but i wasn't having success because Page Library not was created...

Why You Should Migrate To Microsoft 365 (Part 2)

2
Is your business evaluating if it should move to the Cloud and migrate to Microsoft 365? Then you came to the right place! This post series will show you...

SharePoint 2016: Changing logo for all sites in a site collection using PowerShell

0
Hello, In a SharePoint 2010 to SharePoint 2016 migration project I was recently involved in, I noticed that in the new SharePoint 2016 Portal, the logo URL in all sites...

SharePoint 2016 – Create Service Accounts using PowerShell script

1
Hey Everyone!!! Today i will show you how can you create SharePoint 2016 Service Accounts using PowerShell script following the Best Practices. The script not only create all the accounts but also...

Failed to extract the cab file in the solution

0
This error can occurr when you have special characters, like (^ ~), on file names defined on the feature.xml or ir elementmanifest.xml.Today i found a new reason to provoke this...

Create SharePoint 2016 install package with AutoSPSourceBuilder

2
Hey Everyone! Today i will speak about AutoSPSourceBuilder, a great powershell script to create a packages to install SharePoint 2016, 2013 and 2010. The packages created by AutoSPBuilder,  you can...

Super short guide to a successful SharePoint 2013 FBA Pack Installation

0
If you need a super-short reference to get FBA authentication rolling in your SharePoint application, you'll find it here. This is a super short guide to a successful experience with...