I am trying to automate the state migration process. Right now I have 2 sets of task sequences and collections, for user state capture and state restore each. Obviously they are completely independent, leading to the fact that you cannot initiate the state restore task sequence unless you know that the state capture task sequence has already executed. Well, this is tedious and not very efficient.
How are people doing automatic state migrations?
Thanks!