How To Share Office 365 Calendar
As an Exchange Online admin users may ask of you to delegate access to their calendar. Unfortunately this can’t be done via the Exchange Admin Center. It’s one of many …
As an Exchange Online admin users may ask of you to delegate access to their calendar. Unfortunately this can’t be done via the Exchange Admin Center. It’s one of many …
At some time all email admins will come across a Non-Delivery-Report aka NDR. The NDR is an more or less informative email that something has blocked the mail server from …
The Get-EXOMailbox cmdlet is the new and improved version of Get-Mailbox. To use the Get-EXOMailbox cmdlet you need to install the Exchange Online Management PowerShell module (aka EXO V2). The …
Basic authentication for Exchange Online was scheduled for removal on 13th of October 2020. This has now changed! Due to the impact of Corona virus on customer focus, Microsoft has …
If you’ve been using PowerShell to manage your Office 365 mailboxes, chances are you’ve been connecting with a remote PowerShell session, similar to this: $Credentials = Get-Credential $Session = New-PSSession …
Perhaps it’s been a couple of years since you extended your Active Directory schema. Or maybe you inherited someone else’s installation and documentation is non-existent. With the following PowerShell script …
You’re trying to manage Office 365 mailboxes and you receive the below error message: get-mailbox : The term ‘get-mailbox’ is not recognized as the name of a cmdlet, function, script …
You don’t need to share an entire mailbox to grant users access to the contents. With Set-MailboxFolderPermission it’s possible to configure permissions on individual mailbox folders. This post will show …
In some cases you may find it useful to provide access to a single folder in a mailbox. Perhaps a user needs access to a particular customer folder in your …
In many cases it’s very useful to have an autoreply on mailboxes. Maybe during user vacation or when on leave. Or maybe you want a shared mailbox to immediately notify …