--- 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:
|
|
Port |
int |
The port for authenticating with DC server/Domain. |
|
Credentials |
CCredentials |
Credentials for authenticating with DC server/Domain. |