Power Shell
2 TopicsAzure PowerShell find LastOwnershipUpdateTime on disk
Hello: I wondering if it's possible to find LastOwnershipUpdateTime on the disk via PowerShell. I can see this info in the portal, but cannot figure out how to find it via script (PowerShell). Looks like MSFT recently released it, but even updating my Az.Compute module to the latest (9.0.0) version I still do not see it. Any help would be really appreciated. Thank you!Solved69Views0likes3CommentsHow to Calculate Total Number of Memory in Azure VM's
Dear Gurus I need your kind help. I have Azure account and I need to know how much memory I have total installed in all the Azure Cloud VM's. What I need below, which I took manually for 9 VM's in total there are 1000+ VMs' For the Cores information, I use below command but there is no MEMORY information in it. >Get-AzureRmVMUsage -Location WestUS But how can I get the Memory details I do not know.? Please help thanks. Regards Malik Adeel Imtiaz717Views1like0Comments