Hi All,
I want to pull out a list of all virtual machines ( classic ) and new version along with the information of the size etc from azure portal. We are using azure portal. subscription is a newer Azure ARM subscription. when I use get-azurermvm it only list non classic virtual machines.
when i try to use get-azurevm, it does not list anything and error out that default subscription is not set.
Any pointers how to get the information using a script.
Manish