Get-VBRDiscoveredComputer

Short Description

Returns discovered computers.

Applies to

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get discovered computers from all protection groups.

Get-VBRDiscoveredComputer [-Type <VBRDiscoveredEntityType[]> {Computer | Cluster | ActiveDirectory}]  [<CommonParameters>]

  • Get discovered computers from selected protection groups.

Get-VBRDiscoveredComputer [-ProtectionGroup <VBRProtectionGroup[]>] [-Type <VBRDiscoveredEntityType[]> {Computer | Cluster | ActiveDirectory}]  [<CommonParameters>]

Detailed Description

This cmdlet returns discovered computers from all protection groups or from selected protection groups. Use an appropriate parameter set for each case.

Veeam Backup & Replication regularly performs discovery operations for computers in a protection group. During a discovery operation, Veeam Backup & Replication connects to computers and gathers information about them. After the discovery operation is complete, Veeam Backup & Replication recognizes processed computers as discovered.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Type

Specifies the array types:

  • Computer: standalone computers
  • Cluster: computers that are part of a cluster
  • ActiveDirectory: Active Directory computers

The cmdlet will return discovered computers of these types.

VBRDiscoveredEntityType[]

False

Named

True (ByProperty
Name)

ProtectionGroup

Specifies the array of protection groups. The cmdlet will look for discovered computers in these groups.

Accepts the VBRProtectionGroup object. To get this object, run the Get-VBRProtectionGroup cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRDiscoveredComputer[]

Examples

Get-VBRDiscoveredComputerExample 1. Getting Discovered Computers of All Protection Groups

Get-VBRDiscoveredComputerExample 2. Getting Discovered Computers of Selected Protection Group

Get-VBRDiscoveredComputerExample 3. Getting Active Directory Discovered Computers of Several Protection Groups

Related Commands

Page updated 3/6/2024

Page content applies to build 12.3.1.1139