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

Measure-PnPList: add list view threshold note #2763

Merged
merged 1 commit into from
Jun 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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