Hi all,
Here is the challenge. We have a windows server 2008 shared folder with the following folder structure:
Customer info
-Customer name (many customer folders)
--Project name (many more project folders)
---01 Quotes & Orders
--- 02 Project Management
--- 03 Engineering
--- 04 Misc
I need to change the permission on every folder: -- 01 Quotes & Orders inside customer info\customer name\project name
I'm thinking a script that would give me the full path of every 01 Quotes & Orders folder, then use that as an input to change the permissions.
Any guidance would be appreciated.
Thanks,