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. |
Related Commands