0
点赞
收藏
分享

微信扫一扫

运行Set-SPOTenant -ViewInFileExplorerEnabled $True命令出错解决方案

Blog链接:​​https://blog.51cto.com/13969817​​

微软曾经试图通过OneDrive Sync Client来取代View SharePoint Files with the Explorer功能,但由于企业用户的一些实际需求,于2021年10月发布公告,将继续支持该功能,可通过PowerShell启用该功能。

今天在使用Powershell命令启用该功能时,输入Set-SPOTenant -ViewInFileExplorerEnabled
$True,抛出异常错误:

运行Set-SPOTenant -ViewInFileExplorerEnabled $True命令出错解决方案_ViewInFileExplorer

查找了相关资料,发现启用该功能,PowerShell的版本必须满足16.0.21610.12000或者更高版本,否则不可用。

解决过程:

1.     在添加删除程序确认当前Management Shell版本,如下所示:

运行Set-SPOTenant -ViewInFileExplorerEnabled $True命令出错解决方案_Set-SPOTenant_02

2.     版本低于官网要求的,所以从官网下载最新版本的Management Shell,并安装

运行Set-SPOTenant -ViewInFileExplorerEnabled $True命令出错解决方案_命令_03

3.     重新输入命令,启用成功,如下所示:

运行Set-SPOTenant -ViewInFileExplorerEnabled $True命令出错解决方案_ViewInFileExplorer_04

问题解决,整理本文,希望对大家日后有所帮助。

相关资料链接:

·       ​​​ViewSharePoint files with File Explorer in Microsoft Edge​​

·       最新版本下载地址:​​SharePoint Online Management Shell



举报

相关推荐

0 条评论