RE: moving shares

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Feng Mao (fengmao_at_online.microsoft.com)
Date: 08/13/04


Date: Fri, 13 Aug 2004 08:04:17 GMT

Hi,

Thank you for posting!

According to my understanding, we can divide your requests to two different
steps:

Step 1: Copy files between servers and keep the permissions intact.
You can use the XCOPY command which is built into Windows 2000 to copy
files with permissions intact. The exact syntax is:

XCOPY <source> <destination> /O /X

The "/O" switch copies with ownership and permissions and the "/X" switch
copies audit settings.

If you wish to move an entire directory structure, your syntax would be:

XCOPY <source directory> <destination> /E /O /X

In all cases the "/X" switch is optional and only needs to used if you wish
to retain file auditing settings.

2. Move shares between servers

This can be done with an export/import of the registry keys that are
specific to the shares. In a situation where there are many users, this may
be a lot of work to sort out 100+ specific keys to export and then import
on the target server. This is fully documented in the KnowledgeBase article

125996 Saving and restoring existing Windows shares
http://support.microsoft.com/?id=125996

I hope this answers your questions.

Have a good day!

Thanks & Regards,

Feng Mao [MSFT], MCSE
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| From: "WB" <WB@yesican.com>
| Subject: moving shares
| Date: Thu, 12 Aug 2004 19:05:26 +0100
| Lines: 7
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#bZPvbJgEHA.3612@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.windows.server.migration
| NNTP-Posting-Host: 82-35-65-98.cable.ubr01.dals.blueyonder.co.uk
82.35.65.98
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.windows.server.migration:13010
| X-Tomcat-NG: microsoft.public.windows.server.migration
|
| Does anyone know of a tool which can be used to move shared folders from
one
| 2000
| server to another 2000 server without losing security and share
permissions
|
| w
|
|
|



Relevant Pages

  • Re: removing user from domain users group doesnt help
    ... What I would do is to give that global group deny access this computer from ... only access shares on that server. ... give that group deny permissions for other shares on that server. ...
    (microsoft.public.windows.server.security)
  • Re: Domain Controller Not Sharing, Workgroup Inaccessible - Please Help :)
    ... permissions). ... The server has stopped sharing properly. ... All shares are visible using a 'net share' command, ... I.e, under Explorer from a client, you can go to the ...
    (microsoft.public.windows.server.general)
  • Re: write with cURL
    ... execute permissions. ... of potential security risks from other users on the same server. ... I made this suggestion because their web host appears to run Apache ... risk to allow Apache's group write access, since all PHP scripts ran ...
    (alt.php)
  • RE: Windows 2003 Server - Everyone Group
    ... this folder only accessable by the users in the "special" group. ... Configure User and Group Access on an Intranet in Windows Server ... NTFS files system permissions control ... group that you want to set permissions for, click Check Names to verify the ...
    (microsoft.public.win2000.networking)
  • Re: VBScript to audit shares and share permissions
    ... You can also use SRVCHECK tool included in Windows Server Resources Kit. ... A simple script will allow you to scan all your network. ... see all shares. ... VBScript to audit shares and share permissions ...
    (Focus-Microsoft)