I have Azure account and I need to know how much memory is installed in all the VM's. For number of Cores, I use below command.
>Get-AzureRmVMUsage -Location WestUS
But how can I get the Memory details?
I have Azure account and I need to know how much memory is installed in all the VM's. For number of Cores, I use below command.
>Get-AzureRmVMUsage -Location WestUS
But how can I get the Memory details?
Just give you an example: How to get installed memory for each VM, and note that if you want to calculate the total number of installed memory for all VMs, just add them one by one.
Test result: