使用Windows Azure PowerShell遠端管理Windows Azure虛擬機器

來源:互聯網
上載者:User

標籤:style   blog   http   color   使用   strong   

對於Windows Azure,如果你還在使用windowsazure.com門戶來管理虛擬機器,那就顯得不怎麼高上大了。Windows Azure PowerShell 是一個功能強大的指令碼環境,可用於在 Windows Azure 中控制和自動執行工作負載的部署和管理。

  安  裝  

通過Microsoft Web Platform Installer一鍵搞定安裝。

  登入Azure賬戶  

啟動安裝好的Windows Azure PowerShell,使用“Add-AzureAccount” 命令來登入你的Windows Azure賬戶,如:

 如果你有多個訂閱,可以通過“Select-AzureSubscription”命令進行設定,如:

啟動、停止以及重新啟動Windows Azure虛擬機器

Windows Azure PowerShell Cmdlet 支援使用 Restart-AzureVM、Stop-AzureVM 和 Start-AzureVM 命令執行重新啟動、停止和啟動虛擬機器操作,其格式如下:

Restart-AzureVM -ServiceName $cloudSvcName -Name $vmname 

Stop-AzureVM -ServiceName $cloudSvcName -Name $vmname 

Start-AzureVM -ServiceName $cloudSvcName -Name $vmname

其中,“-ServiceName $cloudSvcName”表示雲端服務的名稱,“-Name $vmname” 虛擬機器的名稱。例如,使用“Stop-AzureVM ”命令來關閉一台虛擬機器,如:

使用“Start-AzureVM” 命令來啟動一台虛擬機器,如:

其他命令,請查看相關協助。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.