New-VBRIndividualComputerContainer
Short Description
Creates a scope of computers for a protection group.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRIndividualComputerContainer -CustomCredentials <VBRIndividualComputerCustomCredentials[]> [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRIndividualComputerContainer object. This object contains a scope of computers. Use this object to create a protection group with the Add-VBRProtectionGroupCreates protection groups in Veeam Backup & Replication. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CustomCredentials |
Specifies computers and a method for authenticating them.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRIndividualComputerContainer
Examples
Example 1. Creating Scope of Computers for Protection Group
|
This example shows how to create a scope of computers for a protection group.
Perform the following steps:
|
Example 2. Creating Protection Group with Scope of Computers
|
This example shows how to create a protection group with a scope of computers.
Perform the following steps:
|
Related Commands
New-VBRIndividualComputerCustomCredentialsSpecifies a method for authenticating individual computers.Add-VBRProtectionGroupCreates protection groups in Veeam Backup & Replication.