New-VBRIndividualComputerContainer
Short Description
Creates a scope of computers for a protection group.
Applies to
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-VBRProtectionGroup cmdlet.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
CustomCredentials | Specifies computers and credentials for authenticating with them. | Accepts the VBRIndividualComputerCustomCredentials[] object. To get this object, run the New-VBRIndividualComputerCustomCredentials cmdlet. | True | Named | True (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