当前位置:网站首页 > 更多 > 玩电脑 > 正文

[玩转系统] 使用 PowerShell 连接到 Azure AD

作者:精品下载站 日期:2024-12-14 22:34:51 浏览:15 分类:玩电脑

使用 PowerShell 连接到 Azure AD


我们喜欢使用 PowerShell 连接到 Azure AD,因为我们想要检索 Microsoft 365 MFA 用户状态。在此之前,我们必须安装 Microsoft Azure Active Directory 模块。在本文中,您将了解如何安装 Azure Active Directory 模块。

安装 MSOnline 模块

要安装 MSOnline 模块,您需要以管理员身份(高权限)启动以下应用程序之一:

  • Windows PowerShell

  • Windows PowerShell ISE

  • 视觉工作室代码

设置 Windows PowerShell 执行策略

默认情况下,我们无法安装脚本。要要求从 Internet 下载的所有 PowerShell 脚本均由受信任的发布者签名,请以管理员身份运行 PowerShell,然后运行 cmdlet。按Y,然后按Enter

PS C:\> Set-ExecutionPolicy RemoteSigned

Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
you to the security risks described in the about_Execution_Policies help topic at
https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): Y

重要提示:关闭并重新打开提升的 Windows PowerShell 窗口以使更改生效。

安装 PowerShellGet 模块

以管理员身份运行 PowerShell。运行命令Install-Module PowershellGet -Force。当要求安装 NuGet 提供程序时,按 Y 并按 Enter 键。

PS C:\> Install-Module PowershellGet -Force

NuGet provider is required to continue
PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. The NuGet provider must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or
'C:\Users\administrator.EXOIP\AppData\Local\PackageManagement\ProviderAssemblies'. You can also install the NuGet provider by running 'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force'. Do you want PowerShellGet to install
and import the NuGet provider now?
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): Y

如果您收到无法安装的错误,请阅读文章无法安装 PowerShell 的 NuGet 提供程序。

安装 Azure Active Directory 模块

安装MSOnline 模块。按YEnter

PS C:\> Install-Module MSOnline

连接到 Azure Active Directory

运行 Connect-MsolService cmdlet 以启动与 Azure Active Directory 的连接。

PS C:\> Connect-MsolService

运行上述 cmdlet 后,将显示登录窗口。

[玩转系统] 使用 PowerShell 连接到 Azure AD

连接 Azure AD 后,您可以运行 PowerShell 命令。

注意:没有 Disconnect-MsolService cmdlet。您可以做的就是关闭 Windows PowerShell 窗口。

了解更多:安装 Exchange Online PowerShell 模块 »

结论

您了解了如何使用 PowerShell 连接到 Azure AD。在连接 MsolService (MSOnline) 之前,请安装 MSOnline 模块。现在您已准备好运行命令和脚本。

您喜欢这篇文章吗?您可能还喜欢安装和配置 Azure AD Connect。不要忘记关注我们并分享这篇文章。

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯