- Aug
- 149
- 4
It must be my day for problems. I just posted about an issue with enumservers, and now I'm seeing weirdness from enumshares as well. If I ask it to enumerate the shares of my machine named Ancalagon, here's what I get:
But if I ask it to enumerate the shares of my machine named Tirion, here's what I get:
Both machines are running the same version of Windows (10 Pro x64 with all the latest updates). Both machines have network shares visible. Yet the enumshares command works for the first machine but not the second. Any ideas?
enumshares /a \\Ancalagon\*
\\Ancalagon\ADMIN$
\\Ancalagon\C$
\\Ancalagon\D$
\\Ancalagon\F$
But if I ask it to enumerate the shares of my machine named Tirion, here's what I get:
enumshares /a \\Tirion\*
TCC: (Sys) The format of the specified share name is invalid.
"\\Tirion\*"
Both machines are running the same version of Windows (10 Pro x64 with all the latest updates). Both machines have network shares visible. Yet the enumshares command works for the first machine but not the second. Any ideas?