Skip to content

Latest commit

 

History

History
99 lines (72 loc) · 1.64 KB

Measure-PnPList.md

File metadata and controls

99 lines (72 loc) · 1.64 KB
external help file applicable schema
SharePoint Online, SharePoint 2016
2.0.0

Measure-PnPList

SYNOPSIS

Returns statistics on the list object

SYNTAX

Measure-PnPList -Identity <ListPipeBind>
                [-ItemLevel [<SwitchParameter>]]
                [-BrokenPermissions [<SwitchParameter>]]
                [-Web <WebPipeBind>]
                [-Includes <String[]>]
                [-Connection <SPOnlineConnection>]

PARAMETERS

-BrokenPermissions

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Identity

Type: ListPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Accept pipeline input: True

-Includes

Specify properties to include when retrieving objects from the server.

Type: String[]
Parameter Sets: 

Required: False
Position: 0
Accept pipeline input: False

-ItemLevel

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Web

The web to apply the command to. Omit this parameter to use the current web.

Type: WebPipeBind
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices