PnP.PowerShell 3.3.0 released

PnP.PowerShell 3.3.0 released

Hi All,

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

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

You can simply use my M365PSProfile Module to tupdate all the Modules used for M365 Administration - find the Documentation here: Documentation

Install-PSResource -Name M365PSProfile -Scope CurrentUser
Install-M365Module

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