Skip to content

Commit

Permalink
Added notice on the cmdlet not working when there are more than 5,000…
Browse files Browse the repository at this point in the history
… results
  • Loading branch information
KoenZomers committed Jan 22, 2025
1 parent 4144613 commit b1ace2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/Get-PnPFileCheckedOut.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Get-PnPFileCheckedOut -List <ListPipeBind> [-Connection <PnPConnection>]

This cmdlet allows to retrieve all files that are currently checked out in a library.

Notice: if this cmdlet would return more then 5,000 results, so 5,000 or more checked out files, it will not work and will throw an error. This is unfortunately a limitation of SharePoint Online and not something that can be fixed in the cmdlet. As long as the number of checked out files is below 5,000, this cmdlet will work as expected, even on document libraries that contain more than 5,000 files.

## EXAMPLES

### EXAMPLE 1
Expand Down

0 comments on commit b1ace2f

Please sign in to comment.