|
Answer» Here's my situation.... I have 5 servers (A, B, C, D, E). I need to transfer files from SERVER A for mutilple users to the other 4 but only if the folder doesn't exist.
So I am looking for a way to read through multiple users C:\Documents and Settings\%Username%\Local Settings\Application Data\Microsoft\ on server A and copy the Outlook (and all pst files within it) folder to C:\Documents and Settings\%Username%\Local Settings\Application Data\Microsoft\ on servers B, C, D, and E if they don't exist (which also means the Outlook folder will need to be created.
Anyone know of a way to tackle this?
THANKS for any and all helpExternal DOS is out of the question if the drives are NTFS formatted and it may well be difficult if the user accounts are private. If you can get a script to RUN it would probably be easier to SET variables for each user or folder and use if exist/then, if not exist/then etc statements.
|