SharePoint – Export all solutions wsp using PowerShell script

Hey Everyone, Today i will post a script very helpful when you are on Migration steps and you need export all wsp solutions. $dirName = "C:WSP" if (!(Test-Path -path $dirName)) { New-Item $dirName...

SharePoint 2016 Upgrade: How to solve the “Feature is referenced in database but isn’t...

2
Hello, Recently, I migrated a SharePoint 2010 farm to SharePoint 2016 and used an automated installation process using PowerShell and AutoSPInstaller to install the new SharePoint 2016 farm that ensured that...

How to configure HTTPS with HTTP redirect in SharePoint 2019 using Host Named Site...

0
This post explains how you can configure a web application holding host named site collections to use HTTPS and automatically redirect HTTP redirects to HTTPS in a SharePoint 2019...

SharePoint Scenarios – Online, On-Premises or Hybrid!?

2
Hey Everyone!!! Today i'm going to talk about SharePoint Scenarios and what are the main difference between this three types of scenarios and what scenario should be the option for your...

SharePoint Online – Storage Metrics – Monitor storage usage in your Site Collection

0
Hey Everyone!!! Today i will talk about Storage Metrics in your SharePoint Site Collection!!! Everyone knows what is the main feature on SharePoint that you could interact with and Structure of...

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...