0

How do I verify the if the domain user has backup (SeBackupPrivilege) and restore privilege(SerestorePrivilege)? I tried added the domain user to backup operators group. But Whoami /priv command output shows that the domain user doesn't have the backup and restore privilege.

suresh
  • 241
  • 1
  • 4
  • 9
  • They need to be in the local Backup Operators group, and log off and log back on. – Greg Askew Nov 19 '21 at 18:50
  • They are in backup operators group. I did log off and log in again .. But whoami /priv command shows SeBackupPrivilege and SerestorePrivilege are disabled – suresh Nov 19 '21 at 19:41
  • Disabled is the expected behavior. Applications that use those privileges enable them in code. – Greg Askew Nov 19 '21 at 22:03
  • How do i verify whether the particular user has the backup and restore right? – suresh Nov 19 '21 at 23:03
  • By backing up files and restoring files. All backup applications are aware of these privileges and the need to enable them. Also Robocopy can use backup and restore privileges. – Greg Askew Nov 20 '21 at 13:17

0 Answers0