Technet Gallery Tool Migration

As I mentioned in my previous post, I’ve been trudging towards migrating the 60 or so tools, modules, and scripts I published on the now-retired TechNet Gallery over to the PowerShell Gallery.

I want to make sure I migrate the things that people find most useful–so far, I’m about halfway and wanted to do a quick check-in:

PowerShell Gallery | Packages matching atguilmette

Let me know what tools you’re looking for and I’ll prioritize getting those up!… [ Continue reading ]

Office 365 Service Communications API PowerShell Script

In light of some recent events, I thought I’d build on another project I have going on and drop this quick script here for talking to the Office 365 Service Communications API.

Background

The Office 365 Service Communications API is a REST-based interface to retrieve data from the service. … [ Continue reading ]

Create a Catch-All Mailbox in Office 365

While working on a cross-tenant issue with a customer, I had the requirement minimize the number of non-delivery reports sent to external users.  I suggested the best way to do this might be a catch-all mailbox.

Background

What exactly is a catch-all mailbox? … [ Continue reading ]