0

我正在尝试使用 Windows PowerShell 2.0连接到Office 365 。由于出现错误,我无法运行以下命令:

导入模块 MSOnline
连接 msolservice

如果 connect cmdlet 不工作,我将无法连接到我的 Office 365 实例。我已经在两台不同的计算机上尝试过这个,在这两种情况下我都得到了同样的错误。一旦计算机运行 Windows XP 而另一台计算机运行 Windows 2008 R2。

一些背景。我已经安装了此处提供的 PowerShell 模块:

Microsoft Online Services Module for Windows PowerShell 32-bit
Microsoft Online Services Module for Windows PowerShell 64-bit

我从这里安装了 SIA(Microsoft Online Services Module for Windows PowerShell):

Microsoft Online Services Sign-In Assistant 32-bit
Microsoft Online Services Sign-In Assistant 64-bit

我该如何解决这个问题?

4

1 回答 1

0

如果Import-Module运行正常,则意味着 cmdlet 已导入 PowerShell。试试这个:

Import-Module -MsonlineExtented -Force
于 2013-04-22T07:47:19.560 回答