官术网_书友最值得收藏!

Verifying installation of the Office 365 admin tools

To verify the installation of the Office 365 admin tools, we can check the connection to the Office 365 subscription in a three-step process:

  1. First, we need to import the module into the PowerShell session. This step is optional depending on which PowerShell module you use. We need this step if we start Windows PowerShell, but it is not required if we start the Windows Azure Active Directory Module for Windows PowerShell.
  2. The second step is to get the credentials of the user.
  3. The third step is to establish the connection.

Now let's perform these steps:

  1. In the PowerShell Session, type the following cmdlet:
        Import-Module MSOnline
  1. In the PowerShell session, type this cmdlet:
        $cred = Get-Credential

The following screenshot shows the output of the preceding command:

    • This will launch the Windows PowerShell credential request dialog box.
    • Enter the valid Office 365 work or school username and password and click on OK:
    • The Get-Credential cmdlet does not tell us whether the username and password are correct or not.
  1. Now run the cmdlet:
        Connect-MsolService -Credential $cred

The following screenshot shows the output for the preceding command:

This cmdlet initiates a connection to the Azure Active Directory.

If the cmdlet is successful, it will not display the error message. This should be enough to verify the connection; if you prefer additional confirmation, get the details of the user account for which we provided the credentials in Step 2 using the following cmdlet:

Get-MsolUser -UserPrincipalName "valid Office 365 work or school user name"

The following screenshot shows the output for the preceding command:

If the cmdlet displays the Office 365 user information, then the connection is successful.

主站蜘蛛池模板: 洛宁县| 金阳县| 舒城县| 朔州市| 永靖县| 内乡县| 清水县| 响水县| 耒阳市| 丹巴县| 故城县| 靖宇县| 仙桃市| 遂平县| 夏津县| 新竹县| 华安县| 招远市| 孝感市| 潼南县| 同德县| 乐安县| 铜陵市| 苗栗县| 双峰县| 克什克腾旗| 遵义市| 红河县| 平原县| 安达市| 临沭县| 家居| 凤冈县| 扬中市| 凤山县| 承德县| 筠连县| 彩票| 天门市| 鹿泉市| 苍山县|