Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Resolving VSS Errors: Veeam AD Backups failing with SentinelOne

Posted on 17/02/202624/06/2026 Link State By Link State No Comments on Resolving VSS Errors: Veeam AD Backups failing with SentinelOne
  1. Home
  2. Backup
  3. Resolving VSS Errors: Veeam AD Backups failing with SentinelOne
Resolving Vsss Error

Veeam application-aware backups of Active Directory domain controllers can fail when SentinelOne blocks the VSS and BCD operations Veeam needs for NTDS-aware snapshots. These failures usually appear as VSS errors and “Updating BCD failed” or similar messages in Veeam job logs. In this guide, we shall discuss the “Resolving VSS Errors: Veeam AD Backups failing with SentinelOne”. Please, see Volume Shadow Copies: How to configure VSS on Windows Server, and How To Fix “Startup Repair Couldn’t Repair Your PC.

I am sharing this fix with the community on the procedure I followed to resolve the failure of the Application Aware backup  post-installation of Sentinel One.

Please, see A-Z on Veeam Data Cloud: Workload Enrollment and Onboarding, A real case of Internal Sabotage and Recovery, and Set up Veeam Backup for Microsoft Azure.

VSS Symptoms and Error Messages

When SentinelOne interferes with AD-aware backups, some of the below are usually observed but not limited to the below:

  • Veeam job status: “Failed” or “Warning” specifically on domain controllers. While other servers back up fine.
  • Application-aware processing error like: “Cannot create a shadow copy of the volumes containing writer’s data. Cannot prepare the [NTDS] data for a subsequent restore operation.”​
  • Errors mentioning BCD or VSS, for example: “Updating BCD failed… COM error: Code: 0xd0000022” or generic “VSSControl” errors.

Please, see

Exception procedure S1 VSS SafeBOOt Tamper Protection

To fix this, you, open Administrative CMD and navigate to the path below.

cd "C:\Program Files\SentinelOne\Sentinel Agent your-version"

Then run the below commands

sentinelctl unprotect -k "<passphrase>"

sentinelctl config -p agent.vssConfig.enableResearchDataCollectorVssWriter -v false -k""PASSPHRASE"

sentinelctl config -p agent.vssConfig.vssProtection -v false

sentinelctl config -p agent.vssSnapshots -v false

sentinelctl config -p agent.safeBootProtection -v false -k "PASSPHRASE"

sentinelctl config antiTamperingConfig.allowSignedKnownAndVerifiedToSafeBoot true -k "PASSPHRASE"

Please, see how to Install Veeam ONE and Add VBR: Fix failed to connect to VBR, and how to Fix Error 1069: Windows could not start the Veeam backup service on local computer.

Delete shadow

To clean up stale or corrupted VSS snapshots before rerunning the Veeam job. You can use DiskShadow on the affected server.

diskshadow

list shadows all

delete shadows all

Exit

Where the diskshadow opens the DiskShadow utility, and the list shadows all shows all existing shadow copies so you can confirm what will be removed.

The delete shadows all deletes all VSS shadow copies for all volumes on this server. Run this only during a maintenance window, as it removes all existing VSS restore points. While, the exit closes DiskShadow.

Please, see how to Activate Full-Screen (Kiosk Mode) in Internet Explorer, Veeam Enterprise Manager setup and User Role management, and Building VIHR: Ransomware-Proof Repository with Veeam JeOS.

Re-enable protection

When you are done with troubleshooting and Veeam backups are running correctly, turn full protection back on with the following command.

sentinelctl protect -k "<passphrase>"

I hope you found this blogpost on Resolving VSS Errors: Veeam AD Backups failing with SentinelOne very useful. Please, feel free to leave a comment below.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Backup Tags:resolving vss errors veeam sentinelone, SentinelOne, veeam ad backup sentinelone, veeam domain controller backup failur, VSS Symptoms and Error Messages

Post navigation

Previous Post: A-Z on Veeam Data Cloud: Workload Enrollment and Onboarding
Next Post: Run Mendeley Reference Manager and Cite for Word on Windows

Related Posts

  • Repository time shift detected
    Fix Repository time shift detected: Immutability flag cannot be set Backup
  • Patch Veeam Backup and Replication to Build 13.0.1.2067 e1779570330754
    Update Veeam Backup & Replication to Build 13.0.1.2067 Backup
  • veeamONE integration with VBR
    Install Veeam ONE and Add VBR: Fix failed to connect to VBR Backup
  • banner2
    How to Integrate Postman With GitHub Automation
  • Snapshot
    Create or delete snapshots on VMware Workstation Backup
  • Install Veeam Backup and Replication with the default PostgreSQL
    Install Veeam Backup and Replication with the default PostgreSQL Backup

More Related Articles

Repository time shift detected Fix Repository time shift detected: Immutability flag cannot be set Backup
Patch Veeam Backup and Replication to Build 13.0.1.2067 e1779570330754 Update Veeam Backup & Replication to Build 13.0.1.2067 Backup
veeamONE integration with VBR Install Veeam ONE and Add VBR: Fix failed to connect to VBR Backup
banner2 How to Integrate Postman With GitHub Automation
Snapshot Create or delete snapshots on VMware Workstation Backup
Install Veeam Backup and Replication with the default PostgreSQL Install Veeam Backup and Replication with the default PostgreSQL Backup

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • Block ZIPRAR Attachments in Outlook 2016 – 2007
    How to Block ZIP/RAR Attachments in Outlook Windows
  • Enable Hyper V on Windows 11 Create a VM with PowerShell
    Run Hyper-V on Windows 11: Convert Physical PC to Hyper-V VM Virtualization
  • Windows Hello with fake fingerprints
    Security researchers bypass Windows Hello with fake fingerprints with Raspberry Pi 4 Security | Vulnerability Scans and Assessment
  • Install SQL Server Management Studio 21 on Windows Server
    Install SQL Server Management Studio 21 on Windows Server Oracle/MSSQL/MySQL
  • FTP
    How to install and configure an FTP Server on Windows Server Windows Server
  • admin6 1
    How to run Apps as an administrator on Windows Windows
  • Banner
    How to Deploy GitHub Repositories to cPanel using GitHub Actions Automation
  • Featured image MSDT.
    How to restrict additional Microsoft Support Diagnostic Tool Downloads on Windows Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.