This is an archive version of the document. To get the most up-to-date information, see the current version.

Virtual Labs

In this article

    A virtual lab is a component of SureBackup technology that allows you to configure a model of your production environment in a fenced-off lab.

    One virtual lab can be used by several SureBackup jobs.

    With Veeam PowerShell, you can create a basic virtual lab with automatically configured settings. The network settings for the virtual lab will be used the same as configured for the Veeam Backup server.

    You will need the following cmdlets to create and manage the virtual labs:

    Operation

    VMware

    Hyper-V

    Creates a new virtual lab

    Add-VSBVirtualLab

    Add-VSBHvVirtualLab

    Looks for virtual labs you manage

    Get-VSBVirtualLab

    Get-VSBHvVirtualLab

    Looks for virtual labs not connected to your console

    Find-VSBVirtualLab

    (run Connect-VSBVirtualLab to add them)

    Find-VSBHvVirtualLab

    (run Connect-VSBHvVirtualLab to add them)

    Adds an existing virtual lab to your console

    Connect-VSBVirtualLab

    Connect-VSBHvVirtualLab

    Removes a virtual lab

    Remove-VSBVirtualLab

    Remove-VSBHvVirtualLab