Skip to content

Instantly share code, notes, and snippets.

@brimur
brimur / MsSkuToFriendlyName.ps1
Last active August 24, 2022 20:14
Dynamic map of Microsoft SKU to friendly name
##################################################################
#
# Requires Windows PowerShell v2 - v5
# Will not work in PS 7+ due to lack of ParsedHtml functionality
#
##################################################################
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$skuPage = Invoke-WebRequest "https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/licensing-service-plan-reference"