Author: MA Microsoft Techy

Using PowerShell create a folder if not exists – in 2 proven steps

Using PowerShell - Create a folder if not exists

Loading

Using PowerShell create a folder if not exists – in this post, I will show how to create a folder or directory if not exist in the given directory or path using PowerShell code or script. The below PowerShell code will create a folder with the name “LogFiles” in the .ps1 file root directory if

Continue reading

[Fixed]: List View Threshold Error in SharePoint Online (5000 items issue) and SharePoint On-Premise

List view threshold error(5000 items issue) in SharePoint On-Premise/SharePoint Online

Loading

List view threshold error: Many times when we deal with the big lists in SharePoint, we get the error: “This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator”. In this article, we will learn about the root cause of the list view threshold error in SharePoint

Continue reading

In 2 steps instantly upload files to SharePoint document library using PowerShell CSOM

Upload files to SharePoint document library using PowerShell - Demo

Loading

Upload files to SharePoint document library using PowerShell (SharePoint Online) – here in this post – I will show how we can upload multiple files or documents to SharePoint online document library using PowerShell CSOM programmatically from the given directory. Upload files to SharePoint document library using PowerShell CSOM Below is the list of files

Continue reading

Instantly in 2 steps encode and decode an URL using PowerShell coding

Encode and decode an URL using PowerShell coding

Loading

Encode and decode an URL using PowerShell – here in this post, I will show how to encode and decode the URL using PowerShell coding, and also we will learn how to decode a SharePoint list id (GUID) using the online tool. Introduction: Encode and decode an URL using PowerShell coding A website’s URL, also

Continue reading

Quick Fix – Failed to upgrade SharePoint products: The upgraded database schema doesn’t match the TargetSchema – SharePoint 2016

Failed to upgrade SharePoint Products

Loading

In this “Failed to upgrade SharePoint products” troubleshooting article, we will learn about how to fix the upgrade database error when the SharePoint configuration wizard failed, basically, we might see the below two errors or exceptions: Failed to upgrade SharePoint Products Exception: The upgraded database schema doesn’t match the TargetSchema Issue Description (Failed to upgrade

Continue reading

How to Easily Download Files from SharePoint using PowerShell with date filter

Download files from SharePoint document library using PowerShell script

Loading

Download files from SharePoint Online document library using PowerShell: Here in this post, I will show how we can download files or documents from SharePoint Online document library using PowerShell CSOM script programmatically from the given date by passing the “From Date” and “To Date” to the query. Download files from SharePoint document library (download

Continue reading

Fastest way to create multiple items in a list using PowerShell CSOM – O365

SharePoint list item - Create multiple items in a list using PowerShell

Loading

Create multiple items in a list (SharePoint Online) using PowerShell – here in this post, I will show how to create multiple list items in SharePoint online list using the PowerShell CSOM code programmatically. Create multiple items in a list using PowerShell CSOM script in SharePoint Online (Which is the fastest way to create multiple

Continue reading

Quick fix SharePoint Server Error: http://go.microsoft.com/fwlink?LinkID=177673

Solved: SharePoint Server Error: http://go.microsoft.com/fwlink?LinkID=177673

Loading

In this “SharePoint Server Error” article, we will learn about when we get “Server error: http://go.microsoft.com/fwlink?LinkID=177673”  from SharePoint sites and how to fix it. Issue Description: SharePoint Server Error: http://go.microsoft.com/fwlink?LinkID=177673 During our SharePoint content database migration, we faced this issue. Let’s say we have migrated the content database from SharePoint one version to another version(for

Continue reading

2 ways instantly PowerShell to send email from SharePoint Online

PowerShell to send email from SharePoint online demo output

Loading

In this “send email from SharePoint Online” post, I will share how we can send emails from SharePoint Online using PowerShell script (CSOM) code programmatically and using the PnP PowerShell commands. PowerShell to send email from SharePoint Online Use the below PowerShell to send email from SharePoint Online: CLS #Load SharePoint CSOM Assemblies #Add-Type -Path

Continue reading

Instantly Get SharePoint List URL by list ID

Get SharePoint list URL by list ID Demo

Loading

Get SharePoint list URL by list ID – Sometimes for some reason when SharePoint developer is shared only with SharePoint site URL and list id – using these two combinations, they need to generate the default view URL.  Then how can we construct the list URL? I will show here in this post how we

Continue reading