List all images, SKUs and offers for a publisher

Tips & Tricks

/

Posted on

October 25, 2016

As the headline says, here is a PowerShell-script to list all images for all offers in all SKUs for a particular publisher.

If you ever wanted to know which images there is for a particular publisher and started to run some PowerShell cmdlets you quickly realized there is a ton of images in each SKU, and a ton of SKUs in each offer.

Here is a script that dumps everything there is in one selected publisher:

https://github.com/jonaserikson/Azure/blob/master/PowerShell/list-all-versions-in-all-skus.ps1

Here is an example output:

Written by

Jonas Erikson