使用Azure Powershell – 如何获取Windows Server数据中心最新映像的映像名称
我使用Windows Server 2012 R2创build了一个VM 。 现在尝试使用以下“PS 5.0”脚本获取Windows Server 2012 R2 Datacenter的最新映像的映像名称。 但它给出了以下错误: PS脚本 : Get-AzureVMImage | where {$_.ImageFamily -eq "Windows Server 2012 R2 Datacenter" | sort PublishedDate -Descending } | select -Last 1 | Select PublishedDate,ImageFamily,ImageName | FL 错误: At line:3 char:14 + PublishedDate,ImageFamily,ImageName | FL + ~ Missing argument in parameter list. + CategoryInfo […]