Hi everyone,
Scenario: I have over 1,000 folders and I would like to create a subfolder within each of them titled 2015.
Example:
TAS10/2015
ABC/2015
XYZ/2015 Â Â Â Â Â
How would I go about this?
I can provide more information if required. Note: I am using SharePoint 2013.
This can be done by following approaches :
1. using sharepoint server side object model – write console application to create folders
2. Write Power shell script and execute
3. client object model – not sure about this