Get-PnPTenantSite : Could not load type 'Microsoft.SharePoint.Client.SPResourceEntry' #4092
Unanswered
bhanuchintha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Get-PnPTenantSite command to retrieve tenant site details using the App context. However, I am encountering the below error with the Get-PnPTenantSite command:
Get-PnPTenantSite : Could not load type 'Microsoft.SharePoint.Client.SPResourceEntry' from assembly 'Microsoft.SharePoint.Client, Version=16.1.0.0, Culture=neutral, PublicKeyToken=xxx'.
I have the Sites.FullControl.All permissions granted to the app with the admin consent with Graph api & SharePoint
I am using PnP PowerShell module version 1.12.0 here.
Beta Was this translation helpful? Give feedback.
All reactions