Prerequisites to configure Office 365 tenant
Before you configure an Office 365 tenant, make sure that these prerequisites are satisfied.
- Make sure that you have at least Windows PowerShell 3.0 installed
To check if PowerShell is installed, type PowerShell from Run. If PowerShell is installed, check for its version number by running the command $PSVersionTable. If the version is below 3 or if PowerShell is not installed, install PowerShell V 3.0 from here.
-
Make sure that the below modules are installed:
- Microsoft Online Service Sign-in Assistant for IT Professionals RTW - To check if this module is installed, run service.msc and check if the service 'Microsoft
Online Services Sign-in Assistant' is installed. if it is not installed, download the module here.
- Windows Azure Active Directory Module for Windows PowerShell (64-bit version) - To check if this module is installed, open PowerShell and enter
get-module -Name msonline. This will list the module if it is installed. If it is not installed, download the module here.
Once these conditions are met, click here to learn how to add an Office 365 tenant.