Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2763 from fowl2/patch-2
Browse files Browse the repository at this point in the history
 Measure-PnPList: add list view threshold note
  • Loading branch information
erwinvanhunen committed Jun 29, 2020
2 parents 858059e + 19b7ee2 commit 4d68e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Diagnostic/MeasurePnPList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace SharePointPnP.PowerShell.Commands.Diagnostic
{
[Cmdlet(VerbsDiagnostic.Measure, "PnPList")]
[CmdletHelp("Returns statistics on the list object",
[CmdletHelp("Returns statistics on the list object. This may fail on lists larger than the list view threshold",
Category = CmdletHelpCategory.Diagnostic,
SupportedPlatform = CmdletSupportedPlatform.Online | CmdletSupportedPlatform.SP2016 | CmdletSupportedPlatform.SP2019)]
[CmdletExample(
Expand Down

0 comments on commit 4d68e5d

Please sign in to comment.