A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Practical PowerShell Office 365 Exchange Online made it to the Best New PowerShell Books
I’m happy to announce that my book, “Practical PowerShell Office 365 Exchange Online”, made it to BookAuthority’s Best New PowerShell Books: https://bookauthority.org/books/new-powershell-books?t=to8na7&s=award&book=0998749885 BookAuthority collects and ranks the best books in the world, and it is a great honor to get this kind of recognition. Thank you for all your support! The book is available for…
Exchange 2016/2019 – Find those Pesky System Mailboxes
Every upgrade, every time, there seems to be one forgotten mailbox that wasn’t moved and we get the infamous pop-up like so: So what to do? There are so many possible types of mailboxes that could be causing us issues: Arbitration AuditLog AuxAuditLog Archive Monitoring RemoveArchive Migration How can discover be handled programmatically? Well, we…
PowerShell Tip of the Week – 09-24-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
PowerShell Tip of the Week – 09-17-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Quick PowerShell Stuff 27
For this Quick PowerShell post, I am going to cover something that I am learning to expand my skill set – Microsoft Identity Manager (MIM) 2016. I want to briefly cover different ways to create user accounts needed for a best practice installation of MIM. First, we will start with Microsoft’s code from the DOCS…
Get-Help Broken In Exchange Online
Hated to see this when it affected Exchange on-premises for what seemed like ages. Now we have a similar issue occurring with PowerShell in Exchange Online. If, for some reason, you need to check the Get-Help of a cmdlet in Exchange Online, you will get a grand ol’ error message like this: While this is…
Office / Office 365 Support Changes In 2020 – Update posted today!
As I was writing an article about Office support and Microsoft’s policy on its future, getting ready to Publish it, Microsoft moved the target. Office 2016 which had been slated to be an unsupported in October of 2020 has had its support officially extended to 2023. This is great news for those that are currently…
Exchange Server 2019 Preview
For those companies and organizations that are still deploying and maintaining Exchange on-premises, you may be aware of the newest version of Microsoft’s flagship messaging product is now in preview – Exchange Server 2019. This latest iteration does bring about some significant changes and one interesting feature. Here is a quick summary of the changes…
New-RemoteMailbox -Shared
I perform a lot of migrations to Exchange Online and do most of my work in PowerShell. As such, being able to work with all types of remote mailboxes for Exchange Online migrations is a boon to me as it is less time I have to spend in the GUI. Recently Microsoft added the ‘-Shared’…