2022-08-17

Exchange online Powershell模組

Powershell切換成遠端模式 Set-ExecutionPolicy RemoteSigned 安裝新版Powershell模組提供者 Install-Module PowershellGet -Force 下載匯入ExchangeOnlineManagement模組 Import-Module ExchangeOnlineManagement 連線到Exchangeonline Powershell Connect-ExchangeOnline 輸入帳號密碼後,再使用其他指令 https://docs.microsoft.com/zh-tw/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps

清查公司M365是否有啟動MFA多因素驗證

如何確認使用者已設置為必須使用 Microsoft Entra 多重驗證 (MFA) - Microsoft Entra ID | Microsoft Learn https://learn.microsoft.com/zh-tw/entra/identity/authentic...