啟用Skype for Business Online的ADAL(現代驗證)

Q:

如何啟用PC版Skype for Business Online的ADAL(現代驗證)?

 

A:

我們需要Microsoft 365管理者權限來啟用Skype for Business Online的ADAL(現代驗證)。

※以下的步驟只需由Microsoft 365 管理員執行。

 

0) 請安裝「Power Shell 3.0」以上的版本,可由以下連結安裝。

https://docs.microsoft.com/zh-tw/powershell/scripting/setup/installing-windows-powershell?view=powershell-5.1

 

1) 請安裝「Teams PowerShell 模組」。

https://docs.microsoft.com/zh-tw/skypeforbusiness/set-up-your-computer-for-windows-powershell/download-and-install-the-skype-for-business-online-connector

 

2) 以Administrator權限執行Powershell,並執行以下指令連線至Skype for Business Online。

Import-Module MicrosoftTeams
$userCredential = Get-Credential
※須登入Microsoft 365管理者帳號執行
Connect-MicrosoftTeams -Credential $userCredential

 

 

3) 由以下指令確認已連線至Skype for Business Online。

Get-Module

顯示如以下的資訊,代表已完成連線。

ModuleType Name                 ExportedCommands
---------- ----                 ----------------
Manifest   Microsoft.PowerS...  {Add-Computer, Add-Content, A...}
Script     tmp_5astd3uh.m5v     {Disable-CsMeetingRoom, Enabl...}

※顯示行數會因環境而異。

 __________2017-10-12_13.48.03.png

3) 由以下指令啟用Skype for Business Online的ADAL(現代驗證)。

Set-CsOAuthConfiguration -ClientAdalAuthOverride Allowed

 

4) 由以下指令確認Skype for Business Online的ADAL(現代驗證)已啟用。

Get-CsOAuthConfiguration

如ClientAdalAuthOverride部分為Allowed,即代表已成功啟用。

 

※參考文獻

https://social.technet.microsoft.com/wiki/contents/articles/34339.skype-for-business-online-enable-your-tenant-for-modern-authentication.aspx

https://technet.microsoft.com/en-us/library/dn362795.aspx

          
這篇文章對您有幫助嗎?