Jump to content

Office 365 - New Licence? (Office 365 Education for Students)


Recommended Posts

Posted

Seems to be E1 + ProPlus in single license.

 

Office 365 Education for Students

Yammer for Academic ‎(These licenses do not need to be individually assigned)‎

Office Online for Education

SharePoint Plan 1 for EDU

Exchange Online ‎(Plan 1)‎

Office 365 ProPlus

Lync Online ‎(Plan 2)

 

Steve‎

Posted

I might request for an extension, not sure they have provided enough to cover my needs :p

 

Is this a glitch or are these ours to use?

Posted

Just having a look through forums:

 

Mark 28 Oct 2014 6:05 PM

 

We use ADFS and DirSync and have our own licensing process in place to assign licenses including student advantage. I also followed the instructions to prevent users from auto provisioning (even though we should not have had to since we use ADFS). Apparently we have had 2 staff members which have valid email addresses go through the process and get auto licenses assigned even though they should not yet be eligible as it is currently open to students. Since we have our own licensing process in place how can we completely disable the self-enrollment for our organization so that users cannot go through the process and get an Office license auto assigned to them? We also noticed as a result of this change that we have a new license named "Office 365 Education for Students" which has 1,000,000 seats. The interesting side effect of that new license is that we now have 500TB of SharePoint quota for our tenant which is much more than we had previously. Do you know if all of this extra quota granted by those licenses is intended and if we can plan on keeping it going forward?

 

Seems it's been going on a long time if a glitch :s I wonder if it's linked to that self enrolment the guy above mentioned?

 

Steve

Posted

Custom view setup showing users of those 5 licenses that are used on our account:

 

Office365.png

 

We haven't assigned any students those licenses ever, so certainly seems to be linked to that auto provision I'd guess. Only bits it's assigned for active use is Office online/SharePoint etc

 

Steve

Posted

It's not a glitch... :)

 

www.bfcnetworks.com/blogs/alexpearce/understanding-more-of-the-free-office-365-benefits-to-students/

 

First User to Request License and Domain is Registered in Office 365 (UK and other EU countries, not sure about about worldwide)

In this scenario, you would have created your Office 365 tenant and registered your domain in there. By default, when a user requests eligibility it will do a check to see if the domain is verified in Office 365 and then ask the user to log in. If they haven’t got a username they will not be able to get Office 365 Pro Plus. If they log in and the domain passes its eligibility tests, they will be given just the Office 365 Pro Plus part of the Office 365 Education for Student license and keep whatever they currently have.

 

What happens is that Office 365 Education for Students and Office 365 Education for Faculty licenses are added to your tenant. It adds 1 million student licenses and 500,000 faculty which you can then use to assign to all your users.

  • Thanks 1
Posted

Problem being it starts giving them access to bits you might not have configured yet :p Like sharepoint...

 

Anyone know off hand where the disable option is for them self signing up currently?

 

Steve

Posted
Anyone know off hand where the disable option is for them self signing up currently?

I think this is what you need (from the link above)...

 

Set-MsolCompanySettings -AllowAdHocSubscriptions $false

  • Thanks 1
Posted (edited)

Thanks Arthur,

 

I don't see the faculty licences though?

 

They where not present yesterday and appeared this morning. Yesterday i requested more Faculty licences and migrated 1,250 students to Office 365 and licenced these. I wonder if that triggered it?

 

Thanks

Edited by FN-GM
Posted
I think this is what you need (from the link above)...

 

Set-MsolCompanySettings -AllowAdHocSubscriptions $false

 

Mmm thanks will have to try Monday, keeps getting rejected here. Wonder if there's new module that needs downloading for that.

 

Thanks,

Steve

Posted
Mmm thanks will have to try Monday, keeps getting rejected here. Wonder if there's new module that needs downloading for that.

 

Thanks,

Steve

 

Works for me. Are you connecting via connect-msolservice and not connecting to Exchange Online?

Posted
Works for me. Are you connecting via connect-msolservice and not connecting to Exchange Online?

 

Just using our normal script for O365 settings which is:

 

Windows PowerShell
Copyright (C) 2013 Microsoft Corporation. All rights reserved.

$UserCredential = Get-Credential
$proxysettings = New-PSSessionOption -ProxyAccessType IEConfig
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection -SessionOption $proxysettings
Import-PSSession $Session
WARNING: The names of some imported commands from the module 'tmp_xvq0ged1.uuf' include unapproved verbs that might
make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the
Verbose parameter. For a list of approved verbs, type Get-Verb.

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     1.0        tmp_xvq0ged1.uuf                    {Add-AvailabilityAddressSpace, Add-DistributionGroupMember...


Set-MsolCompanySettings -AllowAdHocSubscriptions $false
Set-MsolCompanySettings : The term 'Set-MsolCompanySettings' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Set-MsolCompanySettings -AllowAdHocSubscriptions $false
+ ~~~~~~~~~~~~~~~~~~~~~~~
   + CategoryInfo          : ObjectNotFound: (Set-MsolCompanySettings:String) [], CommandNotFoundException
   + FullyQualifiedErrorId : CommandNotFoundException

 

Or are you doing it another way? This normally works for all other commands.

 

Steve

Posted

Thats for Exchange Online not the Office 365 Management.

 

Open a new powershell window on the machine you use your script. Type Connect-MsolService. Enter your credentials and run the command again. It should work then.

Posted
Thats for Exchange Online not the Office 365 Management.

 

Open a new powershell window on the machine you use your script. Type Connect-MsolService. Enter your credentials and run the command again. It should work then.

 

Same same gonna update the Module as I haven't done it since I've joined the school at least so wonder if its just too old a module :) Will try that

 

Connect-MsolService
WARNING: There is a newer version of the Microsoft Online Services Module.
Your current version will still work as expected, however the latest version
can be downloaded at https://portal.microsoftonline.com.

Set-MsolCompanySettings -AllowAdHocSubscriptions $false
Set-MsolCompanySettings : A parameter cannot be found that matches parameter name 'AllowAdHocSubscriptions'.
At line:1 char:49
+ Set-MsolCompanySettings -AllowAdHocSubscriptions <<<<  $false
   + CategoryInfo          : InvalidArgument: ( [set-MsolCompanySettings],
  ParameterBindingException
   + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Online.Administration.Automation.SetCompanySettings

 

Steve

Posted (edited)
We got last week 1,000,000 students licenses and 500,000 faculty licenses just by someone using there school email address to attempt to signup. If any one wants to add these licenses to the office 365 organisation/domain then I can post the links for student activation and teacher/faculty activation. Use any organisational email to do this. You only need to attempt this once for student and once for faculty. Edited by ass17
Posted

Thanks, does anyone know how to get a school on the list? One of our schools in the trust isn't entered.

 

Thanks

Posted
the point of this is so staff and students self enroll so admins dont have to.

 

Don't you have to have at least signed up for a O365 tenant and added a domain to get this?

 

The benefit I thought was that you didn't need to import / create / sync users.

Posted
the point of this is so staff and students self enroll so admins dont have to.

 

We do it automatically for staff and student. Each one will have either office licence assigned automatically.

Posted
Don't you have to have at least signed up for a O365 tenant and added a domain to get this?

 

The benefit I thought was that you didn't need to import / create / sync users.

 

We signed up last year, for free, getting a domain and standard E1 licenses for free.

 

You still have to run the dirsync utility to sync your Active Directory users up

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