Guest Mike Posted December 6, 2007 Posted December 6, 2007 How do I recursively change ownership of a few terabytes of files to their respective migrated account? We migrated accounts to a new domain, and now when I look at volume quota's (while the trust is still in place) I've got double of everyone... We kept SID history's so I want to search every file and replace the old domain owner with the respective new domain owner... any ideas?
Guest Pegasus \(MVP\) Posted December 6, 2007 Posted December 6, 2007 Re: Ownership "Mike" <reply@to.group> wrote in message news:%23V$Gxh%23NIHA.4272@TK2MSFTNGP06.phx.gbl... > How do I recursively change ownership of a few terabytes of files to their > respective migrated account? > > We migrated accounts to a new domain, and now when I look at volume > quota's (while the trust is still in place) I've got double of everyone... > We kept SID history's so I want to search every file and replace the old > domain owner with the respective new domain owner... any ideas? > > Use fileacl.exe: http://www.microsoft.com/downloads/details.aspx?FamilyID=723f64ea-34f0-4e6d-9a72-004d35de4e64&displaylang=en
Guest Mike Posted December 7, 2007 Posted December 7, 2007 Re: Ownership "Pegasus (MVP)" <I.can@fly.com> wrote in message news:#rgdks#NIHA.280@TK2MSFTNGP03.phx.gbl... > > "Mike" <reply@to.group> wrote in message > news:%23V$Gxh%23NIHA.4272@TK2MSFTNGP06.phx.gbl... >> How do I recursively change ownership of a few terabytes of files to >> their respective migrated account? >> >> We migrated accounts to a new domain, and now when I look at volume >> quota's (while the trust is still in place) I've got double of >> everyone... We kept SID history's so I want to search every file and >> replace the old domain owner with the respective new domain owner... any >> ideas? >> >> > > Use fileacl.exe: > http://www.microsoft.com/downloads/details.aspx?FamilyID=723f64ea-34f0-4e6d-9a72-004d35de4e64&displaylang=en > > Thanks, I don't see how that is any different to SubInAcl.exe? I'd still need to format it in a script..
Guest Pegasus \(MVP\) Posted December 7, 2007 Posted December 7, 2007 Re: Ownership "Mike" <reply@to.group> wrote in message news:%234ghRCMOIHA.4584@TK2MSFTNGP03.phx.gbl... > "Pegasus (MVP)" <I.can@fly.com> wrote in message > news:#rgdks#NIHA.280@TK2MSFTNGP03.phx.gbl... >> >> "Mike" <reply@to.group> wrote in message >> news:%23V$Gxh%23NIHA.4272@TK2MSFTNGP06.phx.gbl... >>> How do I recursively change ownership of a few terabytes of files to >>> their respective migrated account? >>> >>> We migrated accounts to a new domain, and now when I look at volume >>> quota's (while the trust is still in place) I've got double of >>> everyone... We kept SID history's so I want to search every file and >>> replace the old domain owner with the respective new domain owner... any >>> ideas? >>> >>> >> >> Use fileacl.exe: >> http://www.microsoft.com/downloads/details.aspx?FamilyID=723f64ea-34f0-4e6d-9a72-004d35de4e64&displaylang=en >> >> > > Thanks, I don't see how that is any different to SubInAcl.exe? I'd still > need to format it in a script.. You asked for ideas in your original post and I gave you one - fileacl.exe. Subinacl.exe is another.
Guest Mike Posted December 7, 2007 Posted December 7, 2007 Re: Ownership "Pegasus (MVP)" <I.can@fly.com> wrote in message news:eACOViMOIHA.292@TK2MSFTNGP02.phx.gbl... > > "Mike" <reply@to.group> wrote in message > news:%234ghRCMOIHA.4584@TK2MSFTNGP03.phx.gbl... >> "Pegasus (MVP)" <I.can@fly.com> wrote in message >> news:#rgdks#NIHA.280@TK2MSFTNGP03.phx.gbl... >>> >>> "Mike" <reply@to.group> wrote in message >>> news:%23V$Gxh%23NIHA.4272@TK2MSFTNGP06.phx.gbl... >>>> How do I recursively change ownership of a few terabytes of files to >>>> their respective migrated account? >>>> >>>> We migrated accounts to a new domain, and now when I look at volume >>>> quota's (while the trust is still in place) I've got double of >>>> everyone... We kept SID history's so I want to search every file and >>>> replace the old domain owner with the respective new domain owner... >>>> any ideas? >>>> >>>> >>> >>> Use fileacl.exe: >>> http://www.microsoft.com/downloads/details.aspx?FamilyID=723f64ea-34f0-4e6d-9a72-004d35de4e64&displaylang=en >>> >>> >> >> Thanks, I don't see how that is any different to SubInAcl.exe? I'd still >> need to format it in a script.. > > You asked for ideas in your original post and I gave you one - > fileacl.exe. Subinacl.exe is another. > > Right... well um.. Thanks I guess.
Recommended Posts