Replies: 1 comment 2 replies
-
Hi @brodemann, I know this post is old but I am having the same error as you currently. Have you ever found a work around? Kind regards, |
Beta Was this translation helpful? Give feedback.
2 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.
-
Reporting an Issue or Missing Feature
Issue
Expected behavior
Deletion of item from Recycle Bin using the -Identity parameter
Actual behavior
Getting list view threshold error
Error:
Clear-PnpRecycleBinItem : The attempted operation is prohibited because it exceeds the list view threshold.
At line:1 char:1
Steps to reproduce behavior
ForEach($item in $bin){
$itemId = $item.Id.Guid
Clear-PnpRecycleBinItem -Identity $itemId -Force
}
What is the version of the Cmdlet module you are running?
1.6.0
Which operating system/environment are you running PnP PowerShell on?
Windows
Beta Was this translation helpful? Give feedback.
All reactions