Skip to content

Instantly share code, notes, and snippets.

@gruselhaus
Created April 22, 2024 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gruselhaus/5054a5f93171b1686167671a464fa381 to your computer and use it in GitHub Desktop.
Save gruselhaus/5054a5f93171b1686167671a464fa381 to your computer and use it in GitHub Desktop.
Remove existing Exchange Online Mailbox and enable Remote Mailbox Provisioning
Set-User "IDENTITY@int.pegasus.de" -PermanentlyClearPreviousMailboxInfo
Enable-RemoteMailbox -Identity "IDENTITY@int.pegasus.de" -RemoteRoutingAddress "vorname.nachnahme@pegasusde.mail.onmicrosoft.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment