Forum Discussion
jrmcloughlin
Feb 05, 2020Copper Contributor
Get-PnPListItem Value cannot be null
I've hit an issue in a couple of document libraries when running Get-PnPListItem to retrieve all documents I get a "Value cannot be null" response: $items = Get-PnPListItem -List "Shared Document...
Carlos_Marins
Feb 06, 2020Iron Contributor
Hey jrmcloughlin,
A few questions to help understand your problem:
- Are you using the latest version of PnP PowerShell?
- Does this problem happen only to the Shared Documents library?
- Do you have permission to read/ edit this list?
Regards,
- jrmcloughlinFeb 07, 2020Copper Contributor
- Yes
- Shared Documents is the only library we have on each site. We have hundreds of sites and I've only seen this issue on 2 of them
- I'm site collection admin
Thanks