I’m looking to get the Host Caching value of Azure VM using powershell. I’ve tried looking at microsoft docs for commands Get-AzVm -status and Get-AzDisk, but looks like these commands doesn’t give the Host Caching value.
Following is the image of the Host Caching status on Azure portal.
Can someone share if it’s possible?
TIA
>Solution :
please check the following link
How to get the Azure VM disk caching settings using PowerShell?
