Restore Recycle bin SharePoint Online with PowerShell

Restore recycle bin sharepoint online pnp

One of my users deleted a complete document library containing more than 12000 items. He synced the folder to his desktop, to find out it was way too big. Unfortunately, he deleted the items from his desktop without stopping the synchronization first. You can restore items … Read moreRestore Recycle bin SharePoint Online with PowerShell

Get Team sites & Create Document Library in SharePoint with PowerShell PnP

SharePoint teamsites Powershell and document libraries

I needed to create a new document library to all our project related SharePoint Team sites. We use Office 365 Teams for both business units as for our projects, so first we need to get a list of all Team sites within the tenant, then … Read moreGet Team sites & Create Document Library in SharePoint with PowerShell PnP

Manage Office 365 Group Members and Owners with PowerShell

With PowerShell UnifiedGrouplinks cmdlet we can easily manage the Office 365 Group member- and ownerships. The UnifiedGroupLinks cmdlet is part of the Exchange Online PowerShell session. So before we can start adding Office 365 Group Members or change them to Owner we first need to connect … Read moreManage Office 365 Group Members and Owners with PowerShell

Copy Sharepoint list items to another list with Powershell and PnP

You can easily copy Sharepoint list items to another list with Powershell and PnP. First, connect to the source Sharepoint site with PnP-Online: Get the list items Now we need to retrieve the list of items that we want to copy: Copy the items to … Read moreCopy Sharepoint list items to another list with Powershell and PnP

Share Sharepoint files and folders from an Office365 Group

Sharing files in Sharepoint, that shouldn’t be that hard right? Well if you are using Office 365 Groups you might have noticed that you are not able the share a file or folder from the Groups Sharepoint site to external users. When you try to … Read moreShare Sharepoint files and folders from an Office365 Group

Show duplicate content in SharePoint Online Search Results

Are you not seeing all results when searching for documents in Sharepoint? Are you confident that there is another, newer version? Then probably it’s filtered out by Sharepoints duplicate content removal in the search results. A document does not have to be 100% similar to … Read moreShow duplicate content in SharePoint Online Search Results