Comments on: Install PnP PowerShell for SharePoint Online https://www.spguides.com/install-pnp-powershell/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Fri, 25 Oct 2024 11:25:37 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Shake Please https://www.spguides.com/install-pnp-powershell/#comments/596 Sat, 08 Jan 2022 12:36:58 +0000 https://www.sharepointsky.com/?p=20450#comment-596 Great content! Keep up the good work!

]]>
By: satvir https://www.spguides.com/install-pnp-powershell/#comments/520 Wed, 08 Dec 2021 21:52:13 +0000 https://www.sharepointsky.com/?p=20450#comment-520 Thank You. It worked for me

]]>
By: Sohail Raza https://www.spguides.com/install-pnp-powershell/#comments/356 Fri, 06 Aug 2021 01:17:09 +0000 https://www.sharepointsky.com/?p=20450#comment-356 The commands are not working as expected.

When I tried

Connect-PnPOnline –Url https://xxx.sharepoint.com –Credentials (Get-Credential)

It asked me to uninstall all previous versions of “SharePointPnPPowerShellOnline” and install “PnP.PowerShell” like below

Uninstall-Module -Name SharePointPnPPowerShellOnline -AllVersions -Force
Install-Module -Name PnP.PowerShell

Then I again tried

Connect-PnPOnline –Url https://xxx.sharepoint.com –Credentials (Get-Credential)

Connect-PnPOnline : AADSTS65001: The user or administrator has not consented to use the application with ID ‘31359c7f-bd7e-475c-86db-fdb8c937548e’
named ‘PnP Management Shell’. Send an interactive authorization request for this user and resource.

]]>