[go: up one dir, main page]

Update Documentation "Incoming email"

What does this MR do?

The setup and installation commands for enabling sub-addressing mailbox on Office 365 are outdated.

  • V2 of the ExcangeOnlineManagement module does not work anymore, because V2 uses RPS. RPS is legacy technology that is outdated and can pose security risks. Therefore, the V2 module would no longer work after RPS is completely turned off (https://learn.microsoft.com/en-us/answers/questions/1669426/powershell-)-exchangeonlinemanagement-)-connect-ex). So I updated the link to the actual release.
  • The arguments of the command Set-OrganizationConfig were changed : Set-OrganizationConfig -AllowPlusAddressInRecipients $true is wrong, the new correct command is Set-OrganizationConfig -DisablePlusAddressInRecipients $false
Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading