gpt4 book ai didi

azure - Get-MgApplication 未被识别为 cmdlet 的名称 - Power Shell

转载 作者:行者123 更新时间:2023-12-03 05:38:53 28 4
gpt4 key购买 nike

我正在尝试运行 Microsoft 提供的 Contoso Monetization 代码示例 Web 应用程序,作为从付费加载项转向 SaaS 产品的起点。我被困在了要更新 Azure Active Directory 应用程序的最后。我收到此错误

Get-MgApplication : The term 'Get-MgApplication' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. + $webApp = Get-MgApplication -top 400|Where-Object {$_.DisplayName -eq ...+ CategoryInfo : ObjectNotFound: (Get-MgApplication:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

这是引用“Get-MgApplication”的代码。

      $webApp = Get-MgApplication -top 400|Where-Object {$_.DisplayName -eq $webAppDisplayName}
$webAppSiteName = $armConfigJson.parameters.webAppSiteName.value
$redirectUris = "https://$webAppSiteName.azurewebsites.net/signin-oidc","https://$webAppSiteName.azurewebsites.net/"
Update-MgApplication -ApplicationId $webApp.Id -WebRedirectUris $redirectUris

我上网查了一下这个模块是否可以导入加载,没有成功。我还使用命令 get-Module 检查是否在 power shell 模块文件夹中,并且可能拼写错误,但它也不在那里。任何帮助将不胜感激。

最佳答案

您需要安装 Microsoft.Graph.Beta cmdlet - https://github.com/microsoftgraph/msgraph-sdk-powershell/tree/master

关于azure - Get-MgApplication 未被识别为 cmdlet 的名称 - Power Shell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60356726/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com