This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi Guys,
I'm using Get-PnPFolderItem to list all content in a folder.
However this Cmdlet doesn't give me the option to recursively get the all content from subfolders.
can anyone please guide me in the right direction?
Thank you
Codernater
No. You have to get and query each subfolder.
\_(ツ)_/
Hi,
try: Get-PnPFolder | Get-PnPFolderItem
https://www.powershellgallery.com/items?q=Cmdlets%3A%22Get-PnPFolderItem%22
Best regards,
Andy
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.