mullet_man Posted October 4, 2018 Posted October 4, 2018 I emailed [email protected] Got the address from on here, you'll need your agreement number. I got an email back saying they are added my domain into there list and it takes a few days to complete.
Blue_Cookeh Posted October 11, 2018 Posted October 11, 2018 Did you guys have to do anything else or talk to anyone to get the A1 Plus for Students licenses assigned? We supposedly got added to the Educational list earlier this week but when I self enroll a test student account they just get assigned the A1 for Student (*non* Plus) licenses.
KevinB Posted October 11, 2018 Author Posted October 11, 2018 Did you guys have to do anything else or talk to anyone to get the A1 Plus for Students licenses assigned? We supposedly got added to the Educational list earlier this week but when I self enroll a test student account they just get assigned the A1 for Student (*non* Plus) licenses. It took me a couple of weeks plugging away at support for it to eventually happen and even then it wasn't working as expected until I connected to our tenant in Powershell: Import-Module MSOnline $UserCredential = Get-Credential Connect-MsolService -Credential $UserCredential And then ran: Set-MsolCompanySettings -AllowEmailVerifiedUsers $true Once that was done it started to work.
mullet_man Posted February 5, 2019 Posted February 5, 2019 Shared Activation uses the logged on users credentials to activate the office session. So if you have a user that does not have any Office 365 licence, you might find that it says it is not activated. Device Activation creates a computer account in 365 with the A1 Plus for Students licence and does not worry about what licence the current user might have. Both methods are perfectly valid. For shared activation where do I find the activation's in O365 admin? I've tested 3 installs and am planning on rolling it out for staff, but want to make sure all of sudden they all don't activate or lose activation randomly.
free780 Posted February 5, 2019 Posted February 5, 2019 I don't think you can with shared activation. Device Based Activation creates a user in AzureAD. Though I found I used a compliance item in SCCM to monitor it in case it got.l licenced against a user. 1
smithson83 Posted February 5, 2019 Posted February 5, 2019 For shared device activation the user activates the install on log in. A token is generated and stored in the profile for (I think) 30 days to prevent the requirement for reactivation. This is only valid for that user on that device. If they don't have a valid 365 licenced account, Office isn't activated.
free780 Posted February 5, 2019 Posted February 5, 2019 You can roam the token via home drive or Onedrive I believe.
psydii Posted February 5, 2019 Posted February 5, 2019 You only need to roam the token if you don’t have SSO for windows->Office365 set up.
jmak Posted February 5, 2019 Posted February 5, 2019 Is device based activation now supported in the UK? And if not, is the process you're using the same as in territories where it is supported or does it rely on workarounds?
snagrat Posted February 6, 2019 Posted February 6, 2019 Is device based activation now supported in the UK? And if not, is the process you're using the same as in territories where it is supported or does it rely on workarounds? We’ve been running it for a few years now in the UK
free780 Posted February 6, 2019 Posted February 6, 2019 Yep I've tun it for just over a year. It's just the script and compliance items I had to tweak. If you reimage PCs a lot I have to run the script to force dba.
jmak Posted February 6, 2019 Posted February 6, 2019 We’ve been running it for a few years now in the UKThanks - I've seen the threads on here about how. I just thought it was officially US only and that's why it's so complicated to make it work in the UK.
free780 Posted February 6, 2019 Posted February 6, 2019 It's a bit inconstant as I actually submitted a ticket to MS about using it on RDS and they recommended Shared for RDS and Device for normal Windows 10. I get the occasional 1st launch on RDS say its not licenced but a close and reopen fixes it. I have User Profile Disks deployed so the token roams. If MS really insist it's OK only it wouldn't be too much work to switch to shared licensing. But the token would have to roam. You also don't know what the device activation count is or what MS allow.
mullet_man Posted February 6, 2019 Posted February 6, 2019 I don't think you can with shared activation. Device Based Activation creates a user in AzureAD. Though I found I used a compliance item in SCCM to monitor it in case it got.l licenced against a user. SCCM tells me 3 is installed, am happy to license against the user for staff. All have there own laptop and just needs to keep access to the internet to stay activated? That's OK for me.
DrCheese Posted August 15, 2019 Posted August 15, 2019 I've had this working fine & activated on over 300 odd computers, but since yesterday my clients are all failing with "21:57:27 | Exception: License unavailable - GetLicense - early exit" I've allowed the change listed on the FAQ but with no joy - Only thing is that my Microsoft Agreement has changed (New term) so I have a new agreement number, tho I'm still listed with A1 Plus licenses - Has anyone else had to re-regster with microsoft? Thanks
DrCheese Posted August 18, 2019 Posted August 18, 2019 ... so what's the betting this is why my DBA license stuff is broken? https://educationblog.microsoft.com/en-us/2019/08/attention-it-administrators-announcing-device-based-subscription-for-education/ Old DBA was US only, tho when I contacted MS they gave it to us (and multiple others on here) so I'd put money on the fact that MS have invalidated all our previous tenant activations and now we have to apply via our resellers. Grr....
snagrat Posted August 18, 2019 Posted August 18, 2019 ... so what's the betting this is why my DBA license stuff is broken? https://educationblog.microsoft.com/en-us/2019/08/attention-it-administrators-announcing-device-based-subscription-for-education/ Old DBA was US only, tho when I contacted MS they gave it to us (and multiple others on here) so I'd put money on the fact that MS have invalidated all our previous tenant activations and now we have to apply via our resellers. Grr.... According to that (right at the bottom on the last Q&A) it says: “Device must be Azure AD joined or Azure AD Hybrid joined.” Most of my devices that use DBA are currently not.
free780 Posted August 18, 2019 Posted August 18, 2019 I think at some point you have to move to hybrid device join. If your organisation has moved to Microsoft 365 licensing Windows 10 can be licensed by subscription so I guess this is similar.
free780 Posted August 19, 2019 Posted August 19, 2019 I've done a bit of work on this. https://docs.microsoft.com/en-us/deployoffice/device-based-licensing You need hybrid join working. You need to contact you reseller to ask to add the "Office 365 ProPlus for Education (device)" licence to your tenant. https://docs.microsoft.com/en-us/Office365/Admin/misc/manage-licenses-for-devices?view=o365-worldwide You need to add this line to you configuration.xml which Setup.exe calls . I haven't yet found the registry setting for "Use a device-based license for Office 365 ProPlus".
sparkeh Posted August 21, 2019 Posted August 21, 2019 @DrCheese I have just manually installed 365 C2R using the A1 Plus licences and DBA on several devices to test this, and all ran through perfectly fine. So the method is still supported.
DrCheese Posted August 21, 2019 Posted August 21, 2019 Weird, after a week of devices failing I've just done a test machine and it's gone through ok - Let me test a few more & update
RobFuller Posted August 22, 2019 Posted August 22, 2019 Weird, after a week of devices failing I've just done a test machine and it's gone through ok - Let me test a few more & update I've been waiting about 4+ weeks for the correct device licences to be applied to our tenant via O365 support, I do hope its going to work otherwise falling back to Office 2019 deployment...
free780 Posted August 22, 2019 Posted August 22, 2019 I've done a bit of work on this. https://docs.microsoft.com/en-us/deployoffice/device-based-licensing You need hybrid join working. You need to contact you reseller to ask to add the "Office 365 ProPlus for Education (device)" licence to your tenant. https://docs.microsoft.com/en-us/Office365/Admin/misc/manage-licenses-for-devices?view=o365-worldwide You need to add this line to you configuration.xml which Setup.exe calls . I haven't yet found the registry setting for "Use a device-based license for Office 365 ProPlus".I've got the licences in place now. But it's not working on my test VM. I've got a ticket open with MS. I may need to try a clean VM where office was never activated.
RobFuller Posted August 22, 2019 Posted August 22, 2019 @free780 Which channel did you get the licences, through Office Support? Currently speaking with Microsoft Billing Support but is so slow all I get is our engineers are working on it...
free780 Posted August 22, 2019 Posted August 22, 2019 This was via our reseller. It took a few days for the licence to appear in the tenant.
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