-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
585a2e2
commit 227183f
Showing
7 changed files
with
269 additions
and
117 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"DC2016.COERCE.local": [ | ||
{ | ||
"computer": { | ||
"fqdn": "DC2016.COERCE.local", | ||
"ip": "192.168.1.46" | ||
}, | ||
"share": { | ||
"name": "ADMIN$", | ||
"comment": "Remote Admin", | ||
"hidden": true, | ||
"uncpath": "\\\\192.168.1.46\\ADMIN$\\", | ||
"type": { | ||
"stype_value": 2147483648, | ||
"stype_flags": [ | ||
"STYPE_DISKTREE", | ||
"STYPE_TEMPORARY" | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"computer": { | ||
"fqdn": "DC2016.COERCE.local", | ||
"ip": "192.168.1.46" | ||
}, | ||
"share": { | ||
"name": "C$", | ||
"comment": "Default share", | ||
"hidden": true, | ||
"uncpath": "\\\\192.168.1.46\\C$\\", | ||
"type": { | ||
"stype_value": 2147483648, | ||
"stype_flags": [ | ||
"STYPE_DISKTREE", | ||
"STYPE_TEMPORARY" | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"computer": { | ||
"fqdn": "DC2016.COERCE.local", | ||
"ip": "192.168.1.46" | ||
}, | ||
"share": { | ||
"name": "IPC$", | ||
"comment": "Remote IPC", | ||
"hidden": true, | ||
"uncpath": "\\\\192.168.1.46\\IPC$\\", | ||
"type": { | ||
"stype_value": 2147483651, | ||
"stype_flags": [ | ||
"STYPE_IPC", | ||
"STYPE_TEMPORARY" | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"computer": { | ||
"fqdn": "DC2016.COERCE.local", | ||
"ip": "192.168.1.46" | ||
}, | ||
"share": { | ||
"name": "NETLOGON", | ||
"comment": "Logon server share ", | ||
"hidden": false, | ||
"uncpath": "\\\\192.168.1.46\\NETLOGON\\", | ||
"type": { | ||
"stype_value": 0, | ||
"stype_flags": [ | ||
"STYPE_DISKTREE", | ||
"STYPE_SPECIAL", | ||
"STYPE_TEMPORARY" | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"computer": { | ||
"fqdn": "DC2016.COERCE.local", | ||
"ip": "192.168.1.46" | ||
}, | ||
"share": { | ||
"name": "SYSVOL", | ||
"comment": "Logon server share ", | ||
"hidden": false, | ||
"uncpath": "\\\\192.168.1.46\\SYSVOL\\", | ||
"type": { | ||
"stype_value": 0, | ||
"stype_flags": [ | ||
"STYPE_DISKTREE", | ||
"STYPE_SPECIAL", | ||
"STYPE_TEMPORARY" | ||
] | ||
} | ||
} | ||
} | ||
] | ||
} |
Binary file not shown.
Binary file not shown.