Trying to find what is the existing IaaSDiagnostics on Scale Set, but not able to extract the Settings as String output,
Tried this but not much helpful as returns in JProperty form,
Get-AzureRmVmss -ResourceGroupName usptenant-DAT-EastUS -VMScaleSetName besfvm `
| Select-Object -ExpandProperty VirtualMachineProfile `
| Select-Object -ExpandProperty ExtensionProfile `
| %{ $_.Extensions[1] | Select-Object -ExpandProperty Settings }
i am stuck with Type casting or completely in wrong direction on accessing diagnostics information.