I am not able to use Get-PnPListItem on a large library (4800 items).
Expected behavior
Using Get-PnPListItem on a document library with 4,800 items, I would expect to see at least some items
Actual behavior
After attempting to use Get-PnPListItem on a document library with 4,800 items, it times out.
Steps to reproduce behavior
Connect-PnPOnline https://myTenant.sharepoint.com/sites/mySite -UseWebLogin #works fine
Get-PnPList #works fine
$list = (Get-PnPList)[9] #works fine; [9] is the 4,800 ItemCount library
$items = Get-PnPListItem -List $list.Title # Does NOT work - Timeout, every time
Which version of the PnP-PowerShell Cmdlets are you using?
[ ] PnP PowerShell for SharePoint 2013
[ ] PnP PowerShell for SharePoint 2016
[ ] PnP PowerShell for SharePoint 2019
[x] PnP PowerShell for SharePoint Online
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing Get-Module -Name sharepointpnppowershell* -ListAvailable)
3.23.2007.1
How did you install the PnP-PowerShell Cmdlets?
[ ] MSI Installed downloaded from GitHub
[x] Installed through the PowerShell Gallery with Install-Module
Reporting an Issue or Missing Feature
I am not able to use Get-PnPListItem on a large library (4800 items).
Expected behavior
Using Get-PnPListItem on a document library with 4,800 items, I would expect to see at least some items
Actual behavior
After attempting to use Get-PnPListItem on a document library with 4,800 items, it times out.
Steps to reproduce behavior
Connect-PnPOnline https://myTenant.sharepoint.com/sites/mySite -UseWebLogin
#works fineGet-PnPList
#works fine$list = (Get-PnPList)[9]
#works fine; [9] is the 4,800 ItemCount library$items = Get-PnPListItem -List $list.Title
# Does NOT work - Timeout, every timeWhich 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
)3.23.2007.1
How did you install the PnP-PowerShell Cmdlets?