Davd at QubitSolutions <(E-Mail Removed)>
wrote:
> Is it possible to copy files from an SBS2003 to a Windows Server 2003
> Standard Server? I understand that you can not use an SBS2003 as a
> participating server in a Domain being controlled by a Windows
> Server 2003 Standard server, but is it possible to copy files from
> the SBS2003 to a Windows 2003 Standard. If it is possible, how do
> you go about it?
Of course, as long as they're on the same LAN segment and can
ping/communicate with each other and you can map a drive from one to the
other. You'll have to supply credentials for the other domain when you do
that.
Beware of DHCP conflicts. If this is a temp thing you can just disable the
DHCP server on the SBS box when you have on the wire with the other domain
controller.
I'm a big fan of robocopy to copy files -
robocopy <source>\ <destination>\ /e /r:1 /w:1
....robocopy /??? gives you all the parameters.
|