SharePoint Online: Get Site Properties using PowerShell
Requirement: Get site properties in SharePoint Online using PowerShell SharePoint Online: PowerShell to Get Site Properties You can get SharePoint Online site properties using SharePoint Management......
View ArticleSharePoint Online: Get Subsites using PowerShell
Requirement: Get a subsite using PowerShell in SharePoint Online Get a Subsite using PowerShell in SharePoint Online Here is how to get a subsite from PowerShell in SharePoint Online: #Load... [[ This...
View ArticleSharePoint Online: PowerShell to Disable Versioning
Requirement: Disable Versioning in SharePoint Online using PowerShell How to Disable Versioning in SharePoint Online? Versioning feature in SharePoint Online creates a copy of items when someone... [[...
View ArticleSharePoint Online: PowerShell to a Get List
Requirement: Get a list in SharePoint Online using PowerShell PowerShell to Get a SharePoint Online List Let's get a list in SharePoint Online and count items in list using PowerShell: #Load... [[ This...
View ArticleSharePoint Online: Delete Unique Permissions in a Subsite using PowerShell
Requirement: Delete Unique Permissions of a Subsite in SharePoint Online using PowerShell How to Remove Unique Permissions of a SharePoint Online Site? Removing unique permissions and restoring... [[...
View ArticleSharePoint Online: PowerShell to Get List ID (GUID)
Requirement: Get List ID in SharePoint Online using PowerShell How to Get the List ID in SharePoint Online? If you go to List Settings of any list or library, the URL looks like:... [[ This is a...
View ArticleSharePoint Online: PowerShell to Disable Modern Experience
Requirement: Disable modern experience in SharePoint Online. How to Disable New User Experience in a List and Switch back to Classic View? Definitely the modern experience in SharePoint Online lists......
View ArticleSharePoint Online: Filter List View to Show Files Only from a Sub-Folder...
Requirement: Set a list view filter to show files from a specific folder in a SharePoint Online document library. How to Set the View Filter to Show Files from a Folder? Unfortunately, The... [[ This...
View ArticleSharePoint Online: Delete All Unique Permissions from a Site Collection using...
Requirement: Remove unique permissions from a SharePoint Online site collection and restore permission inheritance from the parent. PowerShell Script to Restore Permission Inheritance in SharePoint......
View ArticleSharePoint Online: PowerShell to Get a File
Requirement: Get a File from SharePoint Online using PowerShell PowerShell to Get a File from SharePoint Online Here is my nifty collection of PowerShell scripts to get a file from SharePoint... [[...
View ArticleSharePoint Online: Unique Permissions Report using PowerShell
Requirement: Get unique permissions report in SharePoint Online using PowerShell PowerShell for SharePoint Online Unique Permissions Report Here is the SharePoint Online PowerShell to get unique... [[...
View ArticleSharePoint Online: Enable SharePoint Designer using PowerShell
Requirement: Enable SharePoint Designer for a SharePoint Online site. SharePoint Online: How to Enable SharePoint Designer? By default, SharePoint designer customizations are disabled for modern... [[...
View ArticleSharePoint Online: Compare Features Between Sites using PowerShell
Have you even wanted to compare features activated between SharePoint Site collections or sites? Well, this nifty PowerShell script does that exactly! PowerShell to Compare Features Between... [[ This...
View ArticleGet SharePoint Online Tenant Settings using PowerShell
Requirement: Get tenant settings in SharePoint Online PowerShell to Retrieve Tenant Setting in SharePoint Online: #Set SharePoint Online... [[ This is a content summary only. Visit my website for full...
View ArticleMigrate SharePoint 2010 Document Libraries to SharePoint Online using PowerShell
Requirement: Migrate Document Libraries from SharePoint 2010 to SharePoint Online. How to Migrate SharePoint 2010 Document Libraries to SharePoint Online? The idea is: Export all document libraries......
View ArticleSharePoint Online: Create Site Collection from Custom Template
Requirement: Create Site Collection with Custom Template in SharePoint Online SharePoint Online: Create Site Collection from Custom Template Creating subsites from a custom template is quite... [[ This...
View ArticleSharePoint Online: Share Site and Invite External Users using PowerShell
Requirement: Share SharePoint Online Site with Multiple External Users using PowerShell. SharePoint Online: Share with External Users using PowerShell This PowerShell script invites external users......
View ArticleSharePoint Online: Delete Empty Folders using PowerShell
Requirement: Delete Empty Folders in SharePoint Online Document Library using PowerShell SharePoint Online: PowerShell to Remove Empty Folders This PowerShell script deletes all empty folders from a......
View ArticleSharePoint Online: Get All Folders from List using PowerShell
Requirement: Get All Folders from a SharePoint Online list using PowerShell PowerShell to Get All Folders in a SharePoint Online List Here is the CAML based approach to get all folders and... [[ This...
View ArticleSharePoint Online: Move All Files from One Folder to Another using PowerShell
Requirement: Move All Files Between Folders in SharePoint Online using PowerShell PowerShell to Move All Files from One Folder to Another in SharePoint Online: Here is the PowerShell to move all... [[...
View Article