Replies: 1 comment
-
tracking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #3656
Originally posted by amaru96 December 28, 2023
If my doc lib has a massive amount of items (millions) the Get-PnPListItems command throws an error: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
This is the command I'm running which works most of the time, but as I said, if the doclib is massive, it errors.
Get-PnPListItem -List $doclib -Fields "FileLeafRef", "FileRef" -PageSize 100
Beta Was this translation helpful? Give feedback.
All reactions