Given:
- I have an Azure account (MSDN benefits).
- I have a console application sending custom AppInsights metrics to my AppInsights workspace.
I would like to query these metrics from a PowerShell script.
I did try to find a solution by googling for it - no success. Not that there is no posts about the subject - I am just unable to make it work following these posts.
The gist of the problem is how to do it without user interaction.

