Tag: sharepoint

Delete rows from a SharePoint list through Powershell script
Delete rows from a SharePoint list through Powershell script
Blog Posts

Another simple article, which provides a PowerShell script that I need to use to download a file from a Sharepoint site. So for that we are using the Pnp.Powershell module by giving the Sharepoint online credentials and then we use Connect-PnPOnline function to connect in the account from the PowerShell. The documentation of this module can be found here: PnP… READ MORE

Preservation Hold Library And The Site Storage Quota
Preservation Hold Library And The Site Storage Quota
Blog Posts

This blog post idea comes from a reader’s recent question… “Is there any way to get a size of our PHLs in each site collection?” Background… when you publish a retention policy to a SharePoint site with a setting to retain for a period of time, changes and deletions are preserved in a special library… READ MORE

SharePoint admin Center: New columns on Active sites page
SharePoint admin Center: New columns on Active sites page
Blog Posts

SharePoint admins will now be able to see where sites were created from – be it PowerShell, via the SharePoint admin center, from Teams, from SharePoint “Create site” – and to be able to see more clearly who created the site. In the SharePoint admin center, the Active sites page will provide new information:  The “Created from”… READ MORE

SharePoint Document Sets
SharePoint Document Sets
Blog Posts

I’m a fan of Document Sets for complex document management scenarios. Document Sets are a great way to store related documents together (folder style) while also adding metadata that can inherit to each document stored in the document set. The use case for Document Sets is usually where you have a requirement to store related documents in… READ MORE

Troubleshooting External Access to SharePoint Sites
Troubleshooting External Access to SharePoint Sites
Blog Posts

We frequently get questions about external contacts that can not access SharePoint sites that they should have access to. Well, access and permissions are troublesome in all organizations, but access issues for external users can have additional causes and solutions, so here’s an overview to help Site Owners and support and admin people (such as… READ MORE

Creating a Modern SharePoint Site using Power Automate
Creating a Modern SharePoint Site using Power Automate
Blog Posts

Are you wondering how could you create a SharePoint modern site using Power Automate to automate a site creation process and found out there is no action to create sites? Don’t worry, you can use SharePoint Rest API and the Send an HTTP Request to SharePoint action for that. Before using it, a few things to be… READ MORE