File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ function Get-AADAssessUserReport {
3232 )
3333
3434 begin {
35- $aadp1plan = " eec0eb4f-6444-4f95-aba0-50c24d67f998 "
36- $aadp2plan = " 41781fb2-bc02-4b7c-bd55-b576c07bb09d "
35+ $aadp1plan = " 41781fb2-bc02-4b7c-bd55-b576c07bb09d "
36+ $aadp2plan = " eec0eb4f-6444-4f95-aba0-50c24d67f998 "
3737 }
3838
3939 process {
Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ function Invoke-AADAssessmentDataCollection {
117117 # Check tenant license status
118118 $licenseType = " Free"
119119 if ($skus | Where-Object { $_.prepaidUnits.enabled -gt 0 -and ($_.servicePlans | Where-Object { $_.servicePlanId -eq " 41781fb2-bc02-4b7c-bd55-b576c07bb09d" })}) {
120- $licenseType = " P2"
121- } elseif ($skus | Where-Object { $_.prepaidUnits.enabled -gt 0 -and ($_.servicePlans | Where-Object { $_.servicePlanId -eq " eec0eb4f-6444-4f95-aba0-50c24d67f998" })}) {
122120 $licenseType = " P1"
121+ } elseif ($skus | Where-Object { $_.prepaidUnits.enabled -gt 0 -and ($_.servicePlans | Where-Object { $_.servicePlanId -eq " eec0eb4f-6444-4f95-aba0-50c24d67f998" })}) {
122+ $licenseType = " P2"
123123 }
124124 Remove-Variable skus
125125
You can’t perform that action at this time.
0 commit comments