Set up Windows PowerShell
Windows PowerShell
Each
Microsoft Office
365
tenant can support multiple email domains. You must update an existing Microsoft Office
365
domain if you configure the email domain to use BlackBerry Enterprise Identity
as the identity provider. Complete these steps to configure a Microsoft Office
365
domain. All Microsoft Office
365
commands are performed in Windows PowerShell
.
Install
Windows
Management Framework 3.0. This includes Windows PowerShell
. See details.aspx?id=34595 for details.- Download and install theAzureActive Directorymodule. For information, see azureactivedirectory?redirectedfrom=msdn#bkmk_installmodule.
- If you useSkype for Business Online, install theWindows PowerShellmodule forSkypefrom ?LinkId=532439.
- RestartWindows PowerShell.
- Setup and authenticate the following modules using yourMicrosoft Office 365administrator credentials:You must complete authentication each time you open a newWindows PowerShellsession.
- Typeimport-module MSOnline. PressEnter.
- Type$cred=Get-Credential. PressEnter.
- TypeConnect-MsolService -Credential $cred. PressEnter.