我想写VmSize。当我输入get-azvm
时,我有关于VM的所有信息。
当我输入get-azvm |select VmSize
时,我有一个空变量。
我怎么能只得到这些信息呢?
我在网上搜索信息,我只找到了如何在本地化中获得有关磁盘的信息。
的数据
PS C:\>Windows\system32> get-azvm
ResourceGroupName Name Location VmSize OsType NIC ProvisioningState Zone
----------------- ---- -------- ------ ------ --- ----------------- ----
WITRG maszynatestowa westeurope Standard_D2s_v3 Windows maszynatestowa Succeeded
WITRG2 Druga westeurope Standard_DS1_v2 Windows druga783 Succeeded
WITRG2 WitVM2 westeurope Standard_D2s_v3 Windows WitVM2 Succeeded
字符串
2条答案
按热度按时间4ioopgfo1#
字符串
文档:https://learn.microsoft.com/en-us/powershell/module/az.compute/get-azvm
ffx8fchx2#
我有一个解决方案
Get-AzVM |select -ExpandProperty HardwareProfile