首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >“‘New ShardMapManager”未被识别为尝试通过powershell访问的cmdlet的名称

“‘New ShardMapManager”未被识别为尝试通过powershell访问的cmdlet的名称
EN

Stack Overflow用户
提问于 2016-12-23 00:15:19
回答 0查看 364关注 0票数 0

我使用的步骤: Login-AzureRmAccount --我在管理模式下运行Powershell中的此cmdlet。登录后,我运行以下查询

代码语言:javascript
运行
复制
New-ShardMapManager -UserName 'user_name' -Password 'enterd password' -SqlServerName 'server_name.database.windows.net' -SqlDatabaseName 'Elastic_poc_db'

我收到以下错误:

代码语言:javascript
运行
复制
New-ShardMapManager : The term 'New-ShardMapManager' 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:1

+ ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (New-ShardMapManager:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

我使用的是Powershell 4版本

EN

回答

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

https://stackoverflow.com/questions/41287457

复制
相关文章

相似问题

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