Add-VBRViSimpleVirtualLab
Short Description
Creates a VMware basic virtual lab.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Add-VBRViSimpleVirtualLab -Server <CHost> [-Name <string>] [-Description <string>] [-DesignatedResourcePoolName <string>] [-DesignatedVMFolderName <string>] [-CacheDatastore <VBRViDatastore>] [-ProxyAppliance <VBRViVirtualLabProxyAppliance>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a VMware basic virtual lab.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Server | Specifies an ESXi host. The cmdlet will create a virtual lab on this host. | Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. | True | Named | False |
Name | Specifies a name. The cmdlet will create a virtual lab with this name. | String | False | Named | False |
Description | Specifies a description. The cmdlet will create a virtual lab with this description. | String | False | Named | False |
DesignatedResourcePoolName | Specifies a name of a resource pool. The cmdlet will create the resource pool with the specified name on the ESXi host. Default: Same name as the virtual lab. | String | False | Named | False |
DesignatedVMFolderName | Specifies a name of the dedicated folder. The cmdlet will create the folder in a resource pool with the specified name. Default: Same name as the virtual lab. | String | False | Named | False |
CacheDatastore | Specifies a datastore to keep redo logs for verified VMs. Note: If you do not specify this parameter, Veeam Backup & Replication will store redo logs on the vPower NFS server. | Accepts the VBRViDatastore object. To get this object, run the Find-VBRViDatastore cmdlet. | False | Named | False |
ProxyAppliance | Specifies a proxy appliance. The cmdlet will add this proxy appliance to a virtual lab. | Accepts the VBRViVirtualLabProxyAppliance object. To get this object, run the New-VBRViVirtualLabProxyAppliance cmdlet. | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRVirtualLab object that contains settings of basic VMware virtual labs.
Examples
Example 1. Creating Basic Virtual Lab
This example shows how to create a basic virtual lab with default settings. The cmdlet will create the virtual lab on the esx09.tech.local ESXi host.
Perform the following steps:
|
Example 2. Creating Virtual Lab with Custom Datastore
This example shows how to create a basic virtual lab with a custom datastore. The virtual lab will be created with the following settings:
Perform the following steps:
|
Related Commands