I do not want the data on the workstation to be encrypted.
Stu
"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote:
>From: "Stewart Berman" <sabmsdn@saberman.com>
>
>| The command line is:
>| xcopy C:\users\shared U:\Users\shared /c /f /g /d /e /k /h /y /z
>|
>| The /e switch copies all directories including empty ones.
>|
>| The problem occurs any of the directories are encrypted on the notebook and they exist on
>| the workstation. The xcopy command throws an error saying it cannot create the first one
>| and stops. I am running the command from the notebook. If the directory on the notebook
>| is not encrypted everything works fine.
>|
>| Stu
>
>
>Have you heard of or thought about using RoboCopy ?
>
>Since it works directly with copying NTFS Security structure via the /sec command line
>switch.