Install-VBRDiscoveredComputerAgent
Short Description
Installs Veeam Agents on discovered computers.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Install-VBRDiscoveredComputerAgent -DiscoveredComputer <VBRDiscoveredComputer[]> [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet installs Veeam Agents on discovered computers.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DiscoveredComputer |
Specifies the array of discovered computers. The cmdlet will install Veeam Agents on these computers.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
True (ByPropertyName) |
|
Confirm |
Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. |
|
False |
Named |
False |
|
WhatIf |
Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Installing Veeam Agents on Discovered Computers of Selected Protection Group
|
This example shows how to install Veeam Agents on discovered computers of a selected protection group.
Perform the following steps:
|
Example 2. Creating Protection Group and Installing Veeam Agents on Discovered Computers of This Group
|
This example shows how to create a protection group, manually discover computers of this group and install Veeam Agents on discovered computers of this group.
Perform the following steps:
|
Related Commands
Get-VBRProtectionGroupReturns protection groups.Rescan-VBREntityRescans backup infrastructure components.New-VBRIndividualComputerCustomCredentialsSpecifies a method for authenticating individual computers.New-VBRIndividualComputerContainerCreates a scope of computers for a protection group.Add-VBRProtectionGroupCreates protection groups in Veeam Backup & Replication.Get-VBRDiscoveredComputerReturns discovered computers.