powershell icon indicating copy to clipboard operation
powershell copied to clipboard

[FEATURE] Add-PnpDocumentSet requires -Folder parameter

Open SPDEVGUY opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The file https://github.com/pnp/powershell/blob/dev/src/Commands/DocumentSets/AddDocumentSet.cs

Uses the root folder of the document library and does not accept a folder as a parameter.

Describe the solution you'd like Add a folder parameter like the add-pnplistitem command.

Describe alternatives you've considered Probably need to manually use the SP client api awkwardly.

Additional context I'm trying to make document sets within folders in a document library.

SPDEVGUY avatar Jun 16 '24 02:06 SPDEVGUY