PnP.PowerShell 3.4.1 released

PnP.PowerShell 3.4.1 released

Hi All,

Just a few hours ago, the PnP.PowerShell Module 3.4.1 has been released.

As you can see in the PowerShell Gallery and the Releases - there was 3.4.0 released and shortly after 3.4.1

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name PnP.PowerShell -Scope CurrentUser
Find-PSResource -Name PnP.PowerShell -Repository PSGallery

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

Uninstall-PSResource -Name PnP.PowerShell -Scope CurrentUser
Install-PSResource -name PnP.PowerShell -Repository PSGallery -Scope CurrentUser
Get-InstalledPSResource -Name PnP.PowerShell -Scope CurrentUser

I have blogged about how to Register the Entra ID App for PnP.PowerShell

Connect with App and Certificate and some basic tests

Connect-PnPOnline -Url "https://icewolfch.sharepoint.com/sites/DemoTemplate/" -ApplicationId "7bc9048b-ba56-4fe0-9b52-ba8f8a6e18a6" -Tenant "icewolfch.onmicrosoft.com" -Thumbprint "55ebadf1a14df8e088ef985730a8cfb01749400c"
Get-PnPContext
Get-PnPFolder -Url "Freigegebene Dokumente/Project/Script"
Get-PnPFileVersion -Url "Freigegebene Dokumente/Project/Script/AADUsers.csv"
Disconnect-PnPOnline 

Regards
Andres Bohren

PowerShell Logo

SharePoint Logo