Author: MA Microsoft Techy

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

Instantly Solved: “Sorry, something went wrong. There was an exception in the Database” (SharePoint Server Error) – SharePoint 2016/2019

Sorry, something went wrong. There was an exception in the Database. Please retry your operation and if the problem persists, contact an administrator

Loading

How to fix  “Sorry, something went wrong. There was an exception in the Database. Please retry your operation and if the problem persists, contact an administrator” in SharePoint 2016 search. Issue Descriptions: “Sorry, something went wrong. There was an exception in the Database” (SharePoint Server Error) All of a sudden, our SharePoint 2016 search is

Continue reading

SharePoint Online Migration Checklist: 28+ Must-Have Quick Checklist Items

Top 28 Keys in SharePoint Online Migration Checklist - Basic tips and tricks in migration project

Loading

SharePoint Online Migration Checklist: Sometimes, while we do the SharePoint content database migration via the detach and attach method, we may encounter errors. However, if we open the migrated site, it does open and work. Here, I will explain how we can reduce the possibility of getting errors and some basic tips and tricks in

Continue reading

Failed to save modifications to the server error in SharePoint calculated column – SharePoint 2016

Failed to save modifications to the server error in SharePoint calculated column

Loading

Failed to save modifications to the server: Error returned: while creating the SharePoint calculated column, sometimes we may get the below error: “Failed to save modifications to the server. Error returned: ‘An unexpected error occurred (file ‘tmmdmodeltm.cpp’, line LineNumber, function ‘MDModelTM::CreateHierIterRequest’).” In this post, I will show how to fix the “failed to save modifications

Continue reading

What is the Version of SharePoint Online? How Do I know?

Do you know - what is the version of SharePoint Online

Loading

What is the version of SharePoint Online? Sometimes we may need to know what is the version of SharePoint online. In this post, I will share the shortcut technique to get the version of SharePoint online. What is SharePoint Online? SharePoint Online is a cloud-based service provided by Microsoft that enables organizations to create, manage,

Continue reading