📑
Joe's Notes and Links
  • About this site
  • About me
    • Links
    • Awards & Certifications
      • Veeam
      • Kasten
      • AWS
      • Other
      • Planned Certifications
  • Backup Theory
    • Basics Articles
      • I - Why Snapshots Are Not Backups: Understanding the Crucial Differences
      • II - Why Replication is not Backup: Understanding the Differences
      • III - Backup Best Practices: Building a Robust Data Protection Solution
      • IV - Understanding Backup Strategies: Full, Incremental, and Differential Backups
      • V - Understanding RPO and RTO
      • VI - Versioning and Retention Policies: The Backbone of Data Protection Solutions
      • VII - Implementing Backup Scheduling for Optimal Data Protection
      • VIII - Data Classification: A Crucial Pillar in Effective Backup and Recovery Strategies
      • IX - Extending Backup Measurements - Understanding RTO and RTA
    • Terminology
  • Backup Products
    • Veeam
      • Veeam Legends VBR Pocketbook V1
      • PostgreSQL
      • Powershell Scripting (Veeam specific)
        • How to automate Veeam Backup and Replication Global Exclusion Lists
        • Get Result of Backups for one VM for a Year
        • Multitag Jobs
      • Backup & Replication
        • Error "Failed to upgrade host components. Error: 'Minimum supported OS version for Veeam VSS..."
        • [Changed in V11] - Handling of exported and orphaned backups
        • [New in V12] - 2FA Login is not available with expired license
        • Quick Backup of a VM associated to multiple Backup jobs
        • Backup of Windows 10 PC with server managed agent
        • VBR Console – users and roles and job notifications
      • Agents
        • USB Disk as Veeam Repository in a private Environment
      • Veeam and Tape
        • Veeam and Tape I - Moving a tape library with data from one VBR server to another
        • Veeam and Tape II - Moving a tape library with data from one VBR server to another
        • Veeam and Tape III - Restore of Backup Job Files from Tape which were backed up with a File-to-Tape
        • Veeam and Tape IV - Cataloging a tape with a huge number of files
        • Veeam and Tape V - Usage of a S3 compatible Object Storage Gateway
      • Plugins for Enterprise Applications
        • Plugin for Oracle RMAN
          • Veeam RMAN Plugin – Update of Backup Meta Data
          • Veeam RMAN Plugin - ORA-01012 Error
          • Parameter "set-force-delete"
          • Parameter "logsDir"
      • Certification & Accreditation
        • Veeam Certified Architect (VMCA) 2022 - course and exam experience
        • New VMSP and VMTSP 2023 Accreditations available in ProPartner Portal
      • Service Provider Console
        • Deactivate Admins Group
      • Links
      • Miscellaneous
    • Spectrum Protect
      • Links
      • Backup/Archive Client
        • log4j Vulnerability - BA Client Fix and Workaround
  • Storage
    • Storage
      • Links
      • Brocade
        • Useful FOS Commands
  • Virtualization
    • VMware
      • Links
      • PowerCLI
        • How to install VMware PowerCLI offline
        • Prepare the connection to the vCenter
  • Automation and Scripting
    • Powershell scripting
      • Set PowerShell Execution Policies
      • Word-wrap PowerShell commands
      • Get Information about Networking
      • Check signature of a DLL
      • Query all VMs with mounted ISO files
      • Dismount all mounted ISO files on a cluster
      • List all Networks of all VMs on a Cluster
      • List all networks on all reachable cluster
  • OS
    • Windows
      • NTP
      • How to install VMware PowerCLI offline
      • Configure MTU Size
    • Linux
      • Routen setzen
      • Infos about FC and WWNs
  • Cloud
    • AWS
      • Links
  • Databases
    • Links
  • Tools
    • useful Tools and Websites
  • Community
    • Other great blogs/communities
Powered by GitBook
On this page
  1. Backup Products
  2. Veeam
  3. Backup & Replication

VBR Console – users and roles and job notifications

PreviousBackup of Windows 10 PC with server managed agentNextAgents

Last updated 3 years ago

At the last days I had an issue with job notifications not sent from the VBR Console after modifying the users and roles within the console.

One of my clients demanded that the access to the VBR console has to be restricted to some explicitly defined backup Admins and no one else.

So, I removed the local Administrators group from the list in the users and roles and added the personalized accounts of the backup admins.

Fine, the backup admins can start the console and work with it, and all other accounts have no access…

The next morning the admins told me that no job notifications were sent in the night. My first thought was that the colleagues responsible for the mail server and/or the firewalls had done some changes and now the backup server cannot reach the mail server. But after checking with them no changes were done and there were no dropped mails at the mail server. So, it seems that the VEEAM server did not send anything at all... I saw then that some mail from PowerShell scripts were sent in the night. Strange… I tried to send the test mail from the VBR console, and this worked, too. Even stranger…

After some internet searching, I found that the local system account must have VEEAM Backup Admin rights for the notifications to work. OK… but how to add it to the users and roles? I don’t want to use the local Administrators group, so I have to add it explicitly to the list.

After trying quite some combinations and names – all resulting with “Invalid user name” – I finally got to an solution.

It is named “NT Authority\SYSTEM”

Windows or VEEAM translates it into your local language after adding, so the list looks something like this at the end.

After this the notifications are sent again, and my access problem is solved.

I don’t know if this is a topic for you or if there is a simpler solution for this. But I found nothing in the documentation about this, there are some hints for the local system account only, but no example how to add it.

Edit: I see this applies up to V10 only. In V11 no admin rights are necessary for the console and no local system account is needed in the VEEAM Backup Admin role. Perhaps this helps some people still using V10 or older…

Addition: Not a VEEAM Problem but an action to remember in conjunction with the removal of the local administrator group from the users & roles list in VEEAM:

Double check the user your scripts are running with in the task planner. You can use the local system account for this, too. In the task planner the name to use is SYSTEM.