SharePoint Online: Copy Attachments from One List to Another using PowerShell
Requirement: Copy Attachment from one list to another in SharePoint Online. PowerShell to Copy Attachment to Another List in SharePoint Online:Had a requirement to copy attachments between SharePoint...
View ArticleSharePoint Online: Create Announcement List using PowerShell
Requirement: Create Announcement List in SharePoint Online.How to Create Announcement list in SharePoint Online? Here is how to create announcement list in SharePoint Online:Navigate to the SharePoint...
View ArticleSharePoint Online: Get All Users using PowerShell
While my another post addresses How to get all users and groups in SharePoint Online, this post aims to get all users of the SharePoint site collection.SharePoint Online: PowerShell Get All Users of...
View ArticleSharePoint Online: Remove Site Collection Administrator using PowerShell
Requirement: Remove Site collection Administrator using PowerShell in SharePoint Online.How to remove site collection administrator(s) in SharePoint Online? Site collection administrators in SharePoint...
View ArticleSharePoint Online: Change Group Permissions using PowerShell
Requirement: SharePoint Online Change Group PermissionsHow to Update permissions for a SharePoint group?To edit group permissions in SharePoint Online, following these steps:Login to your SharePoint...
View ArticleSharePoint Online: Change User Permissions using PowerShell
Requirement: Edit user permissions in SharePoint OnlineHow to change user permissions in SharePoint Online?You want to change user's permission on a particular site/library/item in SharePoint online....
View ArticleCompare SharePoint List Item Version History using PowerShell
Requirement: Compare version history data of SharePoint List items and update a metadata column based on a particular field's value change.Bit background: We've a project tracking list with "Status"...
View ArticleFix "Get-SPOSite: The Site 'https://tenant.sharepoint.com/' is not properly...
Problem: When trying to connect to SharePoint Online site collection, got this error message"Get-SPOSite The Site Tenant-URL is not properly formed."Solution:Solution is simple! Just remove the...
View ArticleSet Global Search Center in SharePoint 2016
So, you have your search center site ready for SharePoint 2013 (Use this article: Create Enterprise Search Center using PowerShell) as a next step, you should configure global search center from...
View ArticleHow to Delete a Host Named Site Collection in SharePoint using PowerShell?
Requirement: Delete host named site collection using PowerShell in SharePoint. How to Delete host named Site Collection? Generally, Host named site collections in SharePoint are managed through... [[...
View ArticleRemove SharePoint Web Application Policy using PowerShell
Requirement: Remove Web Application Policy using PowerShell How to remove a web application Policy in SharePoint? To remove a user or group from SharePoint web application Policy, follow these... [[...
View ArticleEnable Blank Site Template in SharePoint 2016
Problem: Blank site template is not available in SharePoint 2013 and SharePoint 2016. If you try to create a site collection from SharePoint Central Administration site or try to create a subsite,......
View ArticleFind All OneDrive Site Collections in SharePoint Online using PowerShell
Requirement: Get a list of all OneDrive site collections from SharePoint Online. I was asked to get the list of all OneDrive sites to get the usage of OneDrive for Business in our Office 365 tenant.......
View ArticleGet-Set OneDrive Site Collection Storage Quota Size using PowerShell
Get OneDrive Site collection Storage Quota Information: To get the storage quota data for a particular OneDrive site, use this PowerShell cmdlet in SharePoint Online Management Shell Get-SPOSite... [[...
View ArticleHow to Gain Owner Access to OneDrive for Business Sites in Office 365?
By default, When SharePoint My Site or OneDrive site collection is created by the user, SharePoint assigns primary site collection administrator rights to the user. In some cases you might need to......
View ArticleThere was a problem deleting Web site "Site-URL". Sites that have subsites or...
Problem: If you try to delete a SharePoint Online site which has subsites in it, SharePoint throws error message saying "There was a problem deleting Web site "<subsite-url>". Sites that have......
View ArticleHow to Set Secondary Admin for All OneDrive for Business Sites?
When SharePoint My Site or OneDrive for business site collection are created by the user, SharePoint assigns primary site collection administrator rights to the user. At times, you may have to gain ......
View ArticleHow to Delete OneDrive for Business Site Collection in SharePoint Online?
Requirement: Delete OneDrive for Business Site Collection! After a business decision made to disable OneDrive in organization wide, We configured the settings to disable OneDrive. However, All... [[...
View ArticleSharePoint Online: Site Collections Storage Size - Quota Usage Report using...
Requirement: Need to generate a report to analyze all SharePoint Online Site collection storage consumption. How to get the Storage Metrics of a SharePoint Online Site Collection? To find... [[ This...
View ArticleLimit Search Results to a Specific Content Source in SharePoint 2016
Requirement: HR team wants to setup a dedicated search portal to search a confidential file share. If its SharePoint 2010, we would have created a search scope and added rules to include only... [[...
View Article