News We Recently Launched AD Migrator and AD Reporter.
Now follow this step-by-step guide to Setup Pre-requirements for M365.
Go to the Microsoft Azure Portal & Sign In with Admin Credentials
After signing in, on the main page of Azure portal click on App registrations.
On the App registration screen Look for and click on the "New registration" button.
Fill in the required information:
Then click the "Register" button to proceed.
Once registered, Expand the Manage tab go to Certificates & secrets. Navigate to the Certificates Tab and look for the Upload Certificates option.
The SysTools Certificate can be downloaded from within the application UI. Look for an option labeled "Download certificate for Azure"
Use the browse function to locate and select the certificate you downloaded. Click "Open" to select it, then click "Add" to upload it.
Navigate to API Permissions and click "Add permission". The text notes that you should add the specified permissions and click on "Grant admin consent".
Within Microsoft Graph, go to the Application permissions tab. Add the following permissions based on what you need:
For Backup
Workload Permission | |
---|---|
Users | User.Read, User.Read.All |
Mails | Mail.Read |
Contacts | Contacts.Read |
OneDrive | Files.Read.All, Directory.Read.All |
Calendars | Calendars.Read |
Within Microsoft Graph, go to the Application permissions tab. Add the following permissions based on what you need:
For Restore
Workload Permission | |
---|---|
Users | User.Read, User.ReadWrite.All |
Mails | Mail.ReadWrite |
Contacts | Contacts.ReadWrite |
OneDrive | Files.ReadWrite.All, Directory.ReadWrite.All |
After adding permissions, click "Grant admin consent". You'll see a confirmation message - click "Yes" to proceed.
Go back to the Overview section and locate the Application (Client) ID.
Copy this ID as you'll need it for future use.