windows – 我无法将网络驱动器映射到sharepoint

前端之家收集整理的这篇文章主要介绍了windows – 我无法将网络驱动器映射到sharepoint前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Windows 8客户端上.

我可以在365中浏览到我的sharepoint站点,没有问题:https://myPublicserver.sharepoint.com

但是当我尝试将驱动器映射到该地址时,我收到此错误
“您输入的文件夹似乎无效”

我确保将https://myPublicserver.sharepoint.com添加到我信任的站点列表中.

问题是什么?

编辑:好的我试着用网做这个,这是我得到的错误

C:\Users\me>net use b: https://mypublicserver.sharepoint.com/my%20lib
System error 224 has occurred.

Access Denied. Before opening files in this location,you must first add the web
 site to your trusted sites list,browse to the web site,and select the option
to login automatically.

我可以确认该网站已被添加到可信站点列表中.

我刚刚在Windows 10的最新版本上测试了这一点,事实上我看到了同样的问题:NET使用B:https://tenant.sharepoint.com/library导致系统错误224发生了开箱即用的错误.

无论如何,我能够通过以下方式让它工作:

>将https://*.sharepoint.com添加到可信站点列表
>通过Internet Explorer打开https://tenant.sharepoint.com并选择保持登录状态,然后输入您的凭据
>输入凭据并且您通过IE成功登录站点后,NET USE B:https://tenant.sharepoint.com/library正常工作.

无论如何,你可能需要在每次重启后都这样做,所以这就是已经有一些社区脚本自动化这个(即OneDriveMapper)的原因. Windows 10(不是Windows 8)允许将Office 365帐户映射到本地帐户,因此这样做也可以消除此问题.

原文链接:https://www.f2er.com/windows/369260.html

猜你在找的Windows相关文章