syne0/osprey

Verify Entra Licence Check in Start-Osprey.ps1

Closed this issue · 1 comments

Two things to do:

  1. Try and determine the original purpose of this. Have not been able to find the $AdvancedEntraLicense var used anywhere in the project.
  2. Review SKUs and ensure all required ones are included, if decision is made to keep this function around.

There was a few ways I thought to do this. Currently matches by SKU name which isnt the most ideal. I thought to match by SKU ID but that's too subject to change. Cant find any MS graph options that tells you the Entra license level either.
Decided to just add a few extra name matches for now, may eventually throw a list up on github of the known SKUs or something to bring in. we'll see.