Outlook güvenilir kişiler listesine email adresi veya domain ekleme.
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"}
|