exchange online 的通訊群組清單,類似 postfix, sendmail 的 aliases
寄信時不用一個一個增加收件者
該收件者帳號收到信時,可以自動轉寄給特定或多位使用者
常用於部門群組信箱,或專案用信箱

如何從powershell 列出該通訊群組清單成員

PS C:\WINDOWS\system32> Connect-ExchangeOnline
PS C:\WINDOWS\system32> Install-Module MSOnline
PS C:\WINDOWS\system32> Import-Module MSOnline
PS C:\WINDOWS\system32> Get-DistributionGroupMember  -Identity "service@pass.tw" | Select-Object DisplayName, PrimarySmtpAddress

DisplayName PrimarySmtpAddress
----------- ------------------
彼得        peter@pass.tw
瑪莉        mary@pass.tw
 

arrow
arrow
    文章標籤
    o365 m365 exchange powershell
    全站熱搜
    創作者介紹
    創作者 helloworld 的頭像
    helloworld

    Hello World

    helloworld 發表在 痞客邦 留言(0) 人氣()