Jump to content

Assigning Microsoft Classroom licences through powershell


Recommended Posts

Posted

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

  • 5 months later...
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...