Outlook güvenilir kişiler listesine email adresi veya domain ekleme.

21:11:00 0 Comments A+ a-


Outlook güvenilir kişiler listesine email adresi veya domain ekleme.
PowerShell komutu dizilimi
1
Set-MailboxJunkEmailConfiguration -Identity <identity> -TrustedSendersAndDomains @{Add="<domain name>","<E-mail address>"}
Örnek PowerShell komutu
1
Set-MailboxJunkEmailConfiguration -Identity Brad@o365info.com -TrustedSendersAndDomains @{Add="fabrikam.com","Jeff@Trusteddomain.com"}

We would like to – add E-mail address and domain name to the current Safe sender lists to a particular recipient.
PowerShell command Syntax
1
Set-MailboxJunkEmailConfiguration -Identity <identity> -TrustedSendersAndDomains @{Add="<domain name>","<E-mail address>"}
PowerShell command Example
1
Set-MailboxJunkEmailConfiguration -Identity Brad@o365info.com -TrustedSendersAndDomains @{Add="fabrikam.com","Jeff@Trusteddomain.com"}


Kaynak: https://o365info.com/manage-safe-senders-block-sender-lists-using-powershell-office-365/