Category: PowerShell

How to Create Organizational News Site in SharePoint Online

How do I create an organizational news site in SharePoint Online

Loading

In this article, we will learn about how to create organizational news site in SharePoint Online and what an organization news site is. SharePoint organizational news sites serve as the primary conduit for official news within your intranet. Information disseminated through these sites is distinguished by a colour tag, enabling users to differentiate between official

Continue reading

Cancel All Your Running Power Automate Flow Runs Using PowerShell M365 CLI

How to cancel all your running Power Automate Flow runs Using M365 CLI PowerShell

Loading

In this “Cancel All Your Running Power Automate Flow Runs” article, we will learn how to cancel all instances of a running Power Automate flow from a given environment using PowerShell and PnP PowerShell. We will also learn what Microsoft 365 CLI is and how to install M365 CLI packages on your laptop. In my

Continue reading

Streamlining Your SharePoint Online Data Management: How to read and update SharePoint Online records quickly 3 ways

3 best ways Read and Update SharePoint Online Records over a million

Loading

In this read and update SharePoint Online records article, we will learn the best way to read and update larger lists containing millions of records. Generally, we get the list view threshold error if we try to read list items over 5000. With this error, many people might think that we cannot store and manipulate

Continue reading

Best 2 ways to Bulk update SharePoint list items using PowerShell in SharePoint Online

Best 2 ways to Bulk update SharePoint list items using PowerShell in SharePoint Online

Loading

In this SharePoint Online PowerShell tutorial, we will learn how to perform bulk update SharePoint list items using PowerShell. Here you will learn the below two methods to bulk update large list items in SharePoint Online: Bulk update SharePoint Online list items using CSOM PowerShell. Bulk update SharePoint Online list items using PnP PowerShell Bulk

Continue reading

SharePoint Online: Best way to get more than 5000 list items using PowerShell script

SharePoint Online - best way to get more than 5000 list items using PowerShell script

Loading

In this tutorial, we will learn how to get more than 5000 list items using PowerShell script in SharePoint Online. As we know generally, if we have a list or document library with more than 5000 items in SharePoint, we will not be able to retrieve those items due to the list view threshold error.

Continue reading

Get tenant id using PowerShell: How to get Tenant ID using Azure PowerShell?

How to get Tenant ID in office 365 step by step

Loading

In this “Get tenant id using PowerShell” blog, we will learn how to get Tenant ID in Microsoft 365 using the Azure PowerShell command very quickly. While we do programming or app development in Power Platform or if you want to expose your application outside your tenant which can be consumed by the third party

Continue reading

[Fixed]: The term ‘Connect-AzAccount’ is not recognized as the name of a cmdlet

How to fix “Connect-AzAccount - The term 'Connect-AzAccount' is not recognized as the name of a cmdlet, function, script file, or operable program.

Loading

In this PowerShell troubleshooting article, we will learn how to fix the error “The term ‘Connect-AzAccount’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.” We will get

Continue reading

Setup home site SharePoint: How to set up home site in SharePoint Online using PowerShell?

Setup home site SharePoint - How to set up home site in SharePoint Online using PowerShell?

Loading

In this “Setup home site SharePoint” article, we will learn about how to set up a home site in SharePoint Online using the PowerShell script. What you will learn from this article? Introduction to home site app in SharePoint Online Capabilities of Home Site in SharePoint Online Set up a home site for your organization

Continue reading

[Fixed]: Script is not digitally signed. You cannot run this script on the current system

[Fixed] - Script is not digitally signed. You cannot run this script on the current system

Loading

The script is not digitally signed is a common error in PowerShell coding. Many times, we might face this issue like when we try to execute the PowerShell script (.ps1) file on our laptop or desktop we will get this error “<script path>.ps1 is not digitally signed. You cannot run this script on the current

Continue reading

[Fixed]: Start SharePoint Central Administration service using PowerShell

Start SharePoint Central Administration service using PowerShell

Loading

Start SharePoint Central Administration service using PowerShell – as we know SharePoint Central administration site is the heart of everything in SharePoint on-premise when it comes to managing the SharePoint farm, this site generally gets hosted in the application server and it runs by the “Central Administration ” service. This can be managed through the

Continue reading