Learn how to get all lists and libraries with two PowerShell scripts to understand what is going on in your SharePoint tenant.
Read MoreWelcome to SPO Scripts – your source of high quality PowerShell Scripts about M365 and SharePoint.
PowerShell is the language when it comes to automation of Microsofts collaboration products. In this blog I want to show you step by step how you can automate things with SharePoint PowerShell scripts. My aim is to democratize the automation so everybody can make their processes more efficient.
If you have any cases, where you think I should set up a blog or you have feedback for me, contact me. I appreciate it.
Latest Posts - SharePoint PowerShell scripts
Upload documents to SharePoint with PowerShell solution
Learn how to upload documents to SharePoint with PowerShell. Integrating different systems to SharePoint can be achieved easily with this.
Read MoreSharePoint Site Usage: Get active Sites for last 6 months with PowerShell
When migrating our SharePoint to SharePoint Online, it can be really hard to separate the wheat from the chaff. SharePoint Site usage helps you find, what is actually used in your current farm. SharePoint farms grow by new projects and with the change of structures. If you want to have...
Read MoreSharePoint get all sites and subsites PowerShell script
SharePoint sites are created very fast. With a few clicks, admins and users can create dozens of sites and subsites. Since it is so easy to create sites, we as admins should have an overview, what is going on at our SharePoint environment. I wrote scripts for this purpose to...
Read MoreSharePoint PowerShell add site collection administrator
When you administer the SharePoint, you might need access to all sites. I have provided a collection of PowerShell scripts, so you can access all sites after running a script
Read MoreBusiness Process Automation: How to make customers happy
Business process automation can help you to design a more efficient organization. With business process automation, you can guide your users through your processes, so your users know what to do and when to do it. In this article, I want to show you my key success factors, to make...
Read MoreLatest Posts - PowerShell Scripts
SharePoint Site Usage: Get active Sites for last 6 months with PowerShell
When migrating our SharePoint to SharePoint Online, it can be really hard to separate the wheat from the chaff. SharePoint Site usage helps you find, what is actually used in your current farm. SharePoint farms grow by new projects and with the change of structures. If you want to have...
Read MoreRun PowerShell script | a clear tutorial made for beginners
Every journey starts with the first step. PowerShell is the langauge, when it comes to task and configuration automation. In this article I want to cover a basic: How to start a PowerShell Script.
Read MoreMulti value arrays: How to create in PowerShell really easy
Multidimensional arrays are used to describe multi value objects in Powershell. ✔️ Learn how to create multidimensional arrays.
Read MoreHow to filter for PowerShell objects easily
If you are working interactively with PowerShell, It might be unhandy to define all the filtering options with Where-Object. I will show you how to filter for PowerShell objects the traditional way and doing it with Out-Gridview.
Read MoreUse credentials in PowerShell
Learn how to use credentials in PowerShell scripts and what to consider, when using Credentials in PowerShell.
Read MoreHow to use LINQ in PowerShell to compare arrays
Use LINQ in PowerShell to boost your filtering and comparing operations in PowerShell. Ready-to-Use Scripts provided.
Read More