Recover Deleted Office 365 Accounts on Microsoft Online
Microsoft has some updated guidance on restoring Office 365 users that have been deletedas long as it is within30 daysof deletionYou can fin...

Microsoft has some updated guidance on restoring Office 365 users that have been deletedā¦as long as it is withinĀ 30 daysĀ of deletion.
You can find the accounts eligible for āundeleteā by running the following powershell command:
- Connect-MSOLService
- Get-MsolUser āReturnDeletedUsers
To restore the user, you can use ONE of the following TWO commands:
- Restore-MsolUser -ObjectId
-AutoReconcileProxyConflicts -NewUserPrincipalName OR - Restore-MsolUser -UserPrincipalName
-AutoReconcileProxyConflicts -NewUserPrincipalName
Note ā You will still need to recover the deleted user in Active Directory prior to restoring the used in Microsoft Online if you have DirSync/ADFS.
Read more @>Ā http://support.microsoft.com/kb/2619308 _
Please check us out for yourĀ Managed ServiceĀ orĀ Cloud ConsultingĀ needs._