SharePoint Online: Upload a Folder using PowerShell

Requirement: Upload a Folder to SharePoint Online using PowerShell. How to upload a Folder to SharePoint Online Document Library? You can upload a folder and its contents to SharePoint either using the web browser – upload button in the toolbar or by dragging and dropping the folder onto the library from Windows…

Read more

SharePoint Online: Export List Data to XML using PowerShell

Requirement: Export SharePoint Online List data to XML file. PowerShell to Export SharePoint Online List to XML Exporting a SharePoint Online list to an XML file using PowerShell can be a useful way to make a backup of the list or to transfer the list data to another system. In this article,…

Read more

SharePoint Online: Import XML to List using PowerShell

Requirement:  Import XML to SharePoint Online List. PowerShell to Import XML to SharePoint Online List Importing data from an XML file to a SharePoint Online list using PowerShell can be a useful way to migrate data from another system or to update existing list data. This article describes how to import an…

Read more

SharePoint Online: Export Site Collection Administrators to a CSV Report

Requirement: Get Site Collection Administrators Report for SharePoint Online. You must have site collection Admin rights, in order to get existing site collection administrators of a SharePoint Online site through PowerShell! How to Add Site Collection Admin to All SharePoint Online Sites? PowerShell to Get Site Collection Administrators in SharePoint Online and…

Read more

SharePoint Online: Export List Version History to Excel using PowerShell

Requirement: Export all versions of SharePoint Online List Items to CSV (Excel) file. PowerShell to Extract and Export List Item’s Version History to CSV File As an administrator, there may be occasions when you need to export a SharePoint Online list version history to Excel for further analysis. We can export the…

Read more

SharePoint Online: Find and Delete Orphaned Users using PowerShell

What are “Orphaned Users” in SharePoint Online? In short, orphaned users are those who were deleted from the authentication provider (such as removed from Active Directory when the user leaves the organization) and still continue to exist in SharePoint Online sites! Scanning each user in the SharePoint Online site collection for orphaned…

Read more