list_network_shares_ignoring_sysvol
Identify and list network shares within a specified domain, excluding SYSVOL, to streamline Active Directory analysis and reduce manual intervention.
Instructions
List network share(s), ignoring SYSVOL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_network_shares_ignoring_sysvolArguments",
"type": "object"
}