Conversion to other data formats

Get-AzVM | ConvertTo-CSV
Get-AzVM | ConvertTo-JSON
Get-AzVM | ConvertTo-XML
Get-AzVM | ConvertTo-HTML

Last updated