Category: PowerShell

PnP PowerShell - What You Need to Know
PnP PowerShell – What You Need to Know
Webinars

PnP PowerShell – What You Need to Know Join Erwin for this webinar recording and learn all about PnP PowerShell and what you need to know! Did you know that SharePoint and PnP (Patterns and Practices) were born out of frustration? Yes, the idea of creating a better platform for sharing and collaborating on documents… READ MORE

Teams Auto Attendant and Call Queue Spring-Cleaning
Teams Auto Attendant and Call Queue Spring-Cleaning
Blog Posts

Are your Teams Auto Attendants, Call Queues and Resource Accounts a mess? Or have you lost track of who created which accounts or Voice Apps? You know what they say… Too Many Cooks Spoil the Broth. It’s not really spring yet but who cares? Cleaning up your environment is always a good thing. Today we’re… READ MORE

How to Use PowerShell Array – Complete Guide
How to Use PowerShell Array – Complete Guide
Blog Posts

PowerShell Arrays are used to store a collection of items. They are a fundamental part of PowerShell, or any programming language because they allow you to store and structure a collection of items into a single variable. We can then use the array to perform a wide range of tasks on each of the items… READ MORE

Installing the Microsoft Teams PowerShell Module
Installing the Microsoft Teams PowerShell Module
Blog Posts

On February 15, 2021 Microsoft has decommissioned the Skype for Business Online PowerShell Module and rolled the commands that were available in that module into the new Microsoft Teams PowerShell Module. Whether you are using Teams in your organization or not, you will need to upgrade to the latest PowerShell module to manage Skype for… READ MORE

Get SharePoint items from lists by using PowerShell
Get SharePoint items from lists by using PowerShell
Blog Posts

This post describes how to get SharePoint items from any lists by using PowerShell. In some BI architectures, where the user wants to store the data in spreadsheets or somewhere that is not stored within a database, we can usually offer the option of storing that data within a list in SharePoint. In this way,… READ MORE

An Introduction to PowerShell for SharePoint
An Introduction to PowerShell for SharePoint
Webinars

By now you must have heard about PowerShell: All the cool kids use it! But what if you are not a developer? Could PowerShell help you out when you are an admin or doing site configuration? Join this webinar to learn how to set up PowerShell on your machine and start managing your environment in… READ MORE

Get file (download) from Sharepoint through PowerShell script
Get file (download) from Sharepoint 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