Guest Eric Posted August 5, 2007 Posted August 5, 2007 Hi, I hope someone will be able to help me with the following: I'm looking how you can copy files between 2 computer in the same domain having them authenticated with their computer accounts? To make it simple. Is it possible to transfer files between computers using the system account (process that will run the command is running with the local system) I could use other way to transfer files (FTP, SCP, etc….) but I would like to keep it as simple as possible. Many thanks for your answers Eric
Guest George Valkov Posted August 5, 2007 Posted August 5, 2007 Re: Copy files between computers authenticated with their computer acc As long as one computer$ account can authenticate to another and have write permitions to a specific network share on that computer (including NTFS permitions)... I believe that should be possible, but I have not tried it yet. I don't have a domain in hand to test it, but you can try to run some application or script to perform a test task and see if it works. I'm waiting to read back if it worked or if you have questions on a specific implementation that you're trying to do. George Valkov "Eric" wrote: | Hi, | | I hope someone will be able to help me with the following: | | I'm looking how you can copy files between 2 computer in the same domain | having them authenticated with their computer accounts? | | To make it simple. Is it possible to transfer files between computers using | the system account (process that will run the command is running with the | local system) | | I could use other way to transfer files (FTP, SCP, etc:.) but I would like | to keep it as simple as possible. | | Many thanks for your answers | | Eric
Guest Dave Patrick Posted August 6, 2007 Posted August 6, 2007 Re: Copy files between computers authenticated with their computer acc The system account will only have local machine permissions so it won't be possible with this account. -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Eric" wrote: > Hi, > > I hope someone will be able to help me with the following: > > I'm looking how you can copy files between 2 computer in the same domain > having them authenticated with their computer accounts? > > To make it simple. Is it possible to transfer files between computers > using > the system account (process that will run the command is running with the > local system) > > I could use other way to transfer files (FTP, SCP, etc….) but I would like > to keep it as simple as possible. > > Many thanks for your answers > > Eric
Guest Eric Posted August 6, 2007 Posted August 6, 2007 Re: Copy files between computers authenticated with their computer Re: Copy files between computers authenticated with their computer Thanks, but do you know if any other built-in account could be used instead? "Dave Patrick" wrote: > The system account will only have local machine permissions so it won't be > possible with this account. > > -- > > Regards, > > Dave Patrick ....Please no email replies - reply in newsgroup. > Microsoft Certified Professional > Microsoft MVP [Windows] > http://www.microsoft.com/protect > > "Eric" wrote: > > Hi, > > > > I hope someone will be able to help me with the following: > > > > I'm looking how you can copy files between 2 computer in the same domain > > having them authenticated with their computer accounts? > > > > To make it simple. Is it possible to transfer files between computers > > using > > the system account (process that will run the command is running with the > > local system) > > > > I could use other way to transfer files (FTP, SCP, etc….) but I would like > > to keep it as simple as possible. > > > > Many thanks for your answers > > > > Eric >
Guest Dave Patrick Posted August 6, 2007 Posted August 6, 2007 Re: Copy files between computers authenticated with their computer Re: Copy files between computers authenticated with their computer Why not create one? -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Eric" wrote: > Thanks, but do you know if any other built-in account could be used > instead?
Recommended Posts