PowerShell is the automation language, I am focussing on. You can use it to automate all collaboration services (Microsoft SharePoint, Microsoft Exchange, Compliance Center)
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 an overview, it is every time a good idea, to get rid of old stuff.
Young student studying online through laptop during the new normal digital remix
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.
Multidimensional arrays are used to describe multi value objects in Powershell. ✔️ Learn how to create multidimensional arrays.
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.
Learn how to use credentials in PowerShell scripts and what to consider, when using Credentials in PowerShell.