Tag: shared mailbox

  • PowerShell: Forward email to external recipient

    PowerShell: Forward email to external recipient

    The solution can sometimes be to forward all inncoming email, and some times to an external or internal address. Incase of beeing external address, we need to create a contact in our Addresslist: New-MailContact -Name <Display Name> -ExternalEmailAddress <External Recipient Email Address> Then we can forward email to this address: Set-Mailbox username -DeliverToMailboxAndForward $false -ForwardingAddress…

    Read more: PowerShell: Forward email to external recipient
  • Exchange Online Shared Mailbox Free

    Exchange Online Shared Mailbox Free

    Microsoft have made it available to create free mailboxes in Exchange Online 🙂 These mailboxes do not have a Active Directory User attached, so they can only be reached trough other Office 365 MailboxEnabledUsers.   New-Mailbox -Name “NameIT” -Alias NameIT -Shared This will create a mailbox with your tenant Onmicrosoft.com domain.   Set-Mailbox NameIT -ProhibitSendReceiveQuota…

    Read more: Exchange Online Shared Mailbox Free

Ehlo!

I am Roy Apalnes, a Microsoft Cloud Evangelist working av Sopra Steria. Main focus in Microsoft Security and Endpoint Management, with a bigger picture in mind.

Featured Posts