Disabling MFA for Veeam Backup: A How-To Guide

()

Disabling MFA in Veeam Backup v12

To disable Multi-Factor Authentication (MFA) in Veeam Backup v12, follow these steps:

1. Open SQL Server Management Studio.
2. Connect to the Veeam Databases.
3. Execute the following command:

For Microsoft SQL:

“`sql
UPDATE [dbo].[Options] SET value = ‘False’ WHERE name = ‘GlobalMFA’
“`

For PostgreSQL:

“`sql
UPDATE Options SET value = ‘False’ WHERE name = ‘GlobalMFA’
“`

Disabling MFA for Veeam Backup SQL
Disabling MFA for Veeam Backup SQL

These commands will disable MFA within the Veeam Backup v12 configuration.

Article Rating

Click on a star to rate it!

Average rating / 5. Vote count:

No votes so far! Be the first to rate this post.

Leave a Comment