0

我有一些问题。当我尝试使用 powershell 配置 SSO(Dynamics NAV 和 Azure AD)时,我看到了这个错误:

此计算机上未安装验证 Office 365 租户配置的先决条件。

    Microsoft Online Services Sign-In Assistant for IT Professionals can be downloaded and installed from

    http://go.microsoft.com/fwlink/?LinkID=330113
    Windows Azure Active Directory Module for Windows PowerShell can be downloaded and installed from

    http://go.microsoft.com/fwlink/?LinkID=330114

在 I:\New 文件夹\WindowsPowerShellScripts\NAVOffice365Administration\Set-NavSingleSignOnWithOffice365.ps1:327 char:9

  • throw New-Object -TypeName System.Management.Automation.ItemN ...

  • 
    + CategoryInfo          : InvalidArgument: (:String) [], ParentContainsErrorRecordException
    
    + FullyQualifiedErrorId : SessionStateException  
    

我安装了这些扩展,但错误仍然存​​在。请帮我。

4

1 回答 1

0

对于发现此问题的任何其他人,您需要运行以下两个命令:

Install-Module -Name MSOnline
Install-Module -Name AzureAD

如果您在尝试安装时收到错误,则需要下载并安装最新的 Windows Management Framework,在发表此评论时为 5.1:https ://www.microsoft.com/en-us/download/details.aspx ?id=54616

于 2018-12-06T20:15:17.143 回答