Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!
To explain clear ,
I want to use multiple Copy Files to WMS task sequence steps to achieve your goal.
In Copy Files to WMS A task sequence step, if the condition OU=AAA is true, copy Files from \\Server\Folder\A; if the condition OU=AAA is false, do nothing.
In Copy Files to WMS B task sequence step, if the condition OU=BBB is true, copy Files from \\Server\Folder\B; if the condition OU=BBB is false, do nothing.
...etc...