0

ステップにアクセスしようとするコマンドレットの名前として認識されません。 ログイン-AzureRmAccount - 私は管理者モードでPowerShellでこのコマンドレットを実行しましたが、一度、私は、クエリ「新-ShardMapManagerは」poweshellを通じて私が使用し

の下にこれを実行しましたログイン
New-ShardMapManager -UserName 'user_name' -Password 'enterd password' -SqlServerName 'server_name.database.windows.net' -SqlDatabaseName 'Elastic_poc_db' 

私は、次のようなエラーになっています:私はPowerShellの4バージョン

+0

これはPowerShell 4でも引き続き利用できますか?自分で使ったことはありませんが、 'New-AzureRmSqlElasticPool'で試してみましたhttps://docs.microsoft.com/en-us/powershell/resourcemanager/azurerm.sql/v1.0.12/new-azurermsqlelasticpool – Milen

答えて

1

新ShardMapManagerがnoを使用しています

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 

をAzure Resource Managerの一部です。ここから入手できる別のダウンロードファイルです:https://gallery.technet.microsoft.com/scriptcenter/Azure-SQL-DB-Elastic-731883db

関連する問題