|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Copying Files from Client PC to ServerHi,
I'm trying to find out if there is a way to automatically copy certain files to the server (Windows 2003). I have a user who needs their .pst files copied to the server for a regular backup, but I'm not always in the office to manually do it. Is there a way to get the server to grab the file? Thanks! Anita
Show quote
Hide quote
"akgolden1" <akgold***@discussions.microsoft.com> wrote in message Use the Task Scheduler on the server to invoke this batch file once every news:47DC3739-8E8F-437F-A4C6-F532BBEACCE6@microsoft.com... > Hi, > > I'm trying to find out if there is a way to automatically copy certain > files > to the server (Windows 2003). I have a user who needs their .pst files > copied to the server for a regular backup, but I'm not always in the > office > to manually do it. Is there a way to get the server to grab the file? > > Thanks! > > Anita hour: @echo off xcopy /c /d /y "\\UserPC\c$\Documents and Settings\UserName\..\..\xxx.pst" D:\UserBackup\
This script doesn't work i don't know why
Special batchfile Is there any way to control the Transport Server (subcomponent of Windows Deployment Services) via P Re: lastLogonTimestamp not set! DISKPART select command doesn't have a "noerr" command for scripti Net send over different domains Monitor Folder Recursively using WMI exporting * importing users into groups script to extract and create contacts How to Modify AD CN Field |
|||||||||||||||||||||||