首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Cloudberry powershell管理单元不再工作

Cloudberry powershell管理单元不再工作
EN

Stack Overflow用户
提问于 2018-05-25 21:42:57
回答 1查看 112关注 0票数 0

在最近的Windows10更新之后,我使用cloudberry管理单元的powershell脚本不再工作。我已经重新安装了cloudberry,但没有成功。

即使管理单元显示为已注册:

代码语言:javascript
复制
PS C:\> Get-PSsnapin -Registered


Name        : CloudBerryLab.Explorer.PSSnapIn
PSVersion   : 2.0
Description : CloudBerry Explorer snap-in for PowerShell

Powershell无法识别命令:

代码语言:javascript
复制
PS C:\> $destination = Get-CloudFilesystemConnection | Select-CloudFolder 
"\\diskstation\drive1\backups\ow-data\"
Get-CloudFilesystemConnection : The term 'Get-CloudFilesystemConnection' is 
not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, 
or if a path was included, verify that the
path is correct and try again.
At line:1 char:16
+ $destination = Get-CloudFilesystemConnection | Select-CloudFolder "\\ ...
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (Get- 
CloudFilesystemConnection:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

该管理单元也被添加到当前会话中,但仍未显示:

代码语言:javascript
复制
PS C:\> Add-PSSnapin CloudBerryLab.Explorer.PSSnapIn
PS C:\> Get-PSsnapin

Name        : Microsoft.PowerShell.Core
PSVersion   : 5.1.17134.81
Description : This Windows PowerShell snap-in contains cmdlets used to 
manage components of Windows PowerShell.
EN

回答 1

Stack Overflow用户

发布于 2018-05-28 09:19:40

最终对Win10进行了重新铺设(通过“重置”),并花了一天时间重新安装应用程序。重置后安装的第一个应用程序是Cloudberry,该插件运行良好。不可否认,O/S在几年前从7升级到现在确实有点老了。感谢您的帮助尝试。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50530595

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档