Get All AIP encrypted files - SharePoint Online

One of the recent project merger and acquisition.  Technology - M365 tenant to Tenant migration Areas of consolidation 1. Mailboxes  2. SharePoint online data 3. OneDrive for Business data 4. Teams data migration 5. Security and Compliance Migration  Area of concern from security and compliance side was the encrypted files within EXO, SPO, Teams, ODB. Issue with encrypted data migration - end users will not be able to access the documents once the Source tenant is decommissioned.   Solution available -  Ask end users to unencrypt the data before migration  Alternet Solution - 1. Decrypt the files, mails using eDiscovery - This will give us output in PST format will is available for offline access, but the data in source will still be encrypted.  Decryption in eDiscovery - Microsoft Purview (compliance) | Microsoft Docs   2. Use Get-AIPfileLabel and Get-AIPFileLabel but in order to use this you must be aware of all the files paths.  Challenges -  1. We do not want end user intervention

Recover a deleted mailbox in hybrid

Recover a deleted mailbox in hybrid

Action Plan:

-First of all, we can recover a mailbox only if it was removed within last 30 days
-So, if the user was synced with active Directory then please first check under "Deleted users" on Admin Dashboard in Office 365 portal
-Also, if you see the same user listed under Deleted users and if you also see the same user under "Active Users" showing as Synced with active Directory
-then that would mean that the original account is under Deleted Users and the duplicate one which is showing as Synced with Active Directory under Active users

-Whenever a user is removed from the On-Premise Active Directory or is removed from the OU which is getting synced to Office 365, the same user on Office 365 moves to Deleted users and becomes in cloud
- In such scenarios, we restore the user from the Deleted users and then we do a Hard Match i.e. we get the Object Guid of the On-Premise account and we set the Immutable ID as the Object ID of the On-Premise AD account which makes the user back as " Synced with Active Directory"
-Now First of all open Azure PowerShell and if you do not have it on your machine, then download it from the below mentioned Link:

-Download Microsoft Online Services Sign-In Assistant for IT Professionals RTW from the linkhttp://www.microsoft.com/en-us/download/details.aspx?id=41950
And download 32-bit or 64-bit as per your machine's specifications.

Then, ctrl+click on: Azure Active Directory Module for Windows PowerShell (64-bit version) if you have a 64-bit machine and Azure Active Directory Module for Windows PowerShell (32-bit version) if your machine is a 32-bit machine.

Then Save and Run.

-Once you have Azure PowerShell on your machine then, run it as Administrator:

and it enables us to make changes to the UPNs, passwords, Licenses, get the list of Deleted Users, Restore users etc.

-Then you would need to use Azure PowerShell and run:

Connect-MsolService

(gets you connected to Admin Dashboard)

Then,

$Session = New-PSSession -ConfigurationName Microsoft.exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $Usercredential -Authentication Basic -Allowredirection

Import-PSSession $session

( The above two commands gets you connected to Exchange Admin Center and this way it enables you to run all the commands on the same PowerShell but it's possible only on Azure)

-Now, In order to restore users from Deleted Users in Office 365, use the below mentioned command:

Get-MsolUser -ReturnDeletedUsers | FL UserPrincipalName,ObjectID

(It gives you the list of the users which are listed under the Deleted users with their UserPrincipalName and ObjectID)

-Now in order to simply restore the user, we can use : Restore-MsolUser -ObjectId <GUID> -AutoReconcileProxyConflicts
In the box <GUID> type in the Object ID value which you would get after running Get-MsolUser -ReturnDeletedUsers | FL UserPrincipalName,ObjectID  

-If you want to restore the user with the new User Principal Name, then type: Restore-MsolUser -ObjectId <GUID> -AutoReconcileProxyConflicts -NewUserPrincipalName

Note: If you want to permanently delete the user from the Deleted users list, then it can be done only via PowerShell, please type: Remove-MsolUser -ObjectId <GUID> -RemoveFromRecycleBin -Force but do not use this command until and unless you are not sure of which one of the two accounts is original.

(We used the above mentioned command to remove the duplicate account which was mistakenly created and was showing as Synced with Active Directory)

-After removing the duplicate user, we wanted to have the correct account on Office 365 same as on your On-Premise Active Directory, so we then followed the below mentioned steps:

-Go to the On-Premise AD and open the command prompt as administrator and Run: ldifde -f export.txt -r "(Userprincipalname="Username of the user")" -l "objectGuid, userPrincipalName"

It gives us  the ObjectGuid value of the on-Premise account, copy the ObjectGuid value of the user from the exported file

-After that go to the office 365 PowerShell and set the immutable ID for the user on Office 365 to the same ObjectGuid value of the On-Premise user so as to do the Hard Match via PowerShell and use the below mentioned command:

Set-MsolUser -UserPrincipalName User@domain.com -ImmutableId "ObjectGUID value of the On-Premise user"

After that run the DirSync and it will change the user on Office 365 which was " in Cloud" to "Synced with Active Directory"


You'll have everything (user and it's mailbox) as it was earlier.

Comments

  1. Exchange Mailbox Recovery an easy to use software designed to recover mailboxes from corrupted or damaged MS exchange server database. Ths software does a complete scan of the corrupted Microsoft exchange server database and extracts all the mailboxes. After recovery, all folders from these mailboxes will be restored to a safe location. The log report will give entire information about the recovery process. See more at: https://softcart.wordpress.com/exchange-mailbox-recovery/

    ReplyDelete
  2. HOW TO INSTALL OFFICE 365 ON WINDOWS 10?
    A concise guide on How to install office 365 on Windows 10: Go to the official website of Office on the device you wish to have office 365 installed on>sign in to your account> click install office> select install on the web home page> on the prompt page, select save, run or set up depending on your browser> select yes when you see the prompt. You're set. Click close. Activate your office 365 by opening any of the packages on it. Follow the above-mentioned steps to have an in-depth knowledge about the topic instantly.

    Also Read -
    Outlook 365 crashing on Windows 10
    Outlook won't open in safe mode
    Outlook not receiving emails
    Best Netgear nighthawk router
    Netgear modem lights
    Why is my AT&T Account Locked?
    Why is my printer offline
    How to change printer settings on tablet?

    ReplyDelete

Post a Comment

Popular posts from this blog

Error - AttributeValueMustBeUnique in Azure AD connect sync

Error - QuarantinedAttributeValueMustBeUnique

Add members to office 365 Security Group Using PowerShell and CSV

Enforce MFA using CSV

Analyze Office 365 Message headers