Well, i actually think I was making this harder than i needed to...like stated above...I don't think there is a way to make outlook capture the new path of the pasts after they are moved through the registry is there?

I can just move the users pst's for now until i figure out how to make outlook map to the new location of the psts since they are not being renamed...I'm just changing paths.

I'm not at your advanced level so I can only do but so much haha.


If Exist ("\\server\" + @userid + "\TESTPST\")=0
MD "\\server\" + @userid + "\TESTPST"
EndIf

Copy "\\server\" + @userid + "\OutLookPST\*.pst" "\\server\" + @userid + "\TESTPST\"


Edited by DB25 (2008-03-25 04:32 PM)