Some thoughts on programming stuff

Tag: List

Export list in SharePoint via PowerShell

SharePoint lists are very powerful and we often need to export list data for our customers. One of the best option to achieve that is by PowerShell. So in this blog post we will cover how to export list in SharePoint via PowerShell. After exported to CSV, it’s easy to convert to an Excel format and do whatever you want. It’s important to say that this script will work on SharePoint Server On-Premises and you will need to enter the server to run it.

But why using a PowerShell if we can do that by the UI? Well, I need to agree with you. What I can answer about that? Basically, you can schedule exporting activities, you can take leave the script running on long lists without short timeouts, etc.

A SharePoint list - Export list in SharePoint via PowerShell
A SharePoint list (PowerApps blog)
Continue reading

How to open SharePoint settings?

It may sound basic to teach how to open the SharePoint Settings page, but it can help someone that is stepping inside the SharePoint world for the first time. Also this post will be used for referencing purposes in other step-by-step tutorials, reducing the post size for those who need to do or access something inside the Settings page. That’s why this post will cover how to open SharePoint settings.

Te settings page allows you to do a lot of things! According to Microsoft docs: “Once you’ve created a site in SharePoint Online or SharePoint Server, you can make changes to the settings, information, and permissions for the site.”. You can also define some advanced settings if you are a site owner or site collection administrator.

Continue reading

© 2024 wiliammbr's blog

Theme by Anders NorenUp ↑