Robocopy problem in Windows 2008
system information: windows 2008, sp2
trying run script utilizing robocopy copies files 1 path - script follows:
robocopy g:\ftp_data\ g:\archive_share\archive\ /v /s /e /copyall /minage:14 /r:1 /w:30 /log+:c:\scripts\robo-archivelog.txt
the script works when run domain administrator, however, account has been granted local administrative rights, receive following error:
error : not have manage auditing user right.
***** you need copy auditing information (/copy:u or /copyall).
i should mention granted account "manage auditing , security log" through local security policy console.
thanks
please run whoami /priv , post output.
if not see sesecurityprivelege enabled user account, let's 2 things in response.
1. machine has pick new policy if set locally. can done gpupdate /force or reboot.
2. once machine has applied new policy, user token has recreated updated privelege. can done several ways easiest log off , on.
hth
/rich
Windows Server > File Services and Storage
Comments
Post a Comment