下载并安装 Teams PowerShell 模块
重要
由世纪互联在中国运营的Skype for Business将于2023年10月1日停用。 如果尚未升级 Skype for Business Online 用户,系统会自动安排他们进行辅助升级。 如果想要自行将组织升级到 Teams,强烈建议你立即开始规划升级路径。 请记住,成功升级与技术和用户就绪情况一致,因此在导航到 Teams 旅程时,请务必利用我们的 升级指南 。
Skype for Business Online(不包括世纪互联在中国运营的服务)已于 2021 年 7 月 31 日停用。
注意
最新的 Teams PowerShell 公开版本与 Skype for Business Online Connector 集成,为 Teams 和Skype for Business联机 PowerShell 管理提供了一个模块。
打开Windows PowerShell命令提示符并运行以下命令:
# When using Teams PowerShell Module Import-Module MicrosoftTeams $credential = Get-Credential Connect-MicrosoftTeams -Credential $credential
若要详细了解如何启动Windows PowerShell,请参阅在单个Windows PowerShell窗口中连接到所有 Microsoft 365 或Office 365服务或设置计算机以Windows PowerShell。