For security reasons, I have a workgroup (non-domain) joined server in my network. Occasionally, I need to pull files from a domain share. But whenever I use the DNS name in the UNC path, it gives me an access denied (even though I pass proper domain administrator credentials when prompted). The funny thing is, accessing the share using the IP address works fine!
DNS is configured properly and the server is resolving addresses from the domain.
The fact that I can perform a workaround means this isn't a huge issue, but it is definitely an annoyance. Anybody have any insight into why this would be the case?
NET USE \\domain-server-name\share /user:DOMAIN\username passwordand get back an "Access Denied" error. Are you using Windows Explorer and supplying credentials in the dialog that pops up? – Evan Anderson Dec 10 '11 at 0:48