SharePoint Online: Change Group Owner using PowerShell

SharePoint groups simplify permission administration by assigning a set of users to a group and assigning permissions to them through the group. When we create a site, The default Owner group of the site (E.g., on the “Marketing” site, its “Marketing Owners”) is assigned as Group owner for all groups. If anyone…

Read more

SharePoint Online: Remove Web Part from Page using PowerShell

Requirement: Remove a web part from a page in SharePoint Online using PowerShell. How to Delete a Web Part from a SharePoint Online Page? Web parts are the widgets to show information, add business functionality, implement the process, act as an interface to databases or provide any other application-specific functionality. Web parts…

Read more

How to Hide a Content Type from New Button Dropdown in SharePoint?

Requirement: Hide a Content Type from the new button drop-down in SharePoint. How to make a Content Type Hidden in SharePoint? In SharePoint, when you add a new content type to a library, it will be added to the New button dropdown in the ribbon. If you want to hide a content…

Read more

How to Hide a Field in Content Type using PowerShell?

Requirement: Hide the content type field in SharePoint list forms. How to Hide a Field in Content type in SharePoint? You can hide a column appearing from all forms of the list, such as NewForm.aspx, EditForm.aspx, DispForm.asxp using content type. Follow these steps to hide a field in the content type. SharePoint:…

Read more

How to Set Multiple Choices as Default Value in SharePoint List?

Requirement: Set more than one choice as default value in a SharePoint list! How to Set Multiple Choices as the Default Value in SharePoint List? The Choice field in SharePoint allows one single value to be set as the default value. What if you want to set multiple values as default values?…

Read more

SharePoint Online: Get All Files from a Folder using PowerShell

Requirement: SharePoint Online PowerShell to list files in a folder. PowerShell to Get Files from a Folder in SharePoint Online Have you ever needed to get all the files from a folder in SharePoint Online? Maybe you are migrating files to a different location and need to grab everything from the folder….

Read more

SharePoint Online: PowerShell to Get All Site Collections and Subsites

Requirement: SharePoint Online PowerShell to get all site collections and subsites. SharePoint Online PowerShell to list all site collections and subsites Do you need to get a list of all sites and subsites in your SharePoint Online environment? Manually retrieving a list of all sites and subsites in SharePoint Online can be…

Read more

How to Backup-Restore a Site Collection in SharePoint using PowerShell?

Requirement: Backup and restore a site collection in SharePoint 2016 using PowerShell. How to backup a site collection in SharePoint 2016 using PowerShell? Although you can backup site collections from SharePoint Central Administration, as in How to Backup SharePoint Site Collection using Central Admin?, the Central admin way is kind of clunky…

Read more