Windows – MSOnline无法在PowerShell导入(Connect-MsolService错误)

前端之家收集整理的这篇文章主要介绍了Windows – MSOnline无法在PowerShell导入(Connect-MsolService错误)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有这个问题,找不到任何答案。问题是我试图使用Azure cdmlets通过c#代码连接到O365,但是我不能得到connect-msolservice。

“”The term is not recognized” error when you try to run administrative Windows PowerShell cmdlets in Office 365″

在审查了Microsoft的TechNet文章 “Azure Active Directory Cmdlets” -> section “Install the Azure AD Module”后,似乎这个过程已经大大简化了,谢谢。

截至2016/06/30,为了成功执行PowerShell命令Import-Module MSOnline和Connect-MsolService,您将需要安装以下应用程序(仅限64位):

>适用的操作系统:Windows 7到10
名称:“Microsoft在线服务登录助手IT专业人士RTW”
版本:7.250.4556.0(最新)
安装人员网址:https://www.microsoft.com/en-us/download/details.aspx?id=41950
安装程序文件名:msoidcli_64.msi
>适用的操作系统:Windows 7到10
名称:“适用于Windows PowerShell的Windows Azure Active Directory模块”
版本:未知,但最新的安装文件的SHA-256散列是D077CF49077EE133523C1D3AE9A4BF437D220B16D651005BBC12F7BDAD1BF313
安装人员网址:https://technet.microsoft.com/en-us/library/dn975125.aspx
安装程序文件名:AdministrationConfig-en.msi
>适用的操作系统:仅限Windows 7
名称:“Windows PowerShell 3.0”
版本:3.0(以后的版本也许会工作)
安装人员网址:https://www.microsoft.com/en-us/download/details.aspx?id=34595
安装程序文件名:Windows6.1-KB2506143-x64.msu



原文链接:https://www.f2er.com/windows/372528.html

猜你在找的Windows相关文章