Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,653 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have Resiliency reviews with lot of recommendations. I need to download them as CSV using PowerShell or cli.
I'm using below Query but couldn't be able to expand the recommendations. How can I do it?
Hello Ramakrishna,
Give this query a try:
advisorresources
| mv-expand workloadName = properties.resourceWorkload.name
| where workloadName == '<Review name>'
Where <Review Name> would be the review name that you see in the Reviews (Preview) for the specific review you are wanting to export.