Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IX. Data Protection
  4. Configuration for Veeam Backup & Replication
  5. Verifying Data Collector servers can connect to Veeam servers

Verifying Data Collector servers can connect to Veeam servers

Basic PowerShell commands for Veeam
  • Add Veeam Snapin

    Add-PSSnapin -PassThru VeeamPSSnapIn

    Note:

    Skip this command for Veeam version 11.0, as it supports the PowerShell module.

  • Connect to Veeam Backup Server

    Connect-VBRServer -User <user> -Password <password> -Server <server>
  • Disconnect from Previous Connection

    Disconnect-VBRServer
Verification steps

In this section, we'll use a scenario to illustrate the verification steps. The task is to connect to Veeam Servers Server-A and Server-B from the same Veeam Data Collector Server, where the Veeam Backup & Replication Console is installed.

  1. From Microsoft PowerShell Console (in Administrator mode), add Veeam SnapIn.
    Add-PSSnapin -PassThru VeeamPSSnapIn

    Note:

    Skip this step for Veeam version 11.0, as it supports the PowerShell module.

  2. Log into the Veeam Backup & Replication Console using Server-A credentials.
  3. Open a PowerShell Console and connect to Server-A.
    Connect-VBRServer -User ServerAUserId -Password ServerAPassword -Server Server-A

    The Server -A connection should be successful.

  4. Open a PowerShell Console and disconnect from Server-A.
    Disconnect-VBRServer
  5. Open a PowerShell Console and connect to Server-B.
    Connect-VBRServer -User ServerBUserId -Password ServerBPassword -Server Server-B

    If the Server-B connection is successful, it means: both Servers are on the same software version (including minor patch releases/ updates).

    If the Server-B connection fails with the following error:

    Connect-VBRServer: Cannot connect to backup server because some of its components are out of date.

    it means: Server-A and Server-B are on different software versions. The Veeam Backup & Replication Console is only in sync with Server-A.

Feedback

Was this page helpful?
Previous

Prerequisites for adding data collectors (Veeam Backup & Replication)

Next

Known issues and limitations (Veeam Backup & Replication)

Feedback

Was this page helpful?