Skype for Business Online Connector is currently part of the latest Teams PowerShell module. So no need to install any additional module and you may check the below link for more details. # Install Skype for Business Online PowerShell Module Now you need to install below SharePoint Online module by download an MSI setup file: # Install SharePoint Online Management PowerShell Module Install-Module -Name ExchangeOnlineManagement # Install Exchange Online PowerShell V2 module # Install Microsoft Azure Active Directory Module for Windows PowerShell (Older) # Install Azure Active Directory PowerShell for Graph module (Newer)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned Install Microsoft Office 365 services modules by below commands (Execute with Local Admin privilege): ModuleĪzure Active Directory PowerShell for Graph But Microsoft encouraged us to use the newer module and very soon all functions would be available. Still, MSOnline old module in use because all functions are not available currently in the newer module. Here, I want to inform you that currently a new module “ Azure Active Directory PowerShell for Graph” has been publicly released by Microsoft in replacement of the old MSOnline module.
Install windows azure active directory module for PowerShell : If you’ve installed the below modules already on your system in that case feel free to skip and jump to the next section.
Connect to Azure AD Office 365 PowerShell.Prepare Single Script to Connect to Office 365 PowerShell All Services.Prerequisite to Connect to Office 365 PowerShell.