--- title: "New-VBRADContainer" description: "Creates a scope of Active Directory objects for a protection group. Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet creates the VBRADContainer o" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbradcontainer.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Agent Management > Working with Protection Groups > Veeam Agent Management Protection Scope > New-VBRADContainer" dateModified: "2026-08-19" --- # New-VBRADContainer ## Short Description Creates a scope of Active Directory objects for a protection group. **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Credentials (Default)
TempCertificates
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CustomCredentials |
Specifies custom credentials for authenticating with associated Active Directory objects. Accepts the |
False |
Named |
True (ByPropertyName) |
|
|
Domain |
Specifies the Active Directory domain connection object. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Entity |
Specifies the array of the Active Directory objects from the same domain. The cmdlet will add these objects to the protection scope. You can add the following types of Active Directory objects:
Note: You cannot add Domain Local or Universal groups. Accepts the |
True |
Named |
True (ByPropertyName) |
|
|
ExcludeComputers |
Defines that you want to exclude some Active Directory objects from the protection scope. Use the |
|
False |
Named |
True (ByPropertyName) |
|
ExcludedEntity |
Specifies Active Directory objects you want to exclude from the protection scope. Note: You cannot exclude Domain Local or Universal groups. Accepts the |
False |
Named |
True (ByPropertyName) |
|
|
ExcludeOfflineComputers |
Defines that the cmdlet will exclude computers that have been offline for over 30 days. By default this parameter is set to |
|
False |
Named |
True (ByPropertyName) |
|
ExcludeVMs |
Defines that the cmdlet will exclude all VMs from the protection scope. By default this parameter is set to |
|
False |
Named |
True (ByPropertyName) |
|
MasterCredentials |
Specifies Master account credentials for authenticating with all Active Directory objects in a protection scope. For authenticating with Active Directory objects that require different credentials, Veeam Backup & Replication uses custom credentials. If you want to use custom credentials for some Active Directory objects, set the |
|
True |
Named |
True (ByPropertyName) |
|
UseCustomCredentials |
Defines that you want to use custom credentials for authenticating with some Active Directory objects. To specify custom credentials, use the |
|
False |
Named |
True (ByPropertyName) |
|
UseTemporaryCertificate |
Defines that the cmdlet will use a temporary certificate to connect to the Active Directory objects instead of authenticating with credentials. |
|
True |
Named |
True (ByPropertyName) |