Hello everyone,
I am new to Powershell and would appreciate some help. Currently I am trying to manipulate Windows 7 libraries using Powershell. I would like to be able to perform basic tasks like create/delete a library, add and remove folders to it and also to list any folders that are part of one. I have been doing some research and found out that PS does not have default commands to manage them.
I was able to create a library by simply taking the xml code of a previous one and using that as a building block (using new-item) but I do not think this is a very good approach. Any suggestions?
Thanks!