Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2003 Migration from NT4 Files permmisions

Status
Not open for further replies.

hannahsh

Technical User
Feb 18, 2002
82
GB
Ok another stupid question for you wise men.

Moving folders on a NT4 domain to a new server 2003 NT4 domain member at the moment. How do we move the folders and keep the permissions?

secondly, when we upgrade to 2003 AD how do we transfer permissions to migrated users BUT NOT MOVE THE DATA or mess with the permissions?
 
for permission keeping, just a wild shot...
do a backup, and specify security information... (or sth like that, what it does is save the NTFS ACLs with the backup)

then restore to new server :)

secondly, i dont understand... [blush]

Aftertaf (david)
MCSA 2003
 
no good not doing that, need the name of a utility?
 
You can use some tools from the W2K resource kit. Win2K's Xcopy command incorporates NT's Scopy's functionality through two new options: /O and /X. The /O option copies both owner- and file-permission information and includes that information with the file. The /X option, which works only in conjunction with /O, also transfers audit settings. So, if you've been auditing the activity on a particular file on your NT 4.0 server, you can continue to audit it on your Win2K server.

You can use permcopy from the same kit to transfer share permissions (note that it will NOT move the files or create the shares).

HTH

Marty
 
Ok I got robocopy from 2003 and was on NT4 Resource Kit and it will do the job perfectly !!

Cheers
everyone
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top