The main purpose of SubInAcl is to help administrators to migrate users when the domain architecture has changed.
The user User1 has moved and is now member of the DOMB organization. You can reflect this change with:
subinacl /subdirec \\server\share\*.* /replace=OldDomain\User1=DOMB\User1
Note
A trust relationship must be enabled between the domains of \\server, OldDomain, and DOMB.
You have worked with a unique domain. You want to migrate a backup domain controller (BDC) named MIGRCONTROL with all the files and the users to a new domain.
subinacl /noverbose /subdirectories x:\*.* /changedomain=OLDDOMAIN=NEWDOMAIN
SubInAcl /noverbose /subdirectories x:\*.*
You have worked with a standalone server named SERVER in a workgroup environment. You want to move this server (including users) to a domain DOM.
subinacl /noverbose /subdirectories \\server\share /changedomain=SERVER=DOM
For more details, see the /changedomain, /migratetodomain, and /replace actions.