I unable to see data of a column of a variable in Powershell.
I have dumped the result of a command Get-AzVMUsage -Location WestUS2 to a variable $Data
.
Now, when I select the 4 columns that result from the variable $Data
, I'm not able to see accurate of one of the column "Name".
$Data = Get-AzVMUsage -Location $Location
$Data | select Name,CurrentValue,Limit,Unit
Below is the attached output that I'm getting. in which the column "Name" is having same weird values.