how to collect complete details of VM including OS, disks, network, AV, and every resource aattatched to VM from azure portal

GVS 146 Reputation points
2020-10-09T13:30:26.003+00:00

I am looking to download or export the complete details of all the resources attatched to VM in azure portal

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,764 questions
{count} votes

1 answer

Sort by: Most helpful
  1. prmanhas-MSFT 17,891 Reputation points Microsoft Employee
    2020-10-09T13:42:50.78+00:00

    @AzureisMyCareer-5423 You can refer to below article which has script that creates a csv that contains the VM Name, Resource Group Name, Region, Vm Size, Virtual Network, Subnet, Private IP Address, OS Type, and Public IP Address of the VMs in the provided subscription.

    https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/virtual-machines/scripts/virtual-machines-powershell-sample-collect-vm-details.md

    Hope it helps!!!

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.