So today I added a M365B subscription to one of our tenant, installed office using ODT to a RDS server, verified using powershell that the sub has SCA enabled, it has.
Below can be run using the tenant admin account.
Connect-MsolService
$sku = Get-MsolAccountSku | Where-Object {$_.skupartnumber -eq "SPB"}
if ($sku)
{ write-host ($sku.servicestatus | Where-Object { $_.serviceplan.servicename -match "Shared_Computer_Activation" }).provisioningStatus
}
Still no dice, get the following error message "The product we found in your account cannot be used to activate office in shared computer scenarios"
I did raise a ticket and hopefully the Support guy pushed a magic button (script to update SOP's) , Will re-test er later and update with outcome.
UPDATE: magic button pushed, still not working. Sigh..