LoginSignup
2
2

More than 5 years have passed since last update.

PowerShellからMicrosoft Azureを管理する【準備編】

Posted at

Microsoft Azure管理ポータルには旧来のクラシック版と、新しいリソースマネージャ版があります。

PowerShellにも新しい版があるようです。Azure Resource Manager Cmdletsにインストール方法がありました。

ステップ :one: Windows Management Framework 5.0をインストール

Windows Management Framework 5.0がインストールされていなければ、ダウンロードしてインストールします。

Windows 10のひとは不要です。

ステップ :two: PowerShellモジュールをインストール

管理者権限でPowerShellプロンプトを立ち上げます。

インストールを実行します。

Install-Module AzureRM
Install-AzureRM

結果

PowerShell ISEを立ち上げると、こんな感じにコマンドが入っていました。

azurermcmdlet.JPG

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2