I've tried to search but didn't find, how would I move a folder in a document library to another folder in the same document library recursively?
What I know, I know the name of the folder which I want to move and I want the name of the folder to which I want to move, but all of this should happen recursively, as the folder which has to be moved contain subfolders and files.
Now there are multiple folders to move 100+, and i just need to know how i can do it for one, then i can do it in a loop for 100+
Maybe anyone has an example powershell script or give me the directions?