I am trying to get the domain names from all my VMs within my subscription but I can not seem to find how to do this. I have looked at the following commands but I seem I can not find a cmdlet to give me this information:
NetworkInterfaceIPConfigurationListResult
Get-AzureRmVM
Get-AzureRmDnsZone
I can't figure out how to obtain the FQDN name of my Vm with AzureRm. Any help to do obtain this would be greatly appreciated.