Not Monitored
Tag not monitored by Microsoft.
42,024 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good morning. I would need to extract information of each VM: -
VM NAME :
Following command:
Get-AzResource | Select-Object ResourceGroupName, Location, Name, Properties, ParentResource, ExtensionResourceType, ResourceName, Sku | Export-Csv -Path "C:\temp.csv"
It does not collect all the requested data and it is the type of command I know and which is also recommended on other forums on which I have searched, can you help me?
The goal is to create an Excel with the information Thanks