Guide Pages
Execute the below commands in PowerShell (Run as administrator)
Command: Copy & Paste it
Connect-SPOService -Url https://<domain>-admin.sharepoint.com -Credential $LiveCred
Command: Copy & Paste it
Set-SPOTenant -DisableCustomAppAuthentication $false
1. Register EdbMails application in Azure Active Directory.
a. Sign in to Azure Active Directory admin center
b. Go to Azure Active Directory tab on the left side, then select App registrations tab and click on + New registration.
c. Now enter the display name for the application and select one of the account types as per the requirement. For instance, let’s select Accounts in any organizational directory (Any Azure AD directory - Multitenant) in the Register an application window. Click the Register button.
2. Generate Client secret
It is necessary to add client secret to the newly created application. It allows the OAuth protocol to prove the apps existence. Follow the below steps to add a client secret to the EdbMails application which is registered in Azure AD.
a. Go to Azure Active Directory and then select App registrations. Now select the newly added application
b. Click on the Certificates & secrets and click on the + New client secret
c. Add a short description, set the expiry period and click the Add button
Note: Copy the client secret value to the clipboard or directly use it in the EdbMails application. Once you leave the page, the value will not be displayed again. Then you need to create another client secret.
3. Select the Overview and copy Application (Client ID) and tenant ID that are required for login
4. Setting Permissions for SharePoint
No need to set API Permissions in the Azure Active Directory to migrate SharePoint and One Drive data. To grant the permission it requires permission XML need to be provided in the SharePoint Admin Center. Follow the steps below.
Command: Copy & Paste it
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="FullControl"/>
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl"/>
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web/list" Right="FullControl"/>
<AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="FullControl"/>
</AppPermissionRequests>
Click on Modern Authentication button in the wizard.
Now enter the Application (client) ID, Directory (tenant) ID and Client Secret and click on the Login button
Note: Follow the above steps for the Source and Target Office 365 servers separately.
EdbMails Demo / Trial Version
Step 1. Download and install EdbMails
Step 2. Click the 'Start Your Free Trial' button
Hi, May I help you?
Hide Chat Now