powershell 获取最新的Azure VM
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 获取最新的Azure VM相关的知识,希望对你有一定的参考价值。
$images = Get-AzureVMImage | where { $_.ImageFamily -eq “Windows Server 2012 R2 Datacenter” } | Sort-Object -Descending -Property PublishedDate
$portalImage = $images[0]
以上是关于powershell 获取最新的Azure VM的主要内容,如果未能解决你的问题,请参考以下文章
powershell 我的Azure VM powershell模块用于管理VM
powershell 使用powershell创建用于测试SQL的Azure VM
powershell 调整Azure VM磁盘的大小。
通过用于 VM 的 powershell 管理 azure 存储帐户
Azure ARM模式下获取订阅下VM信息
powershell Azure:检查VM代理运行状况