powershell icon indicating copy to clipboard operation
powershell copied to clipboard

[FEATURE] Get PnPFolder asItem object. Similar to Get-PNPFile

Open rohit404404 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Currently there is no way to get ListITem equivalent of Folder based on its UEL

Describe the solution you'd like

Get-PnPFile -Url <String> -AsListItem
Above command provides easy way to get List item object based on URL. On similar ground if we can get Folders ITEM object

https://pnp.github.io/powershell/cmdlets/Get-PnPFolder.html https://pnp.github.io/powershell/cmdlets/Get-PnPFile.html

rohit404404 avatar Apr 02 '24 17:04 rohit404404