--- title: "VBRADDomain" description: "Contains an Active Directory domain connection object. Property Type Description GUID The connection object ID. string The Active Directory domain name." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbraddomain.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRADDomain" dateModified: "2026-08-19" --- # VBRADDomain Contains an Active Directory domain connection object. ## Properties

Property

Type

Description

Id

GUID

The connection object ID.

Name

string

The Active Directory domain name.

ServerName

string

The name for connecting to DC server/domain:

  • DNS name for DC server
  • FQDN or NetBIOS for domain

Port

int

The port for authenticating with DC server/Domain.

Credentials

CCredentials

Credentials for authenticating with DC server/Domain.

## Related Commands [`Get-VBRADDomain`](get-vbraddomain.md)