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

從共用信箱傳送的郵件不會儲存至 [傳送的郵件] 資料夾

從共用信箱傳送的郵件不會儲存至 [傳送的郵件] 資料夾 https://learn.microsoft.com/zh-tw/troubleshoot/exchange/user-and-shared-mailboxes/sent-mail-is-not-saved set-mai...