Jump to content

Recommended Posts

Posted

Hello, does anyone have this behaviour.

 

 

1. A student is attending school and has a 365/OneDrive account

2. The student leaves to go abroad/another school, the account gets deleted as usual.

3. The student returns and gets readmitted

4. The account gets recreated but OneDrive is inaccessible as it seems they connect to their old account or the old user account of the same name is connected to their new account.

 

 

A Microsoft backend issue but they don't seem to really have a plan or a fix...

 

Thoughts?

Posted
I like the idea but...do you have loads of student 365 licenses, or doesn't it really get affected that much? There is probably also a Q mark over data retention rules, if a student leaves in Y7 would you keep their 365 data until they would have been in Y13?
Posted

We move leavers to the A1 licence of which we have thousands. We also disable them and set a random password. Azure ATP/Defender for Identity keeps an eye on the inactive accounts for suspicious activity.

A few years after they have gone, we clear them out. We use Salamander to most of this and dump them into leaver_year groups so we can clean them up later. Salamander also handles re-onboarding the accounts if/when they come back.

 

Same for teachers. We always have a couple of returning staff each year, on top of the NQTs who did their training with us six months ago.

Posted

Or, rather than recreating the account, pull them out of the AD recycle bin.

 

Get-ADObject -Filter {displayName -eq "Joe Bloggs"} -IncludeDeletedObjects | Restore-ADObject

 

365 will just relink the account.

Posted
Yeah, thousands of licenses. I could script the licenses being revoked but haven't needed to yet - if you do that there is a risk that any online services like OnDrive will be emptied/deleted.
Posted
Does mean that over time you really want a number in the account name/email address for the year, otherwise in 10 years time you'll be on jbloggs43

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