powershell
powershell copied to clipboard
[FEATURE] Added the Folder parameter to Add-PnPDocumentSet
Before creating a pull request, make sure that you have read the contribution file located at
https://github.com/pnp/powerShell/blob/dev/CONTRIBUTING.md
Type
- [ ] Bug Fix
- [X] New Feature
- [ ] Sample
Related Issues?
Fixes #4022
What is in this Pull Request ?
Adds a String -Folder parameter to the command, similar to Add-PnPListItem. Folder is created if needed.
Includes updated documentation too