You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
If you have a question and are not reporting a bug, please go to:
https://github.com/pnp/pnp-powershell/discussions
Notice
Many bugs reported are actually related to the PnP Core Library which is used behind the scenes. Consider carefully where to report an issue:
Reporting an Issue or Missing Feature
Issue
Expected behavior
Connect-PnPOnline should login me into my Application Registered in Azure AD (see #522)
Actual behavior
Connect-PnPOnline -ClientId xxxx-xxxx-CertificatePath C:\Temp -CertificatePassword (ConvertTo-SecureString -AsPlainText "" -Force) -Url https://.sharepoint.com -Tenant "onmicrosoft.com"
Connect-PnPOnline: Access to Path 'C:\Temp' is denied (I tried a number of paths - all failed with the same message Access to Path is Denied.)
Steps to reproduce behavior
I was following this article :- https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread#setting-up-an-azure-ad-app-for-app-only-access - got as far as Connect-PnPOnline and this failed.
I was following Bert's response to #522
Which version of the PnP-PowerShell Cmdlets are you using?
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing
Get-Module -Name sharepointpnppowershell* -ListAvailable
)ModuleVersion = 3.24.2008.1
How did you install the PnP-PowerShell Cmdlets?
The text was updated successfully, but these errors were encountered: