Exchange 管理工具安装错误
Exchange Management Tool Installation Error
我的目标是使用 powershell 在我们的 Office365 中为 15k+ 帐户创建电子邮件转发。
我可能不得不补充一点,我没有受过这方面的教育,可能会用不太专业的术语来描述事情。
我遇到的问题是我无法将 cmdlet 用于设置邮箱,因为我缺少 pssnapin。使用命令让管理单元进入 powershell 我收到以下错误:
Add-PSSnapin : The Windows PowerShell snap-in 'Microsoft.SharePoint.PowerShell' is not installed on this computer.
At C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1:5 char:5
+ Add-PSSnapin "Microsoft.SharePoint.PowerShell"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.SharePoint.PowerShell:String) [Add-PSSnapin], PSArgumentException
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
然后我想使用 Microsoft Exchange 管理工具安装 Snapin。我启用了程序和功能中的所有内容并尝试 运行 安装。
但随后出现以下错误:
Summary: 3 item(s). 2 succeeded, 1 failed. Elapsed time: 00:00:18
Configuring Prerequisites Completed
Elapsed Time: 00:00:00
Management Tools Prerequisites Failed
Error: Active Directory does not exist or cannot be contacted. Click
here for help...
http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.14&id=51e5500d-8b18-4eee-bb8e-925d063b60a1
Error: The user is not logged on to a Windows domain Click here for
help...
http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&e=ms.exch.err.Ex28883C&l=0&cl=cp
Elapsed Time: 00:00:17
Languages Prerequisites Completed
Elapsed Time: 00:00:01
或者有没有办法以其他方式添加 Snap-in?
致以诚挚的问候,非常感谢。
斯文
除非您尝试修改 Exchange 2007 邮箱,否则您不需要使用 Snapin,自 Exchange 2010 以来就是这种情况,在 Exchange 中引入了远程 powershell。如果要修改 Office365 邮箱,请按照 https://technet.microsoft.com/en-us/library/jj984289(v=exchg.160).aspx 中的说明进行,唯一的要求是 PC 具有 powershell v.2 或更高版本。
我的目标是使用 powershell 在我们的 Office365 中为 15k+ 帐户创建电子邮件转发。
我可能不得不补充一点,我没有受过这方面的教育,可能会用不太专业的术语来描述事情。
我遇到的问题是我无法将 cmdlet 用于设置邮箱,因为我缺少 pssnapin。使用命令让管理单元进入 powershell 我收到以下错误:
Add-PSSnapin : The Windows PowerShell snap-in 'Microsoft.SharePoint.PowerShell' is not installed on this computer. At C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1:5 char:5 + Add-PSSnapin "Microsoft.SharePoint.PowerShell" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (Microsoft.SharePoint.PowerShell:String) [Add-PSSnapin], PSArgumentException + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
然后我想使用 Microsoft Exchange 管理工具安装 Snapin。我启用了程序和功能中的所有内容并尝试 运行 安装。
但随后出现以下错误:
Summary: 3 item(s). 2 succeeded, 1 failed. Elapsed time: 00:00:18
Configuring Prerequisites Completed
Elapsed Time: 00:00:00
Management Tools Prerequisites Failed
Error: Active Directory does not exist or cannot be contacted. Click here for help... http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.14&id=51e5500d-8b18-4eee-bb8e-925d063b60a1
Error: The user is not logged on to a Windows domain Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&e=ms.exch.err.Ex28883C&l=0&cl=cp
Elapsed Time: 00:00:17
Languages Prerequisites Completed
Elapsed Time: 00:00:01
或者有没有办法以其他方式添加 Snap-in?
致以诚挚的问候,非常感谢。
斯文
除非您尝试修改 Exchange 2007 邮箱,否则您不需要使用 Snapin,自 Exchange 2010 以来就是这种情况,在 Exchange 中引入了远程 powershell。如果要修改 Office365 邮箱,请按照 https://technet.microsoft.com/en-us/library/jj984289(v=exchg.160).aspx 中的说明进行,唯一的要求是 PC 具有 powershell v.2 或更高版本。