Capture file security settings

  • Thread starter Thread starter chris a
  • Start date Start date
C

chris a

Is there a way to do a recursive directory search to
output all the file security settings to a text file for
a certain directory? I'm copying a DATA directory with
several hundred sub directories from SERVER1 to SERVER2.
I'm going to copy the user account list and group list
from SERVER1 to SERVER2. I want to be able to apply the
security settings from SERVER1 to the directories on
SERVER2 and still have the associated settings. Anyone
know of a utility that will do this? THanks.
 
You may also want to try copying the permissions to another server. Xcopy /O will
copy ownership and dacl information. Also see the link on "Identify Migration Risks"
below on using permcopy and robocopy from the RK to migrate shares. Dumpsec from
SomarSoft may be helpful in documenting the share/ntfs permissions. --- Steve


http://www.microsoft.com/resources/...2003/all/deployguide/en-us/sdccc_fsv_ogzt.asp
http://tinyurl.com/2fz4e -- same link as above, shorter in case of wrap.
http://www.microsoft.com/windowsxp/.../WINDOWSXP/home/using/productdoc/en/xcopy.asp
 
You can also use Professional Audit Expander, which is able to dump the NTFS, Audit & ownership permissions in many export formats. WinSysBee Support Team http://www.winsysbee.com nntp://news.free.fr/microsoft.public.win2000.security/<3jAlc.18166$_41.1195866@attbi_s02>

You may also want to try copying the permissions to another server. Xcopy /O will
copy ownership and dacl information. Also see the link on "Identify Migration Risks"
below on using permcopy and robocopy from the RK to migrate shares. Dumpsec from
SomarSoft may be helpful in documenting the share/ntfs permissions. --- Steve


http://www.microsoft.com/resources/...2003/all/deployguide/en-us/sdccc_fsv_ogzt.asp
http://tinyurl.com/2fz4e -- same link as above, shorter in case of wrap.
http://www.microsoft.com/windowsxp/.../WINDOWSXP/home/using/productdoc/en/xcopy.asp

chris a said:
Is there a way to do a recursive directory search to
output all the file security settings to a text file for
a certain directory? I'm copying a DATA directory with
several hundred sub directories from SERVER1 to SERVER2.
I'm going to copy the user account list and group list
from SERVER1 to SERVER2. I want to be able to apply the
security settings from SERVER1 to the directories on
SERVER2 and still have the associated settings. Anyone
know of a utility that will do this? THanks.



[microsoft.public.win2000.security]
 
Back
Top