categories
Office 365
45 entries
20 entries

Not able to accept or deny messages sent to group in Exchange Hybrid Scenario
One of the functionalities in Microsoft Exchange for Distribution Groups (or mail-enabled groups for that matter) is ability to setup…

Office 365 Health Service using PowerShell
Two years ago, I wrote a PowerShell module called PSWinDocumentation.O365HealthService. The idea was simple – replicate Health Service data…

Office 365 – A parameter cannot be found that matches parameter name UserPrincipalName on New-Mailbox
Migrating companies from On-Premise setups of Exchange 2010 or Exchange 2013 to cloud Exchange on Office 365 often requires some…

Office 365 – Adding email addresses based on Email Address Policy
Email Address Policies are bread and butter in Microsoft Exchange world. If you work with On-Premise Exchange 2007, Exchange 2010,…

Office 365 – Creating Archive Mailboxes with PowerShell in bulk
Quick PowerShell Script that allows to enable Archive Mailboxes for users that don’t have it enabled. Below script just does…

Office 365 – Emails sent to Office 365 group contain Chinese characters
Recently I’ve noticed that when I send email to Office 365 group from my iPhone (iOS) standard Mail application and…

Office 365 – Find Users Forwarding Emails (PowerShell)
I saw today someone posting a script that allow you to find Inbox Rules that have forward rules setup in…

Office 365 – Limiting license to minimum apps required
Office 365 has a lot of options and applications to choose from. Enabling one E1, E3, or any other license gives the user a lot of features…

Office 365 – Migrating mail from Office 365 to Office 365 account using Outlook
Office 365 is great product. We use it ourselves for our own needs but we also suggest it to our…

Office 365 – msExchHideFromAddressLists does not synchronize with Office 365
In my life I’ve deployed multiple Office 365 tenants connected with Active Directory and I’ve been synchronizing msExchHideFromAddressLists…

Office 365 – onmicrosoft.com address missing from user synchronized from Active Directory
Onmicrosoft.com address is standard email address used by Office 365. While usually Clients tend to use their own domains onmicrosoft.com…

Office 365 – Report containing User Information and Mailbox Usage
Working with Office 365 is my bread and butter in the last few months. I’m a System Architect and I am dropped in multiple projects, both n…

Office 365 – The following error occurred during validation in agent Archive ParameterSet Enforcement Agent
I just created 80 Azure AD users via PowerShell that I wanted to activate for email. Normally you can use Enable-Mailbox when…

Office 365 – Using dynamic variable as prefix for Office 365 commands
One of the nice features of an Import-PSSession is Prefix parameter. If you have never used one let me try to…

Office 365 – Using Import-PSSession from separate module
Recently I’ve been working on a little code allowing me to connect to Office 365. It’s not a really big deal,…

OfficeIMO – Free cross-platform Microsoft Word .NET library
I’ve created a cross-platform (Windows, Linux, macOS) Word library based on Open XML SDK that heavily simplifies creating and modifying Wor…

PowerShell way to get all information about Office 365 Service Health
Office 365 is an excellent cloud service. But like any service, there’s some infrastructure behind it that has to be cared for. Since this…

PSWinDocumentation – Export to Word, Excel, SQL of AD, AWS, Exchange, O365 Exchange, O365 Azure AD
Today I’m pushing forward with PSWinDocumentation project. I’ve fixed some bugs but I also added a couple of new features. I did lie a bit…

Remove-Item : Access to the cloud file is denied while deleting files from OneDrive
I like OneDrive. It allows me to keep my data secure and always synchronized. If things go wrong, I can always get it back. I use it for al…

Sending email as an alias (proxy address) with Office 365
Sending emails in Microsoft Exchange world using an alias for an account has always been a pain. It required working with workarounds such…