--- title: "VBRProtectionGroup" description: "Contains a Veeam Agent protection group. Property Type Description string The protection group ID. string The protection group name. string The protection group description. bool Indicates if automatic discovery for this protection group is enabled." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrprotectiongroup.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRProtectionGroup" dateModified: "2026-08-19" --- # VBRProtectionGroup Contains a Veeam Agent protection group. ## Properties

Property

Type

Description

Id

string

The protection group ID.

Name

string

The protection group name.

Description

string

The protection group description.

Enabled

bool

Indicates if automatic discovery for this protection group is enabled.

Type

VBRProtectionGroupType

The protection group type:

  • Custom
  • ManuallyAdded

Container

VBRProtectionGroupContainer

The type of a protection scope for which this protection group is created:

  • ActiveDirectory
  • IndividualComputers
  • CloudMachines
  • CSV
  • ManuallyDeployed

ScheduleOptions

VBRProtectionGroupScheduleOptions

The protection group discovery schedule.

DeploymentOptions

VBRProtectionGroupDeploymentOptions

The protection group deployment settings.

## Related Commands [`Get-VBRProtectionGroup`](get-vbrprotectiongroup.md)