Getting Started With M365Corner Free Tools

To get our tools up and running, follow these simple steps:

  1. Install Node.js
    Set up Node.js on your system by following this installation guide.
  2. Register a Graph API App
    You’ll need to register an app in Azure Active Directory to access Microsoft Graph API. Steps to register the app are given below.
  3. Note: Tenant ID, App ID and Rediret URL are the most important details of the app you will be configuring. You need to note them done and include them in our tool in the suggested place.

    1. Open Azure AD portal or Microsoft Entra ID admin center
    2. Go to Identity >> Applications >> App Registrations
    3. Click the New Registration button and fill in the app details. Ensure you set the app platform as SPA and set its value as http://localhost:8000 and click Register.
    4. Note: Our tool does not support multiple tenants

    5. Come back to the App Registrations page >> select All applications tab >> select the app you just created.
    6. Note down the Application (client) ID and the Directory (tenant) ID. You'll be required to include this in our tool to connect to your tenant.
  4. Adding Required Permissions for the Graph API App
    Click on API permissions option.
    1. Select your app and click the API permissions option.
    2. Click Add a Permission button and select Microsoft Graph option.
    3. Select Delegated Permissions. Type in the app permissions you'll be needing (provided along with our tools) and click Add permissions. Repeat the process until you have added all the permissions in your app required to make our tool work.
  5. Grant Admin Consent for the Added Permissions
    If you are the global administrator, you have the authority to do this on your own. Otherwise, you have to contact your global administrator.
    • Select Grant admin consent for MSFT button and then select 'Yes' to confirm the same.
    • You'll notice a green tick mark appears besides the permissions added to your app, implying that admin consent has been granted for those permissions and you can start using them now.
  6. Download our Code from Github
    • Clone the Repository: Use git clone <repo-url> if you have Git installed.
    • Download as ZIP: Alternatively, download the repository as a ZIP file directly from GitHub and extract it.
  7. Install App Dependencies
    After downloading the project, navigate to the project folder in your terminal and run the command: npm install
  8. Run our Node.js Based Tool Locally
    After downloading the project, navigate to the project folder in your terminal and run the command: node index.js

© m365corner.com. All Rights Reserved. Design by HTML Codex