Tag: Powershell

Re-creating Multilanguage Links: A Step-by-Step Guide
Re-creating Multilanguage Links: A Step-by-Step Guide
Blog Posts

A How-to guide to re-creating multilanguage links for Pages in your SitePages library. Maybe you’ve also stumbled upon the issue of missing multilanguage links in your SitePages library in SharePoint Online. This can happen if you create translations in an unsaved default language Post / News Article.Since the Column Translation languages (_SPTranslatedLanguages) is read-only, you can’t simply… READ MORE

Import Excel Data To SharePoint Online Using PowerShell
Import Excel Data To SharePoint Online Using PowerShell
Blog Posts

Introduction In this article, we will go through the steps required to import the Excel file data to SharePoint online list using PnP PowerShell. There are a lot of ways to import the data, but for this article, we will stick to PowerShell way. Here the credit goes to person Danile Finke who developed the Import… READ MORE

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

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

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