SharePoint Online: Delete Alerts using PowerShell

Requirement: Delete Alerts in SharePoint Online. How to Delete Alerts in SharePoint Online? Alerts are an important part of SharePoint Online. While many of these alerts may be useful, there may also be alerts that you no longer want to receive. Thankfully, there is a way to delete SharePoint Online alerts. This…

Read more

SharePoint Online: Find Site Column Usage in Lists and Libraries using PowerShell

Requirement: Find a Site Column usage in SharePoint Online Site Collection. SharePoint Online: PowerShell to Get a Site Column’s usage in lists and libraries of a Site Collection: Are you looking to find where a specific column is used in your SharePoint Online lists and libraries? PowerShell can help! This blog post…

Read more

SharePoint Online: Create Alerts using PowerShell

Requirement: Create a SharePoint Alert using PowerShell. How to Create Alerts in SharePoint Online? Alerts in SharePoint Online help to track changes such as addition/changes/deletes to the content, E.g., Lists and libraries, pages, etc. You can specify the conditions under which you want to receive alerts and the frequency with which you…

Read more

SharePoint Online: Export Document Library Metadata to Excel

Requirement: Export SharePoint Online Document Library Metadata to a CSV file. Export Document Library Metadata to CSV using PowerShell: Do you need to export SharePoint Online document library metadata to Excel? Maybe you need to create a report or use the data in another application. No problem! You can easily export the…

Read more

SharePoint Online: Remove User or Group from Folder Permissions using PowerShell

Requirement: Remove the user from folder permissions in SharePoint Online. How to Remove a user from folder permissions in SharePoint Online? Want to restrict access to a folder in SharePoint Online? This blog post will show you how to remove a user or group from folder permissions in SharePoint Online. We’ll also…

Read more

How to Create OneDrive for Business Site Collections using PowerShell?

Requirement: Pre-create OneDrive for Business Sites using PowerShell. OneDrive for Business is Microsoft’s cloud-based storage solution that lets users store and work on files that are personal to them. It’s similar to a SharePoint Online document library with full control granted to users so that they can add, update, and delete files…

Read more

SharePoint Online: Remove List from Search using PowerShell

By default, all SharePoint Online lists and libraries appear in search results. In some cases, you want to remove a particular list’s contents from appearing in search results and prevent it from being indexed and displayed in search results. Say, You want to hide the image library’s content from appearing in search…

Read more

SharePoint Online: Read / Update Person or Group Field (People Picker) Values using PowerShell

Requirement: Get or Set “Person or Group” Field Values in SharePoint Online using PowerShell. The person or Group field provides a searchable list of people and groups when adding or editing an item. It acts like an auto-complete field when you type the first four characters of the user names. Here is…

Read more

SharePoint Online: How to Disable the Power Automate in Lists and Libraries?

Requirement: Disable the “Automate” button in SharePoint Online. Microsoft Flow is a great tool for automating business processes by building workflows. In some cases, to take control over customization, You may want to disable Flows by hiding the “Automate” button in modern lists and libraries in SharePoint Online. How to Disable Power…

Read more

Create Search Service Application in SharePoint 2016 Multi-Server Farm using PowerShell

As its name implies, the Search Service Application in SharePoint provides search functionality. We must use PowerShell scripts to configure the search service application from SharePoint 2013 onwards. Although we can create a new search service application instance, there is no user interface to configure the Search topology from SharePoint Central Admin….

Read more