PnP.PowerShell 1.11.0 released

Hi All,

A few hours ago, Microsoft has released the V1.11.0 of the PnP.PowerShell Module to PowerShell Gallery

PnP.PowerShell 1.11.0

PnP.PowerShell Changelog


Check the installed Version and the Version in PowerShell Gallery

Get-InstalledModule PnP.PowerShell
Find-InstalledModule PnP.PowerShell


Uninstall the old Module and install the new Version of the Module

Uininstall-Module PnP.PowerShell
Install-Module PnP.PowerShell


Now you can use the PowerShell Module.
Some example code below.

Connect-PnPOnline -Url "https://icewolfch.sharepoint.com/sites/DemoTemplate/" -Interactive
Get-PnPContext
Get-PnPFolder -Url "Freigegebene Dokumente/Project/Script"
Get-PnPFileVersion -Url "Freigegebene Dokumente/Project/Script/AADUsers.csv"





Regards
Andres Bohren