gpt4 book ai didi

azure - Mac 中的 Powershell 问题

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

我在 Mac ( Instructions ) 中安装了 Powershell,并且我想执行以下 Powershell 命令

Connect-AzureAD
Add-AzureADApplicationOwner -ObjectId $AppObjectId -RefObjectId $SPObjectId
Get-AzureADApplicationOwner -ObjectId $AppObjectId

但我收到以下错误。

Connect-AzureAD: The term 'Connect-AzureAD' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

还执行了以下命令。但还是同样的错误。

Install-Module AzureAD
Import-Module AzureAD

Import-Module: The current processor architecture is: MSIL. The module '/Users/user_one/.local/share/powershell/Modules/AzureAD/2.0.2.140/AzureAD.psd1' requires the following architecture: Amd64.

最佳答案

您收到此错误的原因是 Mac 不支持 AzureAD PowerShell 模块。来自 documentation :

enter image description here

要使用 PowerShell 在 Mac 上使用 Graph API,您可以安装 Microsoft.Graph 模块。您可以在这里找到有关它的更多信息:https://learn.microsoft.com/en-us/powershell/microsoftgraph/overview?view=graph-powershell-1.0 .

关于azure - Mac 中的 Powershell 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76217647/

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