You have probably heard of SharePoint and also used the Office suite such as Word, Excel, PowerPoint etc. However, you keep hearing about Office 365 (O365) and how it is helping organizations be more productive and enable users to do …
How to Clean Up SharePoint? Best Practices by Microsoft MVPs
Join The Expert Series group and get advice from the industry experts!
SharePoint Cleanup Best Practices
In this episode the Experts will delve into the best practices for SharePoint Cleanup, provide their expertise to your questions, demonstrate valuable tools such …
How to Create multiple SharePoint Sites using PowerShell and XML template?
Blog written by:
Dhaval Shah
SharePoint & .Net Consultant
Download the Source Code here:https://github.com/QiPointCo/Blogs/tree/master/CreateSitesSPOnline
Install SharePoint Online SDK here: https://www.microsoft.com/en-us/download/details.aspx?id=42038
Recently I had to develop the PowerShell script that would create indefinite number of sub sites in SharePoint …
Connect to Office 365 and SharePoint Online using PowerShell
Connect to Office 365 and SharePoint Online using PowerShell
In this article, we will create new users to your SharePoint online environment, and also add these users to Office 365 Groups using Remote PowerShell. This tutorial should help get you …
Leveraging Templates to Create Documents in SharePoint Library
Blog written by:
Chris Ang
SharePoint Architect
CCNA, MCPD, MCTS, A+
Intro
Organizations seldom take advantage of using document templates to create or add a new document in SharePoint Document Library, although this feature has been available since SP2007.
There …
How to Cleanup SharePoint User Permissions
Blog written by:
Liam Cleary
SharePoint MVP
Intro
Note: This blog is to be used with the SharePoint Essentials Toolkit, you can use the link at the bottom of this article to get it.
With the best intentions in the …
Making Hidden Files with “No Versioning” Option Checked, Visible in SharePoint Library
Blog written by:
Chris Ang
SharePoint Architect
CCNA, MCPD, MCTS, A+
Intro
The Versioning settings in a SharePoint Library has an option called “Require documents to be checked out before they can be edited”. If this is selected as Yes, …
How to use Item Query to search for specific text in the SharePoint Essentials Toolkit
Blog written by:
Liam Cleary
SharePoint MVP
Intro
There are often times when working with SharePoint where you need to find specific content, text, web parts, or even HTML code throughout the site. Most of the time you rely heavily …
SharePoint Framework (SPFx) (Part 3) Deploying and Shipping Your Client-side Web Part with Office 365 CDN
Blog written by:
Dhaval Shah
SharePoint & .Net Consultant
Intro
In a previous article we showed how to develop announcement web parts using the SharePoint Framework. We added various styles to the web part and created a service layer to …