Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 514 Bytes

GetPnPFolderItem.md

File metadata and controls

18 lines (16 loc) · 514 Bytes

#Get-PnPFolderItem List content in folder ##Syntax

Get-PnPFolderItem [-ItemType <String>]
                  [-ItemName <String>]
                  [-Web <WebPipeBind>]
                  [-FolderSiteRelativeUrl <String>]

##Parameters

Parameter Type Required Description
FolderSiteRelativeUrl String False
ItemName String False
ItemType String False
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.