Is it possible to get Azure Subscription Offer, or offerId, using Powershell? Through the portal this would be Subscription -> properties -> Offer or offer ID?
I've been searching for a while, but I can't see it.
Thanks,
This can now be done from the Portal using the Resource Graph Explorer with a query similar to:
resourcecontainers
| where type == "microsoft.resources/subscriptions"
| project name, properties.subscriptionPolicies.quotaId