Here is an example of what I did:

This copys their favorites folder back to their homeshare on the server.

code:

;Intialize profile variable
$profile="%userprofile%"

SHELL '%comspec% /c MD "H:\@userid\Favorites"'
SHELL '%comspec% /c xcopy /d /s /e /v "$profile\Favorites\*.*" "H:\@userid\Favorites\"'