Jump to content

Recommended Posts

Posted

Hi

 

Does anyone know a powershell script i can run to add the student advantage office licences to students? I dont to waste time adding 20 at a time.

 

I believe this can be done by referencing a csv file?

 

Thank

Posted

Ah ok,

 

We have a sub-domain for students and used the following:

 

Get-MsolUser -DomainName student.school.com -All | Set-MsolUserLicense -AddLicenses YOUR_ORG:OFFICESUBSCRIPTION_STUDENT

If you can find a CSV import script you can pipe the Set-MsolUserLicense with it and apply it to a list of users. To list the licenses you have use:

 

Get-MsolAccountSku

 

It should list something like YOURSCHOOL:OFFICESUBSCRIPTION_STUDENT - This is the one you'll want to use.

 

Hope that helps a bit.

 

If you haven't found anything by tomorrow, I've got them all saved at work and I'll put it together for you.

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...