--- title: "VBRCSVContainer" description: "Contains a scope of computers listed in a CSV file. Property Type Description string The path to the CSV file. CCredentials Master account credentials for authenticating with all computers listed in a CSV file." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcsvcontainer.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCSVContainer" dateModified: "2026-08-19" --- # VBRCSVContainer Contains a scope of computers listed in a CSV file. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Path |
string |
The path to the CSV file. |
|
MasterCredentials |
CCredentials |
Master account credentials for authenticating with all computers listed in a CSV file. |
|
NetworkCredentials |
CCredentials |
Credentials for authenticating with the shared folder. Used if a CSV file is located on a file share. |
|
UseCustomCredentials |
bool |
Indicates if custom credentials are used for authenticating with some computers listed in a CSV file. |
|
CustomCredentials |
Custom credentials for authenticating with associated computers. |