Tagged Questions
0
votes
0answers
110 views
How to iterate over all documentsets in a site collection
I need to change the default view in all document sets from a site collection.
Actually the site structure is like this:
Site Colleciton
-Web
-List1
-ListItem1 (type document set)
...
0
votes
2answers
1k views
getting Create Error when using Powershell
I am receiving this error on following line
Exception calling "Create" with "4" argument(s): "Value cannot be
null. Parameter name: parentFolder" At
x:\Dev\PowerShell\MoveFiles2DocSet.ps1:29 ...
0
votes
1answer
1k views
Create Document Set if it does not exist (Powershell)
Adding If doc set does not exist then create doc set. What would be the syntax for looking up document set then create (if does not exists)
### Create new Document Set
...