I'm logged in on a Windows Server 2012 R2 host and I need to access files on webdav servers. One is Sharepoint and the other is Apache. The Desktop Experience feature was installed and the server was rebooted.
I can map both shares as network drives from command line either with pushd
or net use
, however , if I try to access the shares via a UNC path it fails. Windows 7 and Windows 10 clients have no such problem.
C:\>pushd \\sharepoint.acme.com@SSL\PWA
Z:\>dir
Volume in drive Z has no label.
Directory of Z:\
...
18 File(s) 10 173 bytes
46 Dir(s) 26 346 717 184 bytes free
Z:\>popd
C:\>dir \\sharepoint.acme.com@SSL\PWA
The system cannot find the path specified.