无法安装Windows Azure Active Directory模块 - Powershell

Pet*_*r H 1 windows powershell azure

我面临着一个典型的Microsoft错误,我无法安装Windows Azure Active Directory模块,这里是Windows Azure AD for Powershell

背景:
我正在运行带有Service Pack 1的Windows 7.
目前已安装Powershell 4.0.
Microsoft.Net框架3.5.1是根据计划检查和特点
微软在线服务登录助手Beta版都和非Beta版是installed..PC重新启动,并与其中一方没有运气.

在此输入图像描述

在此输入图像描述

适用于Windows Powershell的Windows Azure Active Directory模块. 您必须在此计算机上安装Windows Powershell 2.0或更高版本问题

我在网上看过很多帖子,但似乎都没有帮助过.有谁知道如何克服这个烦人的bug.

http://blogs.technet.com/b/tune_in_to_windows_intune/archive/2013/11/09/error-when-trying-to-install-windows-azure-active-directory-module-for-windows-powershell.aspx

http://social.msdn.microsoft.com/Forums/windowsazure/en-US/aef5669a-bc46-4c7a-9cbd-d0ed781e5190/waad-wont-install-says-signin-assistant-needs-to-be-installed-但是,它-已经是?论坛= WindowsAzureAD

Pet*_*r H 6

我终于在这个网站上发布了Erik的解决方案.
http://blogs.technet.com/b/tune_in_to_windows_intune/archive/2013/11/09/error-when-trying-to-install-windows-azure-active-directory-module-for-windows-powershell.aspx

通过按住Shift键并右键单击命令提示符图标,然后以管理员身份运行,以管理员身份运行命令提示符.

以管理员身份运行命令提示符

在命令提示符下将目录更改为您安装AdministrationConfig-En.msi的位置.

在命令提示符下键入:
msiexec/i AdministrationConfig-EN.msi
现在将在没有powershell警告的情况下安装.

Erik的评论是powershell设置只有在提升权限时才可读.

登录助手的测试版也需要在Administrationconfig之前安装,这对我没有帮助,但帮助了其他人.

这绝对是一个漫长而痛苦的过程.