|
Posted by Roger Abell [MVP] on August 31, 2005, 6:39 am
Please log in for more thread options
I have not tested in a "change" owner scenario where the changing
account is not the current owner, but it may be that the user right
to Take ownership of objects is what is needed.
If that is the case, that there is no lesser way to allow your scenario,
then you likely would not want to grant this User right to helpdesk.
--
Roger
"Joe Hegyi" <jhegyiATcenturysuretyDOTcom> wrote in message
> 'm trying to use XCACLS.VBS to allow our help desk to change the owner on
> a user's home directory when it is being created. The command I use is:
> cscript xcacls.vbs \SERVER\users\USERID /T /S /E /O "DOMAIN\USERID"
>
> It works fine under my account, which has Domain Admin rights, but the
> help desk techs get the following error when they run it:
>
> Error -2147024891: occurred in connecting to server. (Msg#3203)
> Error description: Access is denied.
>
> Operation Complete
> Elapsed Time: 5.859375E-02 seconds.
>
> Ending Script at 8/29/2005 4:10:32 PM
>
> They have full control on the directories. I've tried giving the help desk
> group both "take ownership" and "restore files" user rights on the file
> server, but it still doesn't work. Any ideas?
>
> Thanks,
> Joe
>
|