--- title: "VBRADEntity" description: "Contains an Active Directory object. Property Type Description GUID The Active Directory object ID. string The Active Directory object name. For Computer objects, returns the dNSHostName attribute. string The Active Directory object full name." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbradentity.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRADEntity" dateModified: "2026-08-19" --- # VBRADEntity Contains an Active Directory object. ## Properties

Property

Type

Description

Id

GUID

The Active Directory object ID.

Name

string

The Active Directory object name.

For Computer objects, returns the dNSHostName attribute.

FullName

string

The Active Directory object full name.

Type

VBRADEntityType

The Active Directory object type:

  • Domain
  • Cluster
  • OrganizationUnit
  • Group
  • Folder
  • Computer

DistinguishedName

string

The Active Directory object LDAP distinguished name.

## Related Commands [`Find-VBRADEntity`](find-vbradentity.md)