Automating OneNote Notebook Migration to SharePoint with Power Automate and PowerShell

Why Automate OneNote Notebook to SharePoint Migration? Method 1: Power Automate with OneNote + SharePoint + OneDrive Flow Overview Method 2: PowerShell & PnP for Native .one Notebook Migration PowerShell Script Template CSV Template for Mapping Prerequisites Post-Migration Steps FAQs Q: Can Power Automate preserve full .one notebook files?A: No. It can only read pages, … Read more

How to fix SSL policy errors have been encountered. Error code ‘0x2’ in SharePoint

In this article, will see how to fix issue in SharePoint – SSL policy errors have been encountered. Error code ‘0x2’. Error: An operation failed because the following certificate has validation errors:\n\nSubject Name: CN=<CN>, OU=<OU>, O=<O>, L=Rome, S=Rome, C=IT\n Issuer Name: CN=<CN>, DC=<DC>, DC=it\n Thumbprint: 8D149D3FA98CA0FF1F5D0077FFC4DF9D0318829A\n\n Errors:\n\n SSL policy errors have been encountered. Error code ‘0x2’.. … Read more

How to Detect SharePoint Permission Changes

In this blog will see how to detect permission changes in SharePoint. To achieve this follow the below simple steps. First you have to go to Site Settings → Site Collection Administration → Site collection features → then choose “Reporting” → and press “Activate”. After doing this again go to Site Settings → Site Collection … Read more

SharePoint 2010/2013/2016 Audit Log Trimming

In this blog we see how to trim the SharePoint 2010/2013/2016 audit logs. We need to trim logs when storage is full, this is due to we didn’t implement a proper trimming of Audit logs, you can use below PowerShell command to delete them: $site = Get-SPSite https://yoursite . yourdomain . com $date = Get-Date … Read more

Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013

This blog post will give you a step by step process on how to migrate from SharePoint 2010 to SharePoint 2013. Few points to keep in mind before you start SharePoint migration: Update your SharePoint 2010 farm with latest service packs/patches. Change your SharePoint 2010 web applications from classic mode to claims. If you want you can also … Read more