jslate1980 Posted September 15, 2016 Posted September 15, 2016 Hi has anyone who has a trial to Microsoft Classroom have a script to assign licences? Tried this Connect-MsolService $licenseObj = Get-MsolAccountSku | Where-Object {$_.SkuPartNumber -eq "MyTennant:CLASSDASH_PREVIEW"} $license = $licenseObj.AccountSkuId Get-MSOLUser -All | Set-MsolUserLicense -AddLicenses $license But for some reason it's only been added to 386 users. Jon
quiet_andy Posted February 16, 2017 Posted February 16, 2017 I know this is from a while back but just wondered if you got anywhere. I have used the same script and it only assigned 166 licenses, where I thought it should be nearly 1000.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now