Verify Entra Licence Check in Start-Osprey.ps1
Closed this issue · 1 comments
syne0 commented
Two things to do:
- Try and determine the original purpose of this. Have not been able to find the $AdvancedEntraLicense var used anywhere in the project.
- Review SKUs and ensure all required ones are included, if decision is made to keep this function around.
syne0 commented
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.